Home
last modified time | relevance | path

Searched refs:InternalErrorResponse (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/devtools/
Dtethering_handler.cc283 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()
Drenderer_overrides_handler.cc313 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()
Ddevtools_protocol.h59 scoped_refptr<Response> InternalErrorResponse(const std::string& message);
Ddevtools_protocol.cc70 DevToolsProtocol::Command::InternalErrorResponse(const std::string& message) { in InternalErrorResponse() function in content::DevToolsProtocol::Command