Searched defs:GetState (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.cc58 PP_NetworkList_State NetworkList::GetState(uint32_t index) const { function in class:pp::NetworkList
61 return get_interface<PPB_NetworkList_1_0>()->GetState(
/external/chromium_org/ppapi/thunk/
H A Dppb_network_list_thunk.cc49 PP_NetworkList_State GetState(PP_Resource resource, uint32_t index) { function in namespace:ppapi::thunk::__anon10296
50 VLOG(4) << "PPB_NetworkList::GetState()";
54 return enter.object()->GetState(index);
88 &GetState,
/external/lldb/tools/debugserver/source/
H A DTTYState.cpp93 TTYStateSwitcher::GetState(uint32_t idx, int fd, bool saveProcessGroup) function in class:TTYStateSwitcher
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file.cc49 base::DictionaryValue* NetLogTempFile::GetState() { function in class:NetLogTempFile
/external/chromium_org/ppapi/proxy/
H A Dnetwork_list_resource.cc46 PP_NetworkList_State NetworkListResource::GetState(uint32_t index) { function in class:ppapi::proxy::NetworkListResource
/external/chromium_org/remoting/client/plugin/
H A Ddelegating_signal_strategy.cc44 SignalStrategy::State DelegatingSignalStrategy::GetState() const { function in class:remoting::DelegatingSignalStrategy
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_char_iterator.cc68 TokenizedStringCharIterator::GetState() const { function in class:app_list::TokenizedStringCharIterator
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_proxy.cc43 DCHECK(GetState() == STATE_IDLE);
49 DCHECK(GetState() == STATE_DISPLAYED);
55 if (GetState() != STATE_IDLE)
58 DCHECK(GetState() == STATE_WAITING_FOR_REDIRECTION);
68 if (GetState() == STATE_DISPLAYED) // Dialog is already shown, do nothing.
86 if (GetState() == STATE_DISPLAYED)
93 if (GetState() == STATE_WAITING_FOR_REDIRECTION)
103 DCHECK(GetState() == STATE_DISPLAYED);
108 DCHECK(GetState() == STATE_IDLE);
120 DCHECK(GetState()
130 CaptivePortalWindowProxy::State CaptivePortalWindowProxy::GetState() const { function in class:chromeos::CaptivePortalWindowProxy
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_crypto_provider.cc26 virtual HandshakeState GetState() OVERRIDE;
60 PrivetV3CryptoProvider::HandshakeState PrivetV3CryptoProviderEmpty::GetState() { function in class:local_discovery::PrivetV3CryptoProviderEmpty
/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_state.h65 State GetState() const { return state_; } function in class:chromecast::media::BufferingState
/external/chromium_org/content/common/android/
H A Daddress_parser_unittest.cc42 bool GetState(const std::string& state, size_t* state_index) const { function in class:AddressParserTest
58 return GetState(state, &state_index);
63 EXPECT_TRUE(GetState(state, &state_index));
/external/chromium_org/ppapi/c/
H A Dppb_network_list.h136 PP_NetworkList_State (*GetState)(PP_Resource resource, uint32_t index); member in struct:PPB_NetworkList_1_0
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dfakexmppclient.h59 virtual XmppEngine::State GetState() const { function in class:buzz::FakeXmppClient
/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.cc47 StreamState SocketStream::GetState() const { function in class:rtc::SocketStream
49 switch (socket_->GetState()) {
H A Dsslsocketfactory.cc69 virtual ConnState GetState() const { function in class:rtc::ProxySocketAdapter
71 return socket_->GetState();
H A Dsslstreamadapterhelper.cc52 StreamState SSLStreamAdapterHelper::GetState() const { function in class:rtc::SSLStreamAdapterHelper
114 if (StreamAdapterInterface::GetState() != SS_OPEN) {
H A Dasyncudpsocket.cc76 AsyncUDPSocket::State AsyncUDPSocket::GetState() const { function in class:rtc::AsyncUDPSocket
H A Dtask.h102 int GetState() const { return state_; } function in class:rtc::Task
103 bool HasError() const { return (GetState() == STATE_ERROR); }
/external/chromium_org/build/android/pylib/device/
H A Dadb_wrapper.py334 def GetState(self, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): member in class:AdbWrapper
/external/chromium_org/components/wifi/
H A Dfake_wifi_service.cc87 void FakeWiFiService::GetState(const std::string& network_guid, function in class:wifi::FakeWiFiService
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream.cc37 if (GetState() != EMPTY && GetState() != READY) {
42 if (GetState() == EMPTY) {
47 DCHECK_EQ(GetState(), READY)
58 DCHECK(GetState() == READY || GetState() == EMPTY);
75 DCHECK_NE(GetState(), CLOSED);
76 DCHECK_NE(GetState(), READING);
81 DCHECK_NE(GetState(), CLOSED);
82 DCHECK_NE(GetState(), READIN
149 SocketInputStream::State SocketInputStream::GetState() const { function in class:gcm::SocketInputStream
280 SocketOutputStream::State SocketOutputStream::GetState() const{ function in class:gcm::SocketOutputStream
[all...]
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller.cc35 DaemonController::State DaemonController::GetState() { function in class:remoting::DaemonController
37 return delegate_->GetState();
/external/chromium_org/remoting/signaling/
H A Dfake_signal_strategy.cc71 SignalStrategy::State FakeSignalStrategy::GetState() const { function in class:remoting::FakeSignalStrategy
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_thumb.cc121 CustomButton::ButtonState BaseScrollBarThumb::GetState() const { function in class:views::BaseScrollBarThumb
/external/ceres-solver/internal/ceres/
H A Dparameter_block.h106 // Copy the current parameter state out to x. This is "GetState()" rather than
109 void GetState(double *x) const { function in class:ceres::internal::ParameterBlock

Completed in 608 milliseconds

1234