Searched defs:OnResponse (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler_unittest.cc32 void OnResponse(net::HttpServerResponseInfo* response_to_set, function in namespace:__anon5901
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.cc69 base::Bind(&HttpServer::OnResponse,
81 void OnResponse(int connection_id, function in class:__anon5899::HttpServer
/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/content/renderer/p2p/
H A Dhost_address_request.cc73 void P2PAsyncAddressResolver::OnResponse(const net::IPAddressList& addresses) { function in class:content::P2PAsyncAddressResolver
/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
/external/chromium_org/remoting/jingle_glue/
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
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dservice_provider_test_helper.cc130 base::Bind(&ServiceProviderTestHelper::OnResponse,
156 void ServiceProviderTestHelper::OnResponse( function in class:chromeos::ServiceProviderTestHelper
/external/chromium_org/dbus/
H A Dmock_unittest.cc68 void OnResponse(Response* response) { function in class:dbus::MockTest
174 base::Bind(&MockTest::OnResponse,
176 // Run the message loop to let OnResponse be called.
H A Dend_to_end_async_unittest.cc151 // Calls the method asynchronously. OnResponse() will be called once the
157 base::Bind(&EndToEndAsyncTest::OnResponse,
161 // Calls the method asynchronously. OnResponse() will be called once the
168 base::Bind(&EndToEndAsyncTest::OnResponse, base::Unretained(this)),
180 void OnResponse(Response* response) { function in class:dbus::EndToEndAsyncTest
/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 Dstunport.cc62 virtual void OnResponse(StunMessage* response) { function in class:cricket::StunBindingRequest
H A Drelayport.cc182 virtual void OnResponse(StunMessage* response);
798 void AllocateRequest::OnResponse(StunMessage* response) { function in class:cricket::AllocateRequest
H A Dturnport.cc74 virtual void OnResponse(StunMessage* response);
90 virtual void OnResponse(StunMessage* response);
104 virtual void OnResponse(StunMessage* response);
122 virtual void OnResponse(StunMessage* response);
739 void TurnAllocateRequest::OnResponse(StunMessage* response) { function in class:cricket::TurnAllocateRequest
835 void TurnRefreshRequest::OnResponse(StunMessage* response) { function in class:cricket::TurnRefreshRequest
885 void TurnCreatePermissionRequest::OnResponse(StunMessage* response) { function in class:cricket::TurnCreatePermissionRequest
929 void TurnChannelBindRequest::OnResponse(StunMessage* response) { function in class:cricket::TurnChannelBindRequest
H A Dport.cc820 virtual void OnResponse(StunMessage* response) { function in class:cricket::ConnectionRequest
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc31 void OnResponse(int result, const std::string& response) { function in class:__anon5832::ResponseBuffer
69 base::Bind(&ResponseBuffer::OnResponse, response_buffer));
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dprint_dialog_gtk2.cc399 void PrintDialogGtk2::OnResponse(GtkWidget* dialog, int response_id) { function in class:PrintDialogGtk2

Completed in 352 milliseconds