Searched refs:Respond (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/extensions/browser/api/
H A Dasync_api_function.cc50 SendResponse(Respond());
68 SendResponse(Respond());
H A Dasync_api_function.h38 // Respond. Guaranteed to happen on UI thread.
39 virtual bool Respond() = 0;
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
H A Denterprise_platform_keys_api.cc96 Respond(
99 Respond(Error(error_message));
148 Respond(ArgumentList(api_epki::Sign::Results::Create(signature)));
150 Respond(Error(error_message));
180 Respond(Error(error_message));
196 Respond(ArgumentList(results.Pass()));
232 Respond(NoArguments());
234 Respond(Error(error_message));
270 Respond(NoArguments());
272 Respond(Erro
[all...]
/external/chromium_org/chrome/browser/extensions/api/diagnostics/
H A Ddiagnostics_api.h43 virtual bool Respond() OVERRIDE;
H A Ddiagnostics_api.cc28 bool DiagnosticsSendPacketFunction::Respond() { function in class:extensions::DiagnosticsSendPacketFunction
/external/chromium_org/media/blink/
H A Dbuffered_data_source_unittest.cc150 Respond(response_generator_->Generate200());
158 Respond(response_generator_->Generate206(0));
167 Respond(response_generator_->GenerateFileResponse(0));
191 void Respond(const WebURLResponse& response) { function in class:media::BufferedDataSourceTest
271 Respond(response_generator_->Generate206(
281 Respond(response_generator_->Generate404());
303 Respond(response);
312 Respond(response_generator_->Generate206(
324 Respond(response_generator_->Generate206(
336 Respond(response_generator
[all...]
/external/chromium_org/content/browser/devtools/
H A Ddevtools_browser_target.cc41 handler->SetNotifier(base::Bind(&DevToolsBrowserTarget::Respond,
55 Respond(error_response);
61 Respond(command->NoSuchMethodErrorResponse()->Serialize());
73 Respond(command->ServerErrorResponse(message)->Serialize());
86 Respond(response->Serialize());
88 Respond(command->NoSuchMethodErrorResponse()->Serialize());
165 void DevToolsBrowserTarget::Respond(const std::string& message) { function in class:content::DevToolsBrowserTarget
176 base::Bind(&DevToolsBrowserTarget::Respond, this, message));
H A Ddevtools_browser_target.h58 void Respond(const std::string& message);
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_display_private_api.h91 virtual bool Respond() OVERRIDE;
104 virtual bool Respond() OVERRIDE;
H A Dbraille_display_private_api.cc153 bool BrailleDisplayPrivateGetDisplayStateFunction::Respond() { function in class:extensions::api::BrailleDisplayPrivateGetDisplayStateFunction
175 bool BrailleDisplayPrivateWriteDotsFunction::Respond() { function in class:extensions::api::BrailleDisplayPrivateWriteDotsFunction
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.h59 // Respond method. Note that during this time, ownership of the transaction
63 void Respond(HttpServerTransaction* transaction);
88 void Respond(HttpServerTransaction* transaction);
H A Dhttpserver_unittest.cc82 server.Respond(monitor.transaction);
111 server.Respond(monitor.transaction);
H A Dhttpserver.cc55 HttpServer::Respond(HttpServerTransaction* transaction) { function in class:rtc::HttpServer
58 connection->Respond(transaction);
148 HttpServer::Connection::Respond(HttpServerTransaction* transaction) { function in class:rtc::HttpServer::Connection
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api.h116 // Respond to the API with selected entry definition.
129 void Respond(const file_manager::util::EntryDefinition& entry_definition,
H A Dfile_browser_handler_api.cc314 Respond(EntryDefinition(), false);
350 Respond(entry_definition, true);
353 void FileBrowserHandlerInternalSelectFileFunction::Respond( function in class:FileBrowserHandlerInternalSelectFileFunction
H A Dprivate_api_file_system.cc343 void FileWatchFunctionBase::Respond(bool success) { function in class:extensions::FileWatchFunctionBase
369 Respond(false);
389 base::Bind(&FileManagerPrivateAddFileWatchFunction::Respond, this));
401 Respond(true);
H A Dprivate_api_file_system.h87 void Respond(bool success);
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_device_info_query.h52 void Respond();
H A Dadb_device_info_query.cc208 Respond();
268 Respond();
285 Respond();
327 void AdbDeviceInfoQuery::Respond() { function in class:AdbDeviceInfoQuery
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.h83 virtual bool Respond() OVERRIDE;
H A Ddial_api.cc162 bool DialDiscoverNowFunction::Respond() { function in class:extensions::api::DialDiscoverNowFunction
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.cc36 HRESULT Respond(winfoundtn::IAsyncOperation<bool>* async,
47 this, &TileRequestCompleter::Respond));
53 HRESULT TileRequestCompleter::Respond(winfoundtn::IAsyncOperation<bool>* async, function in class:__anon17440::TileRequestCompleter
117 // Deleted in TileRequestCompleter::Respond when the async operation
187 // Deleted in TileRequestCompleter::Respond when the async operation
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc427 Respond(NoArguments());
429 Respond(Error(kPageLoadError));
470 Respond(TwoArguments(new base::StringValue(result.response), details));
473 Respond(OneArgument(new base::StringValue(result.response)));
/external/chromium_org/chrome/test/chromedriver/test/
H A Dwebserver.py203 def Respond(self, on_request): member in class:SyncWebServer
222 self.Respond(SendContent)
/external/chromium_org/chrome/browser/extensions/api/copresence/
H A Dcopresence_api.cc164 Respond(ArgumentList(api::copresence::Execute::Results::Create(api_status)));

Completed in 3497 milliseconds

12