HomeSort by relevance Sort by last modified time
    Searched defs:SendResponse (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_function.cc 60 SendResponse(false);
63 void AsyncExtensionFunction::SendResponse(bool success) {
69 dispatcher()->SendResponse(this, success);
85 SendResponse(RunImpl());
extension_function_dispatcher.cc 518 void ExtensionFunctionDispatcher::SendResponse(ExtensionFunction* function,
  /external/chromium/chrome/browser/ui/webui/
theme_source_unittest.cc 14 // A mock ThemeSource (so we can override SendResponse to get at its data).
23 virtual void SendResponse(int request_id, RefCountedMemory* data) {
chrome_url_data_manager.cc 120 void ChromeURLDataManager::DataSource::SendResponse(int request_id,
132 // |SendResponse| between the time when there are no more refs and the time
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 117 SendResponse(response, remote_addr);
149 SendResponse(err_msg, addr);
152 void StunServer::SendResponse(
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 85 SendResponse(response, message.tool(), message.destination());
109 SendResponse(response, message.tool(), message.destination());
119 void DebuggerRemoteService::SendResponse(const Value& response,
179 SendResponse(value, kToolName, base::IntToString(tab_uid));
189 SendResponse(value, kToolName, base::IntToString(tab_id));
extension_ports_remote_service.cc 170 SendResponse(response, message.tool(), message.destination());
198 SendResponse(response, message.tool(), message.destination());
212 void ExtensionPortsRemoteService::SendResponse(
274 SendResponse(content, kToolName, base::IntToString(port_id));
283 SendResponse(content, kToolName, base::IntToString(port_id));
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 472 SendResponse(AUTOMATION_MSG_EXTENSION_INSTALL_SUCCEEDED);
476 SendResponse(AUTOMATION_MSG_EXTENSION_INSTALL_FAILED);
486 void ExtensionInstallNotificationObserver::SendResponse(
    [all...]

Completed in 107 milliseconds