Searched defs:new_navigation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_unittest.cc198 SerializedNavigationEntry new_navigation; local
200 EXPECT_TRUE(new_navigation.ReadFromPickle(&pickle_iterator));
202 EXPECT_EQ(kIndex, new_navigation.index());
204 EXPECT_EQ(0, new_navigation.unique_id());
205 EXPECT_EQ(kReferrer.url, new_navigation.referrer().url);
206 EXPECT_EQ(kReferrer.policy, new_navigation.referrer().policy);
207 EXPECT_EQ(kVirtualURL, new_navigation.virtual_url());
208 EXPECT_EQ(kTitle, new_navigation.title());
209 EXPECT_FALSE(new_navigation.page_state().IsValid());
210 EXPECT_EQ(kTransitionType, new_navigation
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc125 bool new_navigation,
132 new_navigation, url, delegate);
149 bool new_navigation,
158 new_navigation_(new_navigation),
159 should_discard_pending_nav_entry_(new_navigation),
187 DCHECK(new_navigation || !web_contents->GetController().GetPendingEntry());
414 // new_navigation flag set to true create a transient navigation entry
124 Create(WebContents* web_contents, bool new_navigation, const GURL& url, InterstitialPageDelegate* delegate) argument
146 InterstitialPageImpl( WebContents* web_contents, RenderWidgetHostDelegate* render_widget_host_delegate, bool new_navigation, const GURL& url, InterstitialPageDelegate* delegate) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc117 bool new_navigation,
124 new_navigation, url, new TestInterstitialPageDelegate(this)),
116 TestInterstitialPage(WebContentsImpl* contents, bool new_navigation, const GURL& url, InterstitialState* state, bool* deleted) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc234 TestInterstitialPage(WebContents* tab, bool new_navigation, const GURL& url) { argument
236 tab, new_navigation, url , this);

Completed in 102 milliseconds