/external/chromium_org/chrome/browser/predictors/ |
D | resource_prefetcher_unittest.cc | 128 void OnResponse(const std::string& url) { in OnResponse() function in predictors::ResourcePrefetcherTest 206 OnResponse("http://m.google.com/resource1.jpg"); in TEST_F() 214 OnResponse("http://m.google.com/resource2.html"); in TEST_F() 221 OnResponse("http://www.google.com/resource2.png"); in TEST_F() 229 OnResponse("http://yahoo.com/resource1.png"); in TEST_F() 233 OnResponse("http://yahoo.com/resource4.png"); in TEST_F() 236 OnResponse("http://yahoo.com/resource5.png"); in TEST_F() 250 OnResponse("http://yahoo.com/resource3.png"); in TEST_F() 328 OnResponse("http://www.google.com/resource1.html"); in TEST_F() 333 OnResponse("http://www.google.com/resource2.png"); in TEST_F() [all …]
|
/external/chromium_org/chrome/test/chromedriver/server/ |
D | http_handler_unittest.cc | 32 void OnResponse(net::HttpServerResponseInfo* response_to_set, in OnResponse() function 46 handler.Handle(request, base::Bind(&OnResponse, &response)); in TEST() 56 handler.Handle(request, base::Bind(&OnResponse, &response)); in TEST() 70 handler.Handle(request, base::Bind(&OnResponse, &response)); in TEST() 90 handler.Handle(request, base::Bind(&OnResponse, &response)); in TEST() 103 handler.Handle(request, base::Bind(&OnResponse, &response)); in TEST() 115 handler.Handle(request, base::Bind(&OnResponse, &response)); in TEST()
|
D | chromedriver_server.cc | 76 base::Bind(&HttpServer::OnResponse, in OnHttpRequest() 88 void OnResponse(int connection_id, in OnResponse() function in __anonb1b5be910111::HttpServer
|
/external/chromium_org/chromeos/dbus/ |
D | permission_broker_client.cc | 37 base::Bind(&PermissionBrokerClientImpl::OnResponse, in RequestPathAccess() 52 base::Bind(&PermissionBrokerClientImpl::OnResponse, in RequestUsbAccess() 66 void OnResponse(const ResultCallback& callback, dbus::Response* response) { in OnResponse() function in chromeos::PermissionBrokerClientImpl
|
/external/chromium_org/remoting/host/ |
D | continue_window_linux.cc | 30 CHROMEG_CALLBACK_1(ContinueWindowGtk, void, OnResponse, GtkDialog*, int); 104 void ContinueWindowGtk::OnResponse(GtkDialog* dialog, int response_id) { in OnResponse() function in remoting::ContinueWindowGtk
|
D | register_support_host_request_unittest.cc | 51 MOCK_METHOD3(OnResponse, void(bool result, const std::string& support_id, 86 base::Bind(&MockCallback::OnResponse, in TEST_F() 130 EXPECT_CALL(callback_, OnResponse(true, kSupportId, in TEST_F()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | stunrequest_unittest.cc | 59 void OnResponse(StunMessage* res) { in OnResponse() function in StunRequestTest 107 virtual void OnResponse(StunMessage* res) { in OnResponse() function in StunRequestThunker 108 test_->OnResponse(res); in OnResponse()
|
D | turnport.cc | 78 virtual void OnResponse(StunMessage* response); 95 virtual void OnResponse(StunMessage* response); 109 virtual void OnResponse(StunMessage* response); 127 virtual void OnResponse(StunMessage* response); 838 void TurnAllocateRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnAllocateRequest 993 void TurnRefreshRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnRefreshRequest 1042 void TurnCreatePermissionRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnCreatePermissionRequest 1086 void TurnChannelBindRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnChannelBindRequest
|
D | stunrequest.h | 113 virtual void OnResponse(StunMessage* response) {} in OnResponse() function
|
D | stunrequest.cc | 95 request->OnResponse(msg); in CheckResponse()
|
/external/chromium_org/remoting/signaling/ |
D | jingle_info_request.cc | 34 base::Bind(&JingleInfoRequest::OnResponse, base::Unretained(this))); in Send() 47 void JingleInfoRequest::OnResponse(IqRequest* request, in OnResponse() function in remoting::JingleInfoRequest
|
D | iq_sender.cc | 119 request->OnResponse(stanza); in OnSignalStrategyIncomingStanza() 152 void IqRequest::OnResponse(const buzz::XmlElement* stanza) { in OnResponse() function in remoting::IqRequest
|
D | jingle_info_request.h | 53 void OnResponse(IqRequest* request, const buzz::XmlElement* stanza);
|
D | iq_sender.h | 100 void OnResponse(const buzz::XmlElement* stanza);
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
D | service_provider_test_helper.cc | 130 base::Bind(&ServiceProviderTestHelper::OnResponse, in MockCallMethodAndBlock() 156 void ServiceProviderTestHelper::OnResponse( in OnResponse() function in chromeos::ServiceProviderTestHelper
|
D | service_provider_test_helper.h | 84 void OnResponse(scoped_ptr<dbus::Response> response);
|
/external/chromium_org/dbus/ |
D | mock_unittest.cc | 74 void OnResponse(Response* response) { in OnResponse() function in dbus::MockTest 210 base::Bind(&MockTest::OnResponse, in TEST_F()
|
D | end_to_end_async_unittest.cc | 161 base::Bind(&EndToEndAsyncTest::OnResponse, in CallMethod() 172 base::Bind(&EndToEndAsyncTest::OnResponse, base::Unretained(this)), in CallMethodWithErrorCallback() 185 void OnResponse(Response* response) { in OnResponse() function in dbus::EndToEndAsyncTest
|
/external/chromium_org/content/renderer/p2p/ |
D | host_address_request.h | 55 void OnResponse(const net::IPAddressList& address);
|
D | host_address_request.cc | 73 void P2PAsyncAddressResolver::OnResponse(const net::IPAddressList& addresses) { in OnResponse() function in content::P2PAsyncAddressResolver
|
D | socket_dispatcher.cc | 138 request->OnResponse(addresses); in OnGetHostAddressResult()
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | print_dialog_gtk2.h | 60 CHROMEGTK_CALLBACK_1(PrintDialogGtk2, void, OnResponse, int);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | adb_impl.cc | 31 void OnResponse(int result, const std::string& response) { in OnResponse() function in __anon70f148900111::ResponseBuffer 69 base::Bind(&ResponseBuffer::OnResponse, response_buffer)); in ExecuteCommandOnIOThread()
|
/external/chromium_org/chrome/browser/devtools/device/adb/ |
D | adb_client_socket.cc | 120 base::Bind(&AdbQuerySocket::OnResponse, base::Unretained(this))); in SendNextQuery() 123 void OnResponse(int result, const std::string& response) { in OnResponse() function in __anoned87a7970111::AdbQuerySocket
|
/external/chromium_org/chrome/browser/extensions/api/gcd_private/ |
D | gcd_private_api.h | 108 void OnResponse(bool response);
|