Home
last modified time | relevance | path

Searched refs:new_client (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/p2p/
Dsocket_client_impl.cc172 scoped_refptr<P2PSocketClientImpl> new_client = in OnIncomingTcpConnection() local
174 new_client->socket_id_ = dispatcher_->RegisterClient(new_client.get()); in OnIncomingTcpConnection()
175 new_client->state_ = STATE_OPEN; in OnIncomingTcpConnection()
176 new_client->delegate_message_loop_ = delegate_message_loop_; in OnIncomingTcpConnection()
179 socket_id_, address, new_client->socket_id_)); in OnIncomingTcpConnection()
184 this, address, new_client)); in OnIncomingTcpConnection()
189 scoped_refptr<P2PSocketClient> new_client) { in DeliverOnIncomingTcpConnection() argument
192 delegate_->OnIncomingTcpConnection(address, new_client.get()); in DeliverOnIncomingTcpConnection()
195 new_client->Close(); in DeliverOnIncomingTcpConnection()
Dsocket_client_impl.h92 scoped_refptr<P2PSocketClient> new_client);
/external/chromium_org/chrome/test/base/
Dweb_ui_browser_test.cc269 PrintContentBrowserClient new_client( in BrowsePrintPreload() local
272 SetBrowserClientForTesting(&new_client); in BrowsePrintPreload()
275 new_client.Wait(); in BrowsePrintPreload()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_unittest.cc2239 TransfersAllNavigationsContentBrowserClient new_client; in TEST_F() local
2240 ContentBrowserClient* old_client = SetBrowserClientForTesting(&new_client); in TEST_F()
2310 TransfersAllNavigationsContentBrowserClient new_client; in TEST_F() local
2311 ContentBrowserClient* old_client = SetBrowserClientForTesting(&new_client); in TEST_F()
2382 TransfersAllNavigationsContentBrowserClient new_client; in TEST_F() local
2383 ContentBrowserClient* old_client = SetBrowserClientForTesting(&new_client); in TEST_F()
2466 TransfersAllNavigationsContentBrowserClient new_client; in TEST_F() local
2467 ContentBrowserClient* old_client = SetBrowserClientForTesting(&new_client); in TEST_F()
/external/chromium_org/chrome/browser/ui/
Dbrowser_browsertest.cc668 TransferHttpsRedirectsContentBrowserClient new_client; in IN_PROC_BROWSER_TEST_F() local
670 SetBrowserClientForTesting(&new_client); in IN_PROC_BROWSER_TEST_F()
719 TransferHttpsRedirectsContentBrowserClient new_client; in IN_PROC_BROWSER_TEST_F() local
721 SetBrowserClientForTesting(&new_client); in IN_PROC_BROWSER_TEST_F()