Searched refs:SuccessResponse (Results 1 – 6 of 6) sorted by relevance
334 return command->SuccessResponse(new base::DictionaryValue()); in PageNavigate()352 return command->SuccessResponse(NULL); in PageReload()388 return command->SuccessResponse(result); in PageGetNavigationHistory()413 return command->SuccessResponse(new base::DictionaryValue()); in PageNavigateToHistoryEntry()452 return command->SuccessResponse(result); in PageCaptureScreenshot()476 return command->SuccessResponse(result); in PageCanScreencast()489 return command->SuccessResponse(NULL); in PageStartScreencast()497 return command->SuccessResponse(NULL); in PageStopScreencast()606 SendAsyncResponse(command->SuccessResponse(response)); in ScreenshotCaptured()806 SendAsyncResponse(command->SuccessResponse(response_data.release())); in PageQueryUsageAndQuotaCompleted()[all …]
148 return command->SuccessResponse(NULL); in OnStart()158 return command->SuccessResponse(NULL); in OnEnd()
290 return command->SuccessResponse(NULL); in OnBind()305 return command->SuccessResponse(NULL); in OnUnbind()
124 return command->SuccessResponse(system_dict); in OnGetInfo()
56 scoped_refptr<Response> SuccessResponse(base::DictionaryValue* result);
65 DevToolsProtocol::Command::SuccessResponse(base::DictionaryValue* result) { in SuccessResponse() function in content::DevToolsProtocol::Command