OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSameRenderer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.h
43
bool
IsSameRenderer
(const NavigationID& other) const;
resource_prefetch_common.cc
193
return
IsSameRenderer
(rhs) && main_frame_url == rhs.main_frame_url;
196
bool NavigationID::
IsSameRenderer
(const NavigationID& other) const {
resource_prefetch_predictor.cc
716
if (it->first.
IsSameRenderer
(navigation_id) ||
726
if (it->first.
IsSameRenderer
(navigation_id) ||
[
all
...]
Completed in 48 milliseconds