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

  /external/chromium_org/components/sessions/
serialized_navigation_entry_unittest.cc 18 #include "content/public/browser/navigation_entry.h"
60 scoped_ptr<content::NavigationEntry> navigation_entry(
62 navigation_entry->SetReferrer(kReferrer);
63 navigation_entry->SetVirtualURL(kVirtualURL);
64 navigation_entry->SetTitle(kTitle);
65 navigation_entry->SetPageState(kPageState);
66 navigation_entry->SetTransitionType(kTransitionType);
67 navigation_entry->SetHasPostData(kHasPostData);
68 navigation_entry->SetPostID(kPostID);
69 navigation_entry->SetOriginalRequestURL(kOriginalRequestURL)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
active_tab_permission_granter.cc 10 #include "content/public/browser/navigation_entry.h"
77 const content::NavigationEntry* navigation_entry = local
79 if (navigation_entry) {
81 navigation_entry->GetPageID(),
active_script_controller_unittest.cc 15 #include "content/public/browser/navigation_entry.h"
105 content::NavigationEntry* navigation_entry = local
107 DCHECK(navigation_entry); // This should never be NULL.
108 return navigation_entry->GetPageID();
  /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 320 milliseconds