Searched refs:pending_entry (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigator_impl.cc165 NavigationEntryImpl* pending_entry = local
173 bool has_browser_initiated_pending_entry = pending_entry &&
174 !pending_entry->is_renderer_initiated();
188 if (pending_entry) {
190 pending_entry->transferred_global_request_id());
191 entry->set_should_replace_entry(pending_entry->should_replace_entry());
192 entry->SetRedirectChain(pending_entry->GetRedirectChain());
414 NavigationEntryImpl* pending_entry = local
418 pending_entry &&
419 pending_entry
[all...]
H A Dnavigation_controller_impl_unittest.cc993 NavigationEntry* pending_entry = controller.GetPendingEntry(); local
999 EXPECT_EQ(pending_entry, controller.GetPendingEntry());
1328 NavigationEntryImpl* pending_entry = local
1330 pending_entry->SetBrowserInitiatedPostData(post_data.get());
1331 pending_entry->set_is_renderer_initiated(true);
1332 pending_entry->set_transferred_global_request_id(transfer_id);
1333 pending_entry->set_should_replace_entry(true);
1334 pending_entry->set_should_clear_history_list(true);
1335 EXPECT_EQ(post_data.get(), pending_entry->GetBrowserInitiatedPostData());
1336 EXPECT_TRUE(pending_entry
1368 NavigationEntryImpl* pending_entry = local
[all...]
H A Dnavigation_controller_impl.cc1552 const NavigationEntryImpl* const pending_entry = local
1555 if (pending_entry)
1556 entry->set_unique_id(pending_entry->GetUniqueID());
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtoolbar_model_impl.cc317 NavigationEntry* pending_entry = navigation_controller->GetPendingEntry(); local
318 if (pending_entry) {
327 !pending_entry->GetExtraData(kInterstitialShownKey, &unused))
328 pending_entry->SetExtraData(kInterstitialShownKey, base::string16());
330 pending_entry->GetTransitionType();
332 !pending_entry->GetExtraData(kInterstitialShownKey, &unused))
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.cc157 NavigationEntry* pending_entry = local
162 pending_entry_url_ = pending_entry ? pending_entry->GetURL() : GURL();
/external/chromium_org/chrome/browser/
H A Dmemory_details.cc378 const NavigationEntry* pending_entry = local
385 (pending_entry &&
386 LowerCaseEqualsASCII(pending_entry->GetVirtualURL().spec(),
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud.cc340 NavigationEntry* pending_entry = controller->GetPendingEntry(); local
341 if (pending_entry) {
342 pending_entry->SetURL(google_util::AppendGoogleLocaleParam(
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1785 const NavigationEntry* pending_entry = local
1787 if (pending_entry &&
1788 !chrome::IsNTPURL(pending_entry->GetVirtualURL(), profile_)) {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1928 NavigationEntryImpl* pending_entry = local
1930 if (pending_entry->frame_tree_node_id() != -1) {
1932 frame_tree_.FindByID(pending_entry->frame_tree_node_id());

Completed in 687 milliseconds