Home
last modified time | relevance | path

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

12

/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/grpc/test/core/transport/
Dconnectivity_state_test.cc67 tracker.SetState(GRPC_CHANNEL_READY, "whee"); in TEST()
89 tracker.SetState(GRPC_CHANNEL_CONNECTING, "whee"); in TEST()
128 tracker.SetState(GRPC_CHANNEL_SHUTDOWN, "shutting down"); in TEST()
/third_party/cef/include/views/
Dcef_button.h63 virtual void SetState(cef_button_state_t state) = 0;
/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/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/grpc/src/core/lib/transport/
Dconnectivity_state.h121 void SetState(grpc_connectivity_state state, const absl::Status& status,
Dconnectivity_state.cc150 void ConnectivityStateTracker::SetState(grpc_connectivity_state state, in SetState() function in grpc_core::ConnectivityStateTracker
/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_merge_op.h53 void SetState(State newState) { st_ = newState; } in SetState() function
Dcache_merge_op.cc181 rq->SetState(TensorRowCacheRequest::State::kEmpty); in Cleaner()
/third_party/grpc/src/core/lib/surface/
Dserver.cc208 calld->SetState(CallData::CallState::ZOMBIED); in ZombifyPending()
274 calld->SetState(CallData::CallState::ACTIVATED); in MatchOrQueue()
299 calld->SetState(CallData::CallState::PENDING); in MatchOrQueue()
305 calld->SetState(CallData::CallState::ACTIVATED); in MatchOrQueue()
380 calld->SetState(CallData::CallState::ACTIVATED); in MatchOrQueue()
410 calld->SetState(CallData::CallState::ACTIVATED); in MatchOrQueue()
1210 void Server::CallData::SetState(CallState state) { in SetState() function in grpc_core::Server::CallData
Dserver.h247 void SetState(CallState state);
/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()

12