HomeSort by relevance Sort by last modified time
    Searched refs:autoPowerOn (Results 1 - 2 of 2) sorted by null

  /development/simulator/app/
PrefsDialog.cpp 117 wxCheckBox* autoPowerOn = (wxCheckBox*) FindWindow(IDC_SPREFS_AUTO_POWER_ON);
126 autoPowerOn->SetValue(mAutoPowerOn);
152 wxCheckBox* autoPowerOn = (wxCheckBox*) FindWindow(IDC_SPREFS_AUTO_POWER_ON);
160 mAutoPowerOn = autoPowerOn->GetValue();
226 wxCheckBox* autoPowerOn = new wxCheckBox(panel, IDC_SPREFS_AUTO_POWER_ON,
241 sizerPanel->Add(autoPowerOn);
MainFrame.cpp 163 bool autoPowerOn = false;
164 pPrefs->GetBool("auto-power-on", &autoPowerOn);
165 if (autoPowerOn) {
    [all...]

Completed in 15 milliseconds