HomeSort by relevance Sort by last modified time
    Searched refs:IsDevToolsURL (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 81 static bool IsDevToolsURL(const GURL& url);
render_view_context_menu.cc 168 bool RenderViewContextMenu::IsDevToolsURL(const GURL& url) {
477 is_devtools = IsDevToolsURL(params_.page_url);
482 is_devtools = IsDevToolsURL(params_.frame_url);
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.h 194 static bool IsDevToolsURL(const GURL& url);
render_view_context_menu.cc 383 bool RenderViewContextMenu::IsDevToolsURL(const GURL& url) {
598 bool is_devtools = IsDevToolsURL(params_.page_url);
603 is_devtools = IsDevToolsURL(params_.frame_url);
650 if (!IsDevToolsURL(params_.page_url))
654 if (!IsDevToolsURL(params_.page_url))
815 bool show_developer_items = !IsDevToolsURL(params_.page_url);
    [all...]

Completed in 823 milliseconds