Searched refs:InternalErrorResponse (Results 1 – 4 of 4) sorted by relevance
283 return command->InternalErrorResponse("Port already bound"); in OnBind()287 return command->InternalErrorResponse("Could not bind port"); in OnBind()301 return command->InternalErrorResponse("Port is not bound"); in OnUnbind()
313 return command->InternalErrorResponse("No JavaScript dialog to handle"); in PageHandleJavaScriptDialog()326 return command->InternalErrorResponse("Cannot navigate to invalid URL"); in PageNavigate()337 return command->InternalErrorResponse("No WebContents to navigate"); in PageNavigate()355 return command->InternalErrorResponse("No WebContents to reload"); in PageReload()391 return command->InternalErrorResponse("No WebContents to navigate"); in PageGetNavigationHistory()419 return command->InternalErrorResponse("No WebContents to navigate"); in PageNavigateToHistoryEntry()427 return command->InternalErrorResponse("Unable to access the view"); in PageCaptureScreenshot()510 command->InternalErrorResponse("Unable to capture screenshot")); in ScreenshotCaptured()547 command->InternalErrorResponse("Unable to encode screenshot")); in ScreenshotCaptured()
59 scoped_refptr<Response> InternalErrorResponse(const std::string& message);
70 DevToolsProtocol::Command::InternalErrorResponse(const std::string& message) { in InternalErrorResponse() function in content::DevToolsProtocol::Command