Searched refs:IsSameRenderer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_common.h43 bool IsSameRenderer(const NavigationID& other) const;
H A Dresource_prefetch_common.cc195 return IsSameRenderer(rhs) && main_frame_url == rhs.main_frame_url;
198 bool NavigationID::IsSameRenderer(const NavigationID& other) const { function in class:predictors::NavigationID
H A Dresource_prefetch_predictor.cc731 if (it->first.IsSameRenderer(navigation_id) ||
741 if (it->first.IsSameRenderer(navigation_id) ||

Completed in 145 milliseconds