HomeSort by relevance Sort by last modified time
    Searched full:navigation_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.cc 75 navigation_type_ = NAVIGATION_TYPE_PRERENDERED;
77 navigation_type_ = NAVIGATION_TYPE_NORMAL;
177 DCHECK_EQ(NAVIGATION_TYPE_NORMAL, navigation_type_);
178 navigation_type_ = NAVIGATION_TYPE_WOULD_HAVE_BEEN_PRERENDERED;
209 DCHECK_EQ(NAVIGATION_TYPE_PRERENDERED, navigation_type_);
214 DCHECK_EQ(NAVIGATION_TYPE_NORMAL, navigation_type_);
274 origin_, navigation_type_, perceived_page_load_time,
278 navigation_type_ = NAVIGATION_TYPE_NORMAL;
prerender_tab_helper.h 107 NavigationType navigation_type_; member in class:prerender::PrerenderTabHelper
109 // If |navigation_type_| is not NAVIGATION_TYPE_NORMAL, the origin of the

Completed in 1156 milliseconds