Searched refs:pending_entry (Results 1 – 9 of 9) sorted by relevance
165 NavigationEntryImpl* pending_entry = in DidStartProvisionalLoad() local173 bool has_browser_initiated_pending_entry = pending_entry && in DidStartProvisionalLoad()174 !pending_entry->is_renderer_initiated(); in DidStartProvisionalLoad()188 if (pending_entry) { in DidStartProvisionalLoad()190 pending_entry->transferred_global_request_id()); in DidStartProvisionalLoad()191 entry->set_should_replace_entry(pending_entry->should_replace_entry()); in DidStartProvisionalLoad()192 entry->SetRedirectChain(pending_entry->GetRedirectChain()); in DidStartProvisionalLoad()414 NavigationEntryImpl* pending_entry = in DidNavigate() local418 pending_entry && in DidNavigate()419 pending_entry->frame_tree_node_id() == in DidNavigate()
993 NavigationEntry* pending_entry = controller.GetPendingEntry(); in TEST_F() local999 EXPECT_EQ(pending_entry, controller.GetPendingEntry()); in TEST_F()1328 NavigationEntryImpl* pending_entry = in TEST_F() local1330 pending_entry->SetBrowserInitiatedPostData(post_data.get()); in TEST_F()1331 pending_entry->set_is_renderer_initiated(true); in TEST_F()1332 pending_entry->set_transferred_global_request_id(transfer_id); in TEST_F()1333 pending_entry->set_should_replace_entry(true); in TEST_F()1334 pending_entry->set_should_clear_history_list(true); in TEST_F()1335 EXPECT_EQ(post_data.get(), pending_entry->GetBrowserInitiatedPostData()); in TEST_F()1336 EXPECT_TRUE(pending_entry->is_renderer_initiated()); in TEST_F()[all …]
1552 const NavigationEntryImpl* const pending_entry = in InsertOrReplaceEntry() local1555 if (pending_entry) in InsertOrReplaceEntry()1556 entry->set_unique_id(pending_entry->GetUniqueID()); in InsertOrReplaceEntry()
317 NavigationEntry* pending_entry = navigation_controller->GetPendingEntry(); in WouldOmitURLDueToOriginChip() local318 if (pending_entry) { in WouldOmitURLDueToOriginChip()327 !pending_entry->GetExtraData(kInterstitialShownKey, &unused)) in WouldOmitURLDueToOriginChip()328 pending_entry->SetExtraData(kInterstitialShownKey, base::string16()); in WouldOmitURLDueToOriginChip()330 pending_entry->GetTransitionType(); in WouldOmitURLDueToOriginChip()332 !pending_entry->GetExtraData(kInterstitialShownKey, &unused)) in WouldOmitURLDueToOriginChip()
157 NavigationEntry* pending_entry = in StartObserving() local162 pending_entry_url_ = pending_entry ? pending_entry->GetURL() : GURL(); in StartObserving()
378 const NavigationEntry* pending_entry = in CollectChildInfoOnUIThread() local385 (pending_entry && in CollectChildInfoOnUIThread()386 LowerCaseEqualsASCII(pending_entry->GetVirtualURL().spec(), in CollectChildInfoOnUIThread()
340 NavigationEntry* pending_entry = controller->GetPendingEntry(); in RegisterMessages() local341 if (pending_entry) { in RegisterMessages()342 pending_entry->SetURL(google_util::AppendGoogleLocaleParam( in RegisterMessages()
1785 const NavigationEntry* pending_entry = in GetSizeForNewRenderView() local1787 if (pending_entry && in GetSizeForNewRenderView()1788 !chrome::IsNTPURL(pending_entry->GetVirtualURL(), profile_)) { in GetSizeForNewRenderView()
1928 NavigationEntryImpl* pending_entry = in NavigateToPendingEntry() local1930 if (pending_entry->frame_tree_node_id() != -1) { in NavigateToPendingEntry()1932 frame_tree_.FindByID(pending_entry->frame_tree_node_id()); in NavigateToPendingEntry()