Home
last modified time | relevance | path

Searched refs:SetState (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/libcef/browser/views/
Dbutton_impl.h33 void SetState(cef_button_state_t state) override;
51 CEF_BUTTON_IMPL_T void CEF_BUTTON_IMPL_D::SetState(cef_button_state_t state) { in SetState() function
72 ParentClass::root_view()->SetState(new_state); in SetState()
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp772 SetState(PYBA_STATE_FAILED, E_WIXSTDBA_CONDITION_FAILED); in OnDetectRelatedBundle()
849 SetState(PYBA_STATE_DETECTED, hrStatus); in OnDetectComplete()
931 SetState(PYBA_STATE_PLANNED, hrStatus); in OnPlanComplete()
1016SetState(PYBA_STATE_CACHED, S_OK); // we always return success here and let OnApplyComplete() deal… in OnCacheComplete()
1218SetState(PYBA_STATE_EXECUTED, S_OK); // we always return success here and let OnApplyComplete() de… in OnExecuteComplete()
1280 SetState(PYBA_STATE_APPLIED, hrStatus); in OnApplyComplete()
1320 pThis->SetState(PYBA_STATE_FAILED, hr); in UiThreadProc()
1324 pThis->SetState(PYBA_STATE_INITIALIZED, hr); in UiThreadProc()
2065 SetState(PYBA_STATE_FAILED, S_OK); in OnShowFailure()
2082 SetState(PYBA_STATE_HELP, S_OK); in OnShowHelp()
[all …]
/third_party/cef/include/views/
Dcef_button.h63 virtual void SetState(cef_button_state_t state) = 0;
/third_party/cef/tests/ceftests/views/
Dbutton_unittest.cc35 button->SetState(CEF_BUTTON_STATE_HOVERED); in VerifyButtonStyle()
37 button->SetState(CEF_BUTTON_STATE_PRESSED); in VerifyButtonStyle()
39 button->SetState(CEF_BUTTON_STATE_DISABLED); in VerifyButtonStyle()
41 button->SetState(CEF_BUTTON_STATE_NORMAL); in VerifyButtonStyle()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_flutter_window.h79 void SetState(FLUTTER_API_SYMBOL(FlutterEngine) state);
Dflutter_windows.cc125 state->window->SetState(engine); in FlutterDesktopCreateWindow()
Dwin32_flutter_window.cc45 void Win32FlutterWindow::SetState(FLUTTER_API_SYMBOL(FlutterEngine) eng) { in SetState() function in flutter::Win32FlutterWindow
/third_party/cef/libcef_dll/ctocpp/views/
Dbutton_ctocpp.h39 void SetState(cef_button_state_t state) override;
Dmenu_button_ctocpp.h58 void SetState(cef_button_state_t state) override;
Dlabel_button_ctocpp.h54 void SetState(cef_button_state_t state) override;
Dbutton_ctocpp.cc47 void CefButtonCToCpp::SetState(cef_button_state_t state) { in SetState() function in CefButtonCToCpp
Dlabel_button_ctocpp.cc253 void CefLabelButtonCToCpp::SetState(cef_button_state_t state) { in SetState() function in CefLabelButtonCToCpp
Dmenu_button_ctocpp.cc300 void CefMenuButtonCToCpp::SetState(cef_button_state_t state) { in SetState() function in CefMenuButtonCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc162 button->SetState(CEF_BUTTON_STATE_NORMAL); in OnButtonPressed()
/third_party/cef/libcef_dll/cpptoc/views/
Dbutton_cpptoc.cc60 CefButtonCppToC::Get(self)->SetState(state); in button_set_state()
Dlabel_button_cpptoc.cc283 ->SetState(state); in label_button_set_state()
Dmenu_button_cpptoc.cc335 ->SetState(state); in menu_button_set_state()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dplatform_view.cc721 ime_->SetState(std::move(state)); in HandleFlutterTextInputChannelPlatformMessage()
/third_party/chromium/patch/
D0003-ohos-1115.patch48567 SetState(AccountReconcilorState::ACCOUNT_RECONCILOR_SCHEDULED);