Searched refs:OnResponse (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetcher_unittest.cc128 void OnResponse(const std::string& url) { function in class:predictors::ResourcePrefetcherTest
206 OnResponse("http://m.google.com/resource1.jpg");
214 OnResponse("http://m.google.com/resource2.html");
221 OnResponse("http://www.google.com/resource2.png");
229 OnResponse("http://yahoo.com/resource1.png");
233 OnResponse("http://yahoo.com/resource4.png");
236 OnResponse("http://yahoo.com/resource5.png");
250 OnResponse("http://yahoo.com/resource3.png");
328 OnResponse("http://www.google.com/resource1.html");
333 OnResponse("htt
[all...]
/external/chromium_org/chromeos/dbus/
H A Dpermission_broker_client.cc37 base::Bind(&PermissionBrokerClientImpl::OnResponse,
52 base::Bind(&PermissionBrokerClientImpl::OnResponse,
66 void OnResponse(const ResultCallback& callback, dbus::Response* response) { function in class:chromeos::PermissionBrokerClientImpl
/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler_unittest.cc32 void OnResponse(net::HttpServerResponseInfo* response_to_set, function in namespace:__anon5972
46 handler.Handle(request, base::Bind(&OnResponse, &response));
56 handler.Handle(request, base::Bind(&OnResponse, &response));
70 handler.Handle(request, base::Bind(&OnResponse, &response));
90 handler.Handle(request, base::Bind(&OnResponse, &response));
103 handler.Handle(request, base::Bind(&OnResponse, &response));
115 handler.Handle(request, base::Bind(&OnResponse, &response));
H A Dchromedriver_server.cc76 base::Bind(&HttpServer::OnResponse,
88 void OnResponse(int connection_id, function in class:__anon5970::HttpServer
/external/chromium_org/remoting/signaling/
H A Djingle_info_request.h53 void OnResponse(IqRequest* request, const buzz::XmlElement* stanza);
H A Djingle_info_request.cc34 base::Bind(&JingleInfoRequest::OnResponse, base::Unretained(this)));
47 void JingleInfoRequest::OnResponse(IqRequest* request, function in class:remoting::JingleInfoRequest
H A Diq_sender.cc119 request->OnResponse(stanza);
152 void IqRequest::OnResponse(const buzz::XmlElement* stanza) { function in class:remoting::IqRequest
H A Diq_sender.h100 void OnResponse(const buzz::XmlElement* stanza);
/external/chromium_org/remoting/host/
H A Dcontinue_window_linux.cc30 CHROMEG_CALLBACK_1(ContinueWindowGtk, void, OnResponse, GtkDialog*, int);
104 void ContinueWindowGtk::OnResponse(GtkDialog* dialog, int response_id) { function in class:remoting::ContinueWindowGtk
H A Dregister_support_host_request_unittest.cc51 MOCK_METHOD3(OnResponse, void(bool result, const std::string& support_id,
86 base::Bind(&MockCallback::OnResponse,
130 EXPECT_CALL(callback_, OnResponse(true, kSupportId,
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dservice_provider_test_helper.h84 void OnResponse(scoped_ptr<dbus::Response> response);
H A Dservice_provider_test_helper.cc130 base::Bind(&ServiceProviderTestHelper::OnResponse,
156 void ServiceProviderTestHelper::OnResponse( function in class:chromeos::ServiceProviderTestHelper
/external/chromium_org/content/renderer/p2p/
H A Dhost_address_request.h55 void OnResponse(const net::IPAddressList& address);
H A Dhost_address_request.cc73 void P2PAsyncAddressResolver::OnResponse(const net::IPAddressList& addresses) { function in class:content::P2PAsyncAddressResolver
H A Dsocket_dispatcher.cc138 request->OnResponse(addresses);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.h113 virtual void OnResponse(StunMessage* response) {} function in class:cricket::StunRequest
H A Dstunrequest_unittest.cc59 void OnResponse(StunMessage* res) { function in class:StunRequestTest
107 virtual void OnResponse(StunMessage* res) { function in class:StunRequestThunker
108 test_->OnResponse(res);
H A Dturnport.cc78 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) { function in class:cricket::TurnAllocateRequest
993 void TurnRefreshRequest::OnResponse(StunMessage* response) { function in class:cricket::TurnRefreshRequest
1042 void TurnCreatePermissionRequest::OnResponse(StunMessage* response) { function in class:cricket::TurnCreatePermissionRequest
1086 void TurnChannelBindRequest::OnResponse(StunMessage* response) { function in class:cricket::TurnChannelBindRequest
H A Dstunrequest.cc95 request->OnResponse(msg);
/external/chromium_org/dbus/
H A Dmock_unittest.cc74 void OnResponse(Response* response) { function in class:dbus::MockTest
210 base::Bind(&MockTest::OnResponse,
212 // Run the message loop to let OnResponse be called.
H A Dend_to_end_async_unittest.cc155 // Calls the method asynchronously. OnResponse() will be called once the
161 base::Bind(&EndToEndAsyncTest::OnResponse,
165 // Calls the method asynchronously. OnResponse() will be called once the
172 base::Bind(&EndToEndAsyncTest::OnResponse, base::Unretained(this)),
185 void OnResponse(Response* response) { function in class:dbus::EndToEndAsyncTest
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dprint_dialog_gtk2.h60 CHROMEGTK_CALLBACK_1(PrintDialogGtk2, void, OnResponse, int);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc31 void OnResponse(int result, const std::string& response) { function in class:__anon5900::ResponseBuffer
69 base::Bind(&ResponseBuffer::OnResponse, response_buffer));
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.h108 void OnResponse(bool response);
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_client_socket.cc120 base::Bind(&AdbQuerySocket::OnResponse, base::Unretained(this)));
123 void OnResponse(int result, const std::string& response) {

Completed in 511 milliseconds

12