/third_party/cef/libcef/browser/views/ |
D | button_impl.h | 33 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/ |
D | connectivity_state_test.cc | 67 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/ |
D | cef_button.h | 63 virtual void SetState(cef_button_state_t state) = 0;
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 772 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() 1016 …SetState(PYBA_STATE_CACHED, S_OK); // we always return success here and let OnApplyComplete() deal… in OnCacheComplete() 1218 …SetState(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/ |
D | button_unittest.cc | 35 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/ |
D | connectivity_state.h | 121 void SetState(grpc_connectivity_state state, const absl::Status& status,
|
D | connectivity_state.cc | 150 void ConnectivityStateTracker::SetState(grpc_connectivity_state state, in SetState() function in grpc_core::ConnectivityStateTracker
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | win32_flutter_window.h | 79 void SetState(FLUTTER_API_SYMBOL(FlutterEngine) state);
|
D | flutter_windows.cc | 125 state->window->SetState(engine); in FlutterDesktopCreateWindow()
|
D | win32_flutter_window.cc | 45 void Win32FlutterWindow::SetState(FLUTTER_API_SYMBOL(FlutterEngine) eng) { in SetState() function in flutter::Win32FlutterWindow
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | cache_merge_op.h | 53 void SetState(State newState) { st_ = newState; } in SetState() function
|
D | cache_merge_op.cc | 181 rq->SetState(TensorRowCacheRequest::State::kEmpty); in Cleaner()
|
/third_party/grpc/src/core/lib/surface/ |
D | server.cc | 208 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
|
D | server.h | 247 void SetState(CallState state);
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | button_ctocpp.h | 39 void SetState(cef_button_state_t state) override;
|
D | menu_button_ctocpp.h | 58 void SetState(cef_button_state_t state) override;
|
D | label_button_ctocpp.h | 54 void SetState(cef_button_state_t state) override;
|
D | button_ctocpp.cc | 47 void CefButtonCToCpp::SetState(cef_button_state_t state) { in SetState() function in CefButtonCToCpp
|
D | label_button_ctocpp.cc | 253 void CefLabelButtonCToCpp::SetState(cef_button_state_t state) { in SetState() function in CefLabelButtonCToCpp
|
D | menu_button_ctocpp.cc | 300 void CefMenuButtonCToCpp::SetState(cef_button_state_t state) { in SetState() function in CefMenuButtonCToCpp
|
/third_party/cef/tests/cefclient/browser/ |
D | views_overlay_controls.cc | 162 button->SetState(CEF_BUTTON_STATE_NORMAL); in OnButtonPressed()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | button_cpptoc.cc | 60 CefButtonCppToC::Get(self)->SetState(state); in button_set_state()
|
D | label_button_cpptoc.cc | 283 ->SetState(state); in label_button_set_state()
|
D | menu_button_cpptoc.cc | 335 ->SetState(state); in menu_button_set_state()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | platform_view.cc | 721 ime_->SetState(std::move(state)); in HandleFlutterTextInputChannelPlatformMessage()
|