Searched defs:SendResponse (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_function.cc60 SendResponse(false);
63 void AsyncExtensionFunction::SendResponse(bool success) { function in class:AsyncExtensionFunction
69 dispatcher()->SendResponse(this, success);
85 SendResponse(RunImpl());
H A Dextension_function_dispatcher.cc518 void ExtensionFunctionDispatcher::SendResponse(ExtensionFunction* function, function in class:ExtensionFunctionDispatcher
/external/chromium/chrome/browser/ui/webui/
H A Dtheme_source_unittest.cc14 // A mock ThemeSource (so we can override SendResponse to get at its data).
23 virtual void SendResponse(int request_id, RefCountedMemory* data) { function in class:MockThemeSource
H A Dchrome_url_data_manager.cc120 void ChromeURLDataManager::DataSource::SendResponse(int request_id, function in class:ChromeURLDataManager::DataSource
132 // |SendResponse| between the time when there are no more refs and the time
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc117 SendResponse(response, remote_addr);
149 SendResponse(err_msg, addr);
152 void StunServer::SendResponse( function in class:cricket::StunServer
/external/chromium/chrome/browser/debugger/
H A Ddebugger_remote_service.cc85 SendResponse(response, message.tool(), message.destination());
109 SendResponse(response, message.tool(), message.destination());
119 void DebuggerRemoteService::SendResponse(const Value& response, function in class:DebuggerRemoteService
179 SendResponse(value, kToolName, base::IntToString(tab_uid));
189 SendResponse(value, kToolName, base::IntToString(tab_id));
H A Dextension_ports_remote_service.cc170 SendResponse(response, message.tool(), message.destination());
198 SendResponse(response, message.tool(), message.destination());
212 void ExtensionPortsRemoteService::SendResponse( function in class:ExtensionPortsRemoteService
274 SendResponse(content, kToolName, base::IntToString(port_id));
283 SendResponse(content, kToolName, base::IntToString(port_id));
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc472 SendResponse(AUTOMATION_MSG_EXTENSION_INSTALL_SUCCEEDED);
476 SendResponse(AUTOMATION_MSG_EXTENSION_INSTALL_FAILED);
486 void ExtensionInstallNotificationObserver::SendResponse( function in class:ExtensionInstallNotificationObserver

Completed in 182 milliseconds