Searched refs:pending_entry (Results 1 – 14 of 14) sorted by relevance
224 const NavigationEntry* pending_entry = in CollectChildInfoOnUIThread() local225 contents->controller().pending_entry(); in CollectChildInfoOnUIThread()231 (pending_entry && in CollectChildInfoOnUIThread()232 LowerCaseEqualsASCII(pending_entry->virtual_url().spec(), in CollectChildInfoOnUIThread()
49 DCHECK(controller_->pending_entry()); in Observe()
291 NavigationEntry* pending_entry = controller->pending_entry(); in RegisterMessages() local292 if (pending_entry) in RegisterMessages()293 pending_entry->set_url(CloudPrintURL( in RegisterMessages()
136 EXPECT_FALSE(controller().pending_entry()); in TEST_F()
199 EXPECT_FALSE(controller().pending_entry()); in TEST_F()550 EXPECT_FALSE(controller().pending_entry()); in TEST_F()
105 NavigationEntry* entry = controller_->pending_entry(); in Observe()
300 OnNavigationPending(source, controller->pending_entry()->url()); in Observe()
806 if (contents->controller().pending_entry()) { in IN_PROC_BROWSER_TEST_F()809 contents->controller().pending_entry()->url().spec()); in IN_PROC_BROWSER_TEST_F()
74 unique_id_(tab_contents_->controller().pending_entry()->unique_id()) { in FrameLoadObserver()
645 EXPECT_EQ(entry2, controller().pending_entry()); in TEST_F()651 EXPECT_EQ(entry1, controller().pending_entry()); in TEST_F()662 EXPECT_FALSE(controller().pending_entry()); in TEST_F()1583 NavigationEntry* entry = contents()->controller().pending_entry(); in TEST_F()
282 tab.controller().pending_entry() : tab.controller().GetEntryAtIndex(i); in WriteTabContentsToSyncModel()
488 controller->pending_entry() : controller->GetEntryAtIndex(i); in PopulateTab()
1093 controller->pending_entry() : controller->GetEntryAtIndex(i); in BuildCommandsForTab()
206 return (!controller_->needs_reload() && !controller_->pending_entry() && in FinishedRestoring()