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

  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 82 static bool IsInternalResourcesURL(const GURL& url);
render_view_context_menu.cc 174 bool RenderViewContextMenu::IsInternalResourcesURL(const GURL& url) {
478 if (!is_devtools && !IsInternalResourcesURL(params_.page_url)) {
483 if (!is_devtools && !IsInternalResourcesURL(params_.frame_url)) {
    [all...]

Completed in 507 milliseconds