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

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc2639 NavigationEntryImpl* transient_entry = new NavigationEntryImpl; local
2640 transient_entry->SetURL(transient_url);
2641 controller.SetTransientEntry(transient_entry);
2667 transient_entry = new NavigationEntryImpl;
2668 transient_entry->SetURL(transient_url);
2669 controller.SetTransientEntry(transient_entry);
2679 transient_entry = new NavigationEntryImpl;
2680 transient_entry->SetURL(transient_url);
2681 controller.SetTransientEntry(transient_entry);
2688 transient_entry
2776 NavigationEntryImpl* transient_entry = new NavigationEntryImpl; local
[all...]
H A Dnavigation_controller_impl.cc287 NavigationEntryImpl* transient_entry = local
289 if (!transient_entry)
291 LoadURL(transient_entry->GetURL(),
294 transient_entry->extra_headers());

Completed in 314 milliseconds