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

  /external/chromium_org/chrome/browser/extensions/
active_tab_permission_granter.cc 10 #include "content/public/browser/navigation_entry.h"
65 const content::NavigationEntry* navigation_entry = local
67 if (navigation_entry) {
69 navigation_entry->GetURL(),
100 const content::NavigationEntry* navigation_entry = local
102 if (!navigation_entry || (navigation_entry->GetURL().GetOrigin() !=
  /external/chromium_org/content/browser/ssl/
ssl_manager.cc 158 NavigationEntryImpl* navigation_entry = local
161 policy()->DidRunInsecureContent(navigation_entry, security_origin);
162 UpdateEntry(navigation_entry);

Completed in 825 milliseconds