Home
last modified time | relevance | path

Searched refs:SuccessResponse (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/devtools/
Ddevtools_power_handler.cc63 return command->SuccessResponse(NULL); in OnStart()
74 return command->SuccessResponse(NULL); in OnEnd()
87 return command->SuccessResponse(result); in OnCanProfilePower()
98 return command->SuccessResponse(result); in OnGetAccuracyLevel()
Drenderer_overrides_handler.cc344 return command->SuccessResponse(result); in CanEmulateNetworkConditions()
351 return command->SuccessResponse(NULL); in ClearBrowserCache()
358 return command->SuccessResponse(NULL); in ClearBrowserCookies()
407 return command->SuccessResponse(new base::DictionaryValue()); in PageHandleJavaScriptDialog()
453 return command->SuccessResponse(NULL); in PageReload()
488 return command->SuccessResponse(result); in PageGetNavigationHistory()
512 return command->SuccessResponse(new base::DictionaryValue()); in PageNavigateToHistoryEntry()
551 SendAsyncResponse(command->SuccessResponse(response)); in ScreenshotCaptured()
588 return command->SuccessResponse(result); in PageCanEmulate()
600 return command->SuccessResponse(result); in PageCanScreencast()
[all …]
Ddevtools_tracing_handler.cc181 SendAsyncResponse(command->SuccessResponse(NULL)); in OnRecordingEnabled()
201 return command->SuccessResponse(NULL); in OnEnd()
238 SendAsyncResponse(command->SuccessResponse(response)); in OnCategoriesReceived()
Dtethering_handler.cc285 return command->SuccessResponse(NULL); in OnBind()
301 return command->SuccessResponse(NULL); in OnUnbind()
Ddevtools_system_info_handler.cc133 return command->SuccessResponse(system_dict); in OnGetInfo()
Ddevtools_protocol.h56 scoped_refptr<Response> SuccessResponse(base::DictionaryValue* result);
Ddevtools_protocol.cc66 DevToolsProtocol::Command::SuccessResponse(base::DictionaryValue* result) { in SuccessResponse() function in content::DevToolsProtocol::Command
/external/chromium_org/chrome/browser/devtools/
Ddevtools_network_protocol_handler.cc58 return command->SuccessResponse(result); in CanEmulateNetworkConditions()
95 return command->SuccessResponse(NULL); in EmulateNetworkConditions()
Ddevtools_protocol.h47 scoped_ptr<Response> SuccessResponse(base::DictionaryValue* result);
Ddevtools_protocol.cc60 DevToolsProtocol::Command::SuccessResponse(base::DictionaryValue* result) { in SuccessResponse() function in DevToolsProtocol::Command