Searched refs:SendAsyncResponse (Results 1 – 7 of 7) sorted by relevance
209 void HistoryFunctionWithCallback::SendAsyncResponse() { in SendAsyncResponse() function in HistoryFunctionWithCallback256 SendAsyncResponse(); in QueryComplete()306 SendAsyncResponse(); in SearchComplete()371 SendAsyncResponse(); in DeleteComplete()388 SendAsyncResponse(); in DeleteComplete()
82 virtual void SendAsyncResponse();
284 void HistoryFunctionWithCallback::SendAsyncResponse() { in SendAsyncResponse() function in extensions::HistoryFunctionWithCallback330 SendAsyncResponse(); in QueryComplete()373 SendAsyncResponse(); in SearchComplete()454 SendAsyncResponse(); in DeleteComplete()484 SendAsyncResponse(); in DeleteComplete()
117 virtual void SendAsyncResponse();
145 void SendAsyncResponse(scoped_refptr<DevToolsProtocol::Response> response);
509 SendAsyncResponse( in ScreenshotCaptured()546 SendAsyncResponse( in ScreenshotCaptured()606 SendAsyncResponse(command->SuccessResponse(response)); in ScreenshotCaptured()806 SendAsyncResponse(command->SuccessResponse(response_data.release())); in PageQueryUsageAndQuotaCompleted()
193 void DevToolsProtocol::Handler::SendAsyncResponse( in SendAsyncResponse() function in content::DevToolsProtocol::Handler