Searched defs:GetClient (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/browser/compositor/
H A Dbrowser_compositor_view_mac.h58 BrowserCompositorViewMacClient* GetClient() const { return client_; } function in class:content::BrowserCompositorViewMac
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_chrome_settings.cc54 std::string DataReductionProxyChromeSettings::GetClient() { function in class:DataReductionProxyChromeSettings
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.h112 virtual XmppClientInterface* GetClient() { return this; } function in class:buzz::XmppClient
H A Dfakexmppclient.h50 virtual XmppClientInterface* GetClient() { function in class:buzz::FakeXmppClient
H A Dxmpptask.h104 virtual XmppClientInterface* GetClient() = 0;
117 virtual XmppClientInterface* GetClient() { function in class:buzz::XmppTaskBase
118 return parent_->GetClient();
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client_unittest.cc71 ChromePasswordManagerClient* GetClient();
96 ChromePasswordManagerClient* ChromePasswordManagerClientTest::GetClient() { function in class:ChromePasswordManagerClientTest
115 ChromePasswordManagerClient* client = GetClient();
124 ChromePasswordManagerClient* client = GetClient();
137 ChromePasswordManagerClient* client = GetClient();
150 ChromePasswordManagerClient* client = GetClient();
174 static_cast<IPC::Listener*>(GetClient())->OnMessageReceived(msg);
189 static_cast<IPC::Listener*>(GetClient())->OnMessageReceived(msg);
198 EXPECT_FALSE(GetClient()->IsAutomaticPasswordSavingEnabled());
206 EXPECT_TRUE(GetClient()
[all...]
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc113 GetClient()->setWebLayer(NULL);
425 GetClient()->sizeChanged();
431 GetClient()->setWebLayer(video_weblayer_.get());
452 GetClient()->sizeChanged();
454 GetClient()->repaint();
460 GetClient()->repaint();
474 GetClient()->networkStateChanged();
481 GetClient()->readyStateChanged();
484 blink::WebMediaPlayerClient* WebMediaPlayerMS::GetClient() { function in class:content::WebMediaPlayerMS
/external/chromium_org/content/renderer/p2p/
H A Dsocket_dispatcher.cc145 P2PSocketClientImpl* client = GetClient(socket_id);
153 P2PSocketClientImpl* client = GetClient(socket_id);
160 P2PSocketClientImpl* client = GetClient(socket_id);
167 P2PSocketClientImpl* client = GetClient(socket_id);
177 P2PSocketClientImpl* client = GetClient(socket_id);
183 P2PSocketClientImpl* P2PSocketDispatcher::GetClient(int socket_id) { function in class:content::P2PSocketDispatcher
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.cc75 SessionClient* SessionManager::GetClient(const std::string& content_type) { function in class:cricket::SessionManager
98 SessionClient* client = GetClient(content_type);
187 if (!GetClient(content_type)) {
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc321 ProfileSyncServiceHarness* SyncTest::GetClient(int index) { function in class:SyncTest
325 LOG(FATAL) << "GetClient(): Index is out of bounds.";
410 EXPECT_FALSE(GetClient(index) == NULL) << "Could not create Client "
468 if (!GetClient(i)->SetupSync())
836 ProfileSyncService* service = GetClient(index)->service();
854 return ::IsEncryptionComplete(GetClient(index)->service());
858 ProfileSyncService* service = GetClient(index)->service();
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.cc417 bool GoogleUpdateSettings::GetClient(base::string16* client) { function in class:GoogleUpdateSettings
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc740 Client* client = GetClient(child_id, route_id);
827 Client* client = GetClient(child_id, route_id);
835 Client* client = GetClient(child_id, route_id);
886 Client* client = GetClient(child_id, route_id);
892 Client* client = GetClient(child_id, route_id);
897 ResourceScheduler::Client* ResourceScheduler::GetClient(int child_id, function in class:content::ResourceScheduler

Completed in 3301 milliseconds