Searched refs:bForce (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | xml_writer.cpp | 137 void xml_writer::WriteString(const char *name, const char *val, BOOL bForce) in WriteString() argument 140 WriteString(name, cVal, bForce); in WriteString() 144 void xml_writer::WriteString(const char *name, const CString &cVal, BOOL bForce) in WriteString() argument 146 if (!bForce && cVal.IsEmpty()) in WriteString()
|
| D | xml_writer.h | 18 void WriteString(const char *name, const char *val, BOOL bForce = FALSE); 19 void WriteString(const char *name, const CString &val, BOOL bForce = FALSE);
|
| D | target_screen.h | 25 BOOL ConfigureDisplay(int display_index, BOOL bForce = FALSE);
|
| D | target_screen.cpp | 1810 BOOL target_screen::ConfigureDisplay(int display_index, BOOL bForce) in ConfigureDisplay() argument 1822 if (m_display_index == display_index && !bForce) in ConfigureDisplay()
|