Searched defs:transient_entry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc2554 NavigationEntryImpl* transient_entry = new NavigationEntryImpl; local
2555 transient_entry->SetURL(transient_url);
2556 controller.SetTransientEntry(transient_entry);
2582 transient_entry = new NavigationEntryImpl;
2583 transient_entry->SetURL(transient_url);
2584 controller.SetTransientEntry(transient_entry);
2594 transient_entry = new NavigationEntryImpl;
2595 transient_entry->SetURL(transient_url);
2596 controller.SetTransientEntry(transient_entry);
2603 transient_entry
2691 NavigationEntryImpl* transient_entry = new NavigationEntryImpl; local
[all...]
H A Dnavigation_controller_impl.cc269 NavigationEntryImpl* transient_entry = local
271 if (!transient_entry)
273 LoadURL(transient_entry->GetURL(),
276 transient_entry->extra_headers());

Completed in 281 milliseconds