Home
last modified time | relevance | path

Searched refs:SendResponse (Results 1 – 25 of 76) sorted by relevance

1234

/external/chromium/chrome/browser/extensions/
Dextension_function.cc60 SendResponse(false); in Run()
63 void AsyncExtensionFunction::SendResponse(bool success) { in SendResponse() function in AsyncExtensionFunction
69 dispatcher()->SendResponse(this, success); in SendResponse()
85 SendResponse(RunImpl()); in Run()
Dexecute_code_in_tab_function.cc140 SendResponse(false); in DidLoadFile()
154 SendResponse(false); in Execute()
160 SendResponse(false); in Execute()
216 SendResponse(success); in OnExecuteCodeFinished()
Dextension_file_browser_private_api.cc377 SendResponse(true); in RespondSuccessOnUIThread()
384 SendResponse(false); in RespondFailedOnUIThread()
423 SendResponse(true); in RunImpl()
696 SendResponse(false); in ExecuteFailedOnUIThread()
715 SendResponse(false); in ExecuteFileActionsOnUIThread()
722 SendResponse(false); in ExecuteFileActionsOnUIThread()
728 SendResponse(false); in ExecuteFileActionsOnUIThread()
766 SendResponse(true); in ExecuteFileActionsOnUIThread()
902 SendResponse(false); in GetLocalPathsResponseOnUIThread()
917 SendResponse(true); in GetLocalPathsResponseOnUIThread()
[all …]
Dextension_debugger_api.cc304 SendResponse(true); in RunImpl()
320 SendResponse(true); in RunImpl()
351 SendResponse(false); in SendResponseBody()
360 SendResponse(true); in SendResponseBody()
Dextension_webstore_private_api.cc377 SendResponse(false); in OnParseFailure()
386 SendResponse(true); in InstallUIProceed()
395 SendResponse(false); in InstallUIAbort()
554 SendResponse(false); in OnLoginFailure()
583 SendResponse(true); in Observe()
Dextension_cookies_api.cc239 SendResponse(true); in RespondOnUIThread()
293 SendResponse(true); in RespondOnUIThread()
403 SendResponse(success_); in RespondOnUIThread()
465 SendResponse(true); in RespondOnUIThread()
513 SendResponse(RunImpl()); in Run()
Dextension_history_api.cc157 SendResponse(false); in Run()
218 SendResponse(true); in SendResponseToCallback()
323 SendResponse(true); in RunImpl()
341 SendResponse(true); in RunImpl()
/external/chromium/chrome/browser/ui/webui/
Dtheme_source.cc55 SendResponse(request_id, css_bytes_); in StartDataRequest()
65 SendResponse(request_id, NULL); in StartDataRequest()
114 SendResponse(request_id, image_data); in SendThemeBitmap()
118 SendResponse(request_id, rb.LoadDataResourceBytes(resource_id)); in SendThemeBitmap()
Dfavicon_source.cc49 SendResponse(request_id, NULL); in StartDataRequest()
75 SendResponse(request_id, favicon.image_data); in OnFaviconDataAvailable()
88 SendResponse(request_id, default_favicon_); in SendDefaultResponse()
Dfileicon_source.cc50 SendResponse(request_id, icon_data); in StartDataRequest()
77 SendResponse(request_id, icon_data); in OnFileIconDataAvailable()
80 SendResponse(request_id, NULL); in OnFileIconDataAvailable()
Dthumbnail_source.cc30 SendResponse(request_id, data.get()); in StartDataRequest()
55 SendResponse(request_id, default_thumbnail_); in SendDefaultThumbnail()
Dprint_preview_ui_html_source.cc130 SendResponse(request_id, html_bytes); in StartDataRequest()
142 SendResponse(request_id, html_bytes); in StartDataRequest()
147 SendResponse(request_id, empty_bytes); in StartDataRequest()
Dextension_icon_source.cc161 SendResponse(request_id, BitmapToMemory(image)); in FinalizeImage()
225 SendResponse(request_id, favicon.image_data); in OnFaviconDataAvailable()
290 SendResponse(request_id, BitmapToMemory(GetDefaultAppImage())); in SendDefaultResponse()
Dkeyboard_ui.cc41 SendResponse(request_id, NULL); in StartDataRequest()
Dbookmarks_ui.cc34 SendResponse(request_id, NULL); in StartDataRequest()
Dsync_internals_html_source.cc43 SendResponse(request_id, bytes); in StartDataRequest()
Dremoting_ui.cc54 SendResponse(request_id, html_bytes); in StartDataRequest()
Dtextfields_ui.cc38 SendResponse(request_id, html_bytes); in StartDataRequest()
Dshared_resources_data_source.cc70 SendResponse(request_id, bytes); in StartDataRequest()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunserver.cc117 SendResponse(response, remote_addr); in OnBindingRequest()
149 SendResponse(err_msg, addr); in SendErrorResponse()
152 void StunServer::SendResponse( in SendResponse() function in cricket::StunServer
Dstunserver.h68 void SendResponse(const StunMessage& msg,
/external/chromium/chrome/browser/debugger/
Ddebugger_remote_service.cc85 SendResponse(response, message.tool(), message.destination()); in HandleMessage()
109 SendResponse(response, message.tool(), message.destination()); in HandleMessage()
119 void DebuggerRemoteService::SendResponse(const Value& response, in SendResponse() function in DebuggerRemoteService
179 SendResponse(value, kToolName, base::IntToString(tab_uid)); in FrameNavigate()
189 SendResponse(value, kToolName, base::IntToString(tab_id)); in TabClosed()
Dextension_ports_remote_service.cc170 SendResponse(response, message.tool(), message.destination()); in HandleMessage()
198 SendResponse(response, message.tool(), message.destination()); in HandleMessage()
212 void ExtensionPortsRemoteService::SendResponse( in SendResponse() function in ExtensionPortsRemoteService
274 SendResponse(content, kToolName, base::IntToString(port_id)); in OnExtensionMessage()
283 SendResponse(content, kToolName, base::IntToString(port_id)); in OnExtensionPortDisconnected()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dregister_page_ui.cc172 SendResponse(request_id, empty_bytes); in StartDataRequest()
186 SendResponse(request_id, html_bytes); in StartDataRequest()
189 SendResponse(request_id, empty_bytes); in StartDataRequest()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Duser_image_source.cc46 SendResponse(request_id, new RefCountedBytes(GetUserImage(email))); in StartDataRequest()

1234