Home
last modified time | relevance | path

Searched refs:SetChecked (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/button/
H A Dradio_button.cc51 SetChecked(true); in OnFocus()
68 SetChecked(true); in NotifyClick()
76 void RadioButton::SetChecked(bool checked) { in SetChecked() function in views::RadioButton
89 static_cast<RadioButton*>(peer)->SetChecked(false); in SetChecked()
93 Checkbox::SetChecked(checked); in SetChecked()
H A Dradio_button_unittest.cc63 button1->SetChecked(true); in TEST_F()
67 button2->SetChecked(true); in TEST_F()
79 button1->SetChecked(true); in TEST_F()
105 button1->SetChecked(true); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/button/
H A Dradio_button.cc52 SetChecked(true); in OnFocus()
69 SetChecked(true); in NotifyClick()
77 void RadioButton::SetChecked(bool checked) { in SetChecked() function in views::RadioButton
90 static_cast<RadioButton*>(peer)->SetChecked(false); in SetChecked()
94 Checkbox::SetChecked(checked); in SetChecked()
H A Dradio_button_unittest.cc62 button1->SetChecked(true); in TEST_F()
66 button2->SetChecked(true); in TEST_F()
78 button1->SetChecked(true); in TEST_F()
104 button1->SetChecked(true); in TEST_F()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemRadioButton.cpp69 radioButton->SetChecked(false); in Add()
146 void emRadioButton::Mechanism::SetChecked(emRadioButton * radioButton) in SetChecked() function in emRadioButton::Mechanism
164 Array[old]->SetChecked(false); in SetCheckIndex()
169 Array[CheckIndex]->SetChecked(true); in SetCheckIndex()
237 if (Mech) Mech->SetChecked(this); in Clicked()
244 if (IsChecked()) Mech->SetChecked(this); in CheckChanged()
245 else if (Mech->GetChecked()==this) Mech->SetChecked(NULL); in CheckChanged()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emFileMan/
H A DemFileManControlPanel.cpp472 RbSortByName->SetChecked(FMVConfig->GetSortCriterion()==emFileManViewConfig::SORT_BY_NAME); in UpdateButtonStates()
473 RbSortByDate->SetChecked(FMVConfig->GetSortCriterion()==emFileManViewConfig::SORT_BY_DATE); in UpdateButtonStates()
474 RbSortBySize->SetChecked(FMVConfig->GetSortCriterion()==emFileManViewConfig::SORT_BY_SIZE); in UpdateButtonStates()
475 RbSortByEnding->SetChecked(FMVConfig->GetSortCriterion()==emFileManViewConfig::SORT_BY_ENDING); in UpdateButtonStates()
476 RbSortByClass->SetChecked(FMVConfig->GetSortCriterion()==emFileManViewConfig::SORT_BY_CLASS); in UpdateButtonStates()
477 RbSortByVersion->SetChecked(FMVConfig->GetSortCriterion()==emFileManViewConfig::SORT_BY_VERSION); in UpdateButtonStates()
479 CbSortDirectoriesFirst->SetChecked(FMVConfig->GetSortDirectoriesFirst()); in UpdateButtonStates()
480 CbShowHiddenFiles->SetChecked(FMVConfig->GetShowHiddenFiles()); in UpdateButtonStates()
482 RbPerLocale->SetChecked(FMVConfig->GetNameSortingStyle()==emFileManViewConfig::NSS_PER_LOCALE); in UpdateButtonStates()
483 …RbCaseSensitive->SetChecked(FMVConfig->GetNameSortingStyle()==emFileManViewConfig::NSS_CASE_SENSIT… in UpdateButtonStates()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dexternal_protocol_dialog_browsertest.cc68 void SetChecked(bool checked) { in SetChecked() function in ExternalProtocolDialogBrowserTest
128 SetChecked(true); in IN_PROC_BROWSER_TEST_F()
142 SetChecked(true); // This will no-opt because http:// is not trustworthy in IN_PROC_BROWSER_TEST_F()
156 SetChecked(true); // |remember_| must be true for the segfault to occur. in IN_PROC_BROWSER_TEST_F()
178 SetChecked(true); in IN_PROC_BROWSER_TEST_F()
203 SetChecked(true); in IN_PROC_BROWSER_TEST_F()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DAutoTypeCtxForm.cs220 UIUtil.SetChecked(tsmi, true); in RecreateToolsContextMenu()
227 UIUtil.SetChecked(tsmi, ((lFlags & (long)AceAutoTypeCtxFlags.ColUserName) != 0)); in RecreateToolsContextMenu()
233 UIUtil.SetChecked(tsmi, (((lFlags & (long)AceAutoTypeCtxFlags.ColPassword) != 0) && in RecreateToolsContextMenu()
241 UIUtil.SetChecked(tsmi, ((lFlags & (long)AceAutoTypeCtxFlags.ColUrl) != 0)); in RecreateToolsContextMenu()
247 UIUtil.SetChecked(tsmi, ((lFlags & (long)AceAutoTypeCtxFlags.ColNotes) != 0)); in RecreateToolsContextMenu()
253 UIUtil.SetChecked(tsmi, ((lFlags & (long)AceAutoTypeCtxFlags.ColSequenceComments) != 0)); in RecreateToolsContextMenu()
259 UIUtil.SetChecked(tsmi, ((lFlags & (long)AceAutoTypeCtxFlags.ColSequence) != 0)); in RecreateToolsContextMenu()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emMain/
H A DemMainControlPanel.cpp144 BtFullscreen->SetChecked((MainWin.GetWindowFlags()&emWindow::WF_FULLSCREEN)!=0); in emMainControlPanel()
160 BtAutoHideControlView->SetChecked(MainConfig->AutoHideControlView); in emMainControlPanel()
171 BtAutoHideSlider->SetChecked(MainConfig->AutoHideSlider); in emMainControlPanel()
251 BtFullscreen->SetChecked((MainWin.GetWindowFlags()&emWindow::WF_FULLSCREEN)!=0); in Cycle()
255 BtAutoHideControlView->SetChecked(MainConfig->AutoHideControlView); in Cycle()
256 BtAutoHideSlider->SetChecked(MainConfig->AutoHideSlider); in Cycle()
/dports/editors/lazarus/lazarus/debugger/frames/
H A Ddebugger_eventlog_options.pas246 procedure SetChecked(ACategory: TDBGEventCategory; AChecked: Boolean); inline; procedure
259 SetChecked(ecBreakpoint, DebuggerEventLogShowBreakpoint);
260 SetChecked(ecProcess, DebuggerEventLogShowProcess);
261 SetChecked(ecThread, DebuggerEventLogShowThread);
262 SetChecked(ecModule, DebuggerEventLogShowModule);
263 SetChecked(ecOutput, DebuggerEventLogShowOutput);
264 SetChecked(ecWindows, DebuggerEventLogShowWindows);
265 SetChecked(ecDebugger, DebuggerEventLogShowDebugger);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/frames/
H A Ddebugger_eventlog_options.pas246 procedure SetChecked(ACategory: TDBGEventCategory; AChecked: Boolean); inline; procedure
259 SetChecked(ecBreakpoint, DebuggerEventLogShowBreakpoint);
260 SetChecked(ecProcess, DebuggerEventLogShowProcess);
261 SetChecked(ecThread, DebuggerEventLogShowThread);
262 SetChecked(ecModule, DebuggerEventLogShowModule);
263 SetChecked(ecOutput, DebuggerEventLogShowOutput);
264 SetChecked(ecWindows, DebuggerEventLogShowWindows);
265 SetChecked(ecDebugger, DebuggerEventLogShowDebugger);
/dports/editors/lazarus-qt5/lazarus/debugger/frames/
H A Ddebugger_eventlog_options.pas246 procedure SetChecked(ACategory: TDBGEventCategory; AChecked: Boolean); inline; procedure
259 SetChecked(ecBreakpoint, DebuggerEventLogShowBreakpoint);
260 SetChecked(ecProcess, DebuggerEventLogShowProcess);
261 SetChecked(ecThread, DebuggerEventLogShowThread);
262 SetChecked(ecModule, DebuggerEventLogShowModule);
263 SetChecked(ecOutput, DebuggerEventLogShowOutput);
264 SetChecked(ecWindows, DebuggerEventLogShowWindows);
265 SetChecked(ecDebugger, DebuggerEventLogShowDebugger);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/frames/
H A Ddebugger_eventlog_options.pas246 procedure SetChecked(ACategory: TDBGEventCategory; AChecked: Boolean); inline; procedure
259 SetChecked(ecBreakpoint, DebuggerEventLogShowBreakpoint);
260 SetChecked(ecProcess, DebuggerEventLogShowProcess);
261 SetChecked(ecThread, DebuggerEventLogShowThread);
262 SetChecked(ecModule, DebuggerEventLogShowModule);
263 SetChecked(ecOutput, DebuggerEventLogShowOutput);
264 SetChecked(ecWindows, DebuggerEventLogShowWindows);
265 SetChecked(ecDebugger, DebuggerEventLogShowDebugger);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/web_apps/
H A Dweb_app_confirmation_view.cc127 open_as_tab_radio_->SetChecked(true); in WebAppConfirmationView()
129 open_as_window_radio_->SetChecked(true); in WebAppConfirmationView()
131 open_as_tabbed_window_radio_->SetChecked(true); in WebAppConfirmationView()
135 open_as_window_checkbox->SetChecked(web_app_info_->open_as_window); in WebAppConfirmationView()
144 open_as_window_radio_->SetChecked(true); in WebAppConfirmationView()
146 open_as_window_checkbox_->SetChecked(true); in WebAppConfirmationView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cookie_controls/
H A Dcookie_controls_service_unittest.cc32 void SetChecked(bool checked) { checked_ = checked; } in SetChecked() function in CookieControlsServiceObserver
37 SetChecked(service_->GetToggleCheckedValue()); in OnThirdPartyCookieBlockingPrefChanged()
68 observer_->SetChecked(true); in TEST_F()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DCheckbox.cpp80 void Checkbox::SetChecked(bool checked) { in SetChecked() function in Checkbox
90 this->SetChecked(!this->checked); in KeyPress()
99 this->SetChecked(!this->checked); in MouseEvent()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DCheckBox.h30 virtual void SetChecked(bool Checked);
31 virtual void Toggle() { SetChecked(!IsChecked()); } in Toggle()
71 if (bDown) m_Checkbox->SetChecked(!m_Checkbox->IsChecked()); in OnKeySpace()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DCheckBox.h30 virtual void SetChecked(bool Checked);
31 virtual void Toggle() { SetChecked(!IsChecked()); } in Toggle()
71 if (bDown) m_Checkbox->SetChecked(!m_Checkbox->IsChecked()); in OnKeySpace()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/options/
H A DOptionsView.cpp326 heatSimulation->SetChecked(sender->GetHeatSimulation()); in NotifySettingsChanged()
328 newtonianGravity->SetChecked(sender->GetNewtonianGravity()); in NotifySettingsChanged()
329 waterEqualisation->SetChecked(sender->GetWaterEqualisation()); in NotifySettingsChanged()
335 resizable->SetChecked(sender->GetResizable()); in NotifySettingsChanged()
336 fullscreen->SetChecked(sender->GetFullscreen()); in NotifySettingsChanged()
337 altFullscreen->SetChecked(sender->GetAltFullscreen()); in NotifySettingsChanged()
339 fastquit->SetChecked(sender->GetFastQuit()); in NotifySettingsChanged()
340 showAvatars->SetChecked(sender->GetShowAvatars()); in NotifySettingsChanged()
341 mouseClickRequired->SetChecked(sender->GetMouseClickRequired()); in NotifySettingsChanged()
342 includePressure->SetChecked(sender->GetIncludePressure()); in NotifySettingsChanged()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emNetwalk/
H A DemNetwalkControlPanel.cpp229 CbBorderless->SetChecked(Mdl->IsBorderless()); in UpdateFields()
230 CbNoFourWayJunctions->SetChecked(Mdl->IsNoFourWayJunctions()); in UpdateFields()
231 CbDigMode->SetChecked(Mdl->IsDigMode()); in UpdateFields()
232 CbAutoMark->SetChecked(Mdl->IsAutoMark()); in UpdateFields()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DCheckBox.cpp57 URHO3D_ACCESSOR_ATTRIBUTE("Is Checked", IsChecked, SetChecked, bool, false, AM_FILE); in RegisterObject()
76 SetChecked(!checked_); in OnClickBegin()
88 void CheckBox::SetChecked(bool enable) in SetChecked() function in Urho3D::CheckBox
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMenuItemElement.cpp189 void HTMLMenuItemElement::SetChecked(bool aChecked) { in SetChecked() function in mozilla::dom::HTMLMenuItemElement
220 SetChecked(!originalCheckedValue); in GetEventTargetParent()
230 SetChecked(true); in GetEventTargetParent()
260 selectedRadio->SetChecked(true); in PostHandleEvent()
262 SetChecked(false); in PostHandleEvent()
265 SetChecked(originalCheckedValue); in PostHandleEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLMenuItemElement.cpp191 void HTMLMenuItemElement::SetChecked(bool aChecked) { in SetChecked() function in mozilla::dom::HTMLMenuItemElement
223 SetChecked(!originalCheckedValue); in GetEventTargetParent()
233 SetChecked(true); in GetEventTargetParent()
263 selectedRadio->SetChecked(true); in PostHandleEvent()
265 SetChecked(false); in PostHandleEvent()
268 SetChecked(originalCheckedValue); in PostHandleEvent()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_preferences.cc793 metrad->SetChecked(1); in Kis_GpsPref_Panel()
801 engrad->SetChecked(1); in Kis_GpsPref_Panel()
866 engrad->SetChecked(1); in Kis_GpsPref_Panel()
868 metrad->SetChecked(1); in Kis_GpsPref_Panel()
998 startkis_check->SetChecked(1); in Kis_StartupPref_Panel()
1000 startkis_check->SetChecked(0); in Kis_StartupPref_Panel()
1014 startcons_check->SetChecked(1); in Kis_StartupPref_Panel()
1016 startcons_check->SetChecked(0); in Kis_StartupPref_Panel()
1022 stopkis_check->SetChecked(1); in Kis_StartupPref_Panel()
1024 stopkis_check->SetChecked(0); in Kis_StartupPref_Panel()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMenuItemElement.cpp200 void HTMLMenuItemElement::SetChecked(bool aChecked) { in SetChecked() function in mozilla::dom::HTMLMenuItemElement
231 SetChecked(!originalCheckedValue); in GetEventTargetParent()
241 SetChecked(true); in GetEventTargetParent()
271 selectedRadio->SetChecked(true); in PostHandleEvent()
273 SetChecked(false); in PostHandleEvent()
276 SetChecked(originalCheckedValue); in PostHandleEvent()

12345678910>>...18