Searched refs:GetPageType (Results 1 – 14 of 14) sorted by relevance
128 EXPECT_EQ(PAGE_TYPE_NORMAL, entry1_->GetPageType()); in TEST_F()129 EXPECT_EQ(PAGE_TYPE_NORMAL, entry2_->GetPageType()); in TEST_F()131 EXPECT_EQ(PAGE_TYPE_INTERSTITIAL, entry2_->GetPageType()); in TEST_F()
39 virtual PageType GetPageType() const OVERRIDE; in NON_EXPORTED_BASE()
95 PageType NavigationEntryImpl::GetPageType() const { in GetPageType() function in content::NavigationEntryImpl
1787 if (source.entries_[i].get()->GetPageType() != in InsertEntriesFrom()
2553 controller.GetLastCommittedEntry()->GetPageType()); in TEST_F()
73 EXPECT_EQ(content::PAGE_TYPE_INTERSTITIAL, entry->GetPageType()); in IN_PROC_BROWSER_TEST_F()
72 ASSERT_EQ(page_type, entry->GetPageType()); in CheckShownPage()
126 web_contents->GetController().GetLastCommittedEntry()->GetPageType()); in IN_PROC_BROWSER_TEST_F()
85 entry && entry->GetPageType() == content::PAGE_TYPE_NORMAL; in SetZoomLevelByExtension()
93 if (entry->GetPageType() == content::PAGE_TYPE_NORMAL) { in FindMostRecentSearch()
292 entry->GetPageType() == content::PAGE_TYPE_INTERSTITIAL) { in ShouldDisplayURL()326 visible_entry->GetPageType() == content::PAGE_TYPE_INTERSTITIAL && in WouldOmitURLDueToOriginChip()
46 virtual content::PageType GetPageType() const = 0;
473 if (entry->GetPageType() == content::PAGE_TYPE_INTERSTITIAL) in DidPageReceiveSafeBrowsingMatch()
108 EXPECT_EQ(content::PAGE_TYPE_ERROR, entry.GetPageType()); in Check()114 entry.GetPageType()); in Check()