/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());
|
execute_code_in_tab_function.cc | 140 SendResponse(false); 154 SendResponse(false); 160 SendResponse(false); 216 SendResponse(success);
|
extension_function_dispatcher.h | 92 void SendResponse(ExtensionFunction* api, bool success);
|
extension_info_private_api_chromeos.cc | 43 SendResponse(true);
|
extension_file_browser_private_api.cc | 377 SendResponse(true); 384 SendResponse(false); 423 SendResponse(true); 696 SendResponse(false); 715 SendResponse(false); 722 SendResponse(false); 728 SendResponse(false); 766 SendResponse(true); 902 SendResponse(false); 917 SendResponse(true) [all...] |
extension_debugger_api.cc | 304 SendResponse(true); 320 SendResponse(true); 351 SendResponse(false); 360 SendResponse(true);
|
extension_test_api.cc | 90 SendResponse(true);
|
/external/chromium/chrome/browser/ui/webui/ |
thumbnail_source.cc | 30 SendResponse(request_id, data.get()); 55 SendResponse(request_id, default_thumbnail_);
|
favicon_source.cc | 49 SendResponse(request_id, NULL); 75 SendResponse(request_id, favicon.image_data); 88 SendResponse(request_id, default_favicon_);
|
fileicon_source.cc | 50 SendResponse(request_id, icon_data); 77 SendResponse(request_id, icon_data); 80 SendResponse(request_id, NULL);
|
bookmarks_ui.cc | 34 SendResponse(request_id, NULL);
|
keyboard_ui.cc | 41 SendResponse(request_id, NULL);
|
theme_source.cc | 55 SendResponse(request_id, css_bytes_); 65 SendResponse(request_id, NULL); 114 SendResponse(request_id, image_data); 118 SendResponse(request_id, rb.LoadDataResourceBytes(resource_id));
|
remoting_ui.cc | 54 SendResponse(request_id, html_bytes);
|
sync_internals_html_source.cc | 43 SendResponse(request_id, bytes);
|
chrome_url_data_manager.h | 59 // request for the data, then call SendResponse() to notify. 67 // call SendResponse() when the data is available or if the request could 80 virtual void SendResponse(int request_id, RefCountedMemory* bytes); 115 // SendResponse invokes this on the IO thread. Notifies the backend to
|
shared_resources_data_source.cc | 70 SendResponse(request_id, bytes);
|
textfields_ui.cc | 38 SendResponse(request_id, html_bytes);
|
/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(
|
stunserver.h | 68 void SendResponse(const StunMessage& msg,
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
user_image_source.cc | 46 SendResponse(request_id, new RefCountedBytes(GetUserImage(email)));
|
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.h | 101 void SendResponse(const Value& response,
|
extension_ports_remote_service.h | 73 void SendResponse(const Value& response,
|
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));
|