/external/chromium_org/components/sessions/ |
serialized_navigation_entry_unittest.cc | 182 SerializedNavigationEntry new_navigation; local 184 EXPECT_TRUE(new_navigation.ReadFromPickle(&pickle_iterator)); 186 EXPECT_EQ(kIndex, new_navigation.index()); 188 EXPECT_EQ(0, new_navigation.unique_id()); 189 EXPECT_EQ(kReferrer.url, new_navigation.referrer().url); 190 EXPECT_EQ(kReferrer.policy, new_navigation.referrer().policy); 191 EXPECT_EQ(kVirtualURL, new_navigation.virtual_url()); 192 EXPECT_EQ(kTitle, new_navigation.title()); 193 EXPECT_FALSE(new_navigation.page_state().IsValid()); 194 EXPECT_EQ(kTransitionType, new_navigation.transition_type()) [all...] |
/external/chromium_org/content/public/browser/ |
interstitial_page.h | 36 // Creates an interstitial page to show in |web_contents|. |new_navigation| 40 // appears as a new navigation entry). |new_navigation| should be false when 47 bool new_navigation, 67 // Warning: if |new_navigation| was set to true in the constructor, 'this'
|
interstitial_page_delegate.h | 39 // |new_navigation| set to true.
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
content_setting_image_view.h | 36 // |new_navigation| true if this is a new navigation, false if the tab was
|
/external/chromium_org/content/browser/frame_host/ |
interstitial_page_impl.cc | 119 bool new_navigation, 126 new_navigation, url, delegate); 143 bool new_navigation, 152 new_navigation_(new_navigation), 153 should_discard_pending_nav_entry_(new_navigation), 180 DCHECK(new_navigation || !web_contents->GetController().GetPendingEntry()); 445 // new_navigation flag set to true create a transient navigation entry
|
interstitial_page_impl.h | 55 bool new_navigation,
|
/external/chromium/chrome/browser/ |
browser_focus_uitest.cc | 142 TestInterstitialPage(TabContents* tab, bool new_navigation, const GURL& url) 143 : InterstitialPage(tab, new_navigation, url) { [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_focus_uitest.cc | 173 TestInterstitialPage(WebContents* tab, bool new_navigation, const GURL& url) { 182 tab, new_navigation, url , this); [all...] |
browser_browsertest.cc | 225 TestInterstitialPage(WebContents* tab, bool new_navigation, const GURL& url) { 227 tab, new_navigation, url , this); [all...] |
/external/chromium/chrome/browser/tab_contents/ |
web_contents_unittest.cc | 82 bool new_navigation, 86 : InterstitialPage(tab, new_navigation, url), [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_contents_impl_unittest.cc | 112 bool new_navigation, 119 new_navigation, url, new TestInterstitialPageDelegate(this)), [all...] |