OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:main_frame_url
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/predictors/
resource_prefetcher_manager.cc
59
navigation_id.
main_frame_url
.host() : navigation_id.
main_frame_url
.spec();
76
navigation_id.
main_frame_url
.spec());
84
it = prefetcher_map_.find(navigation_id.
main_frame_url
.host());
105
const GURL&
main_frame_url
=
local
106
resource_prefetcher->navigation_id().
main_frame_url
;
109
main_frame_url
.host() :
main_frame_url
.spec();
resource_prefetch_common.h
51
GURL
main_frame_url
;
member in struct:predictors::NavigationID
resource_prefetch_predictor.cc
123
if (db->GetRowForURL(navigation_id_.
main_frame_url
, &url_row))
354
if (navigation_id.
main_frame_url
.is_empty())
482
navigation_id.
main_frame_url
= response.redirect_url;
563
const GURL&
main_frame_url
= navigation_id.
main_frame_url
;
local
569
url_table_cache_->find(
main_frame_url
.spec());
580
host_table_cache_->find(
main_frame_url
.host());
809
const std::string url_spec = navigation_id.
main_frame_url
.spec();
828
LearnNavigation(navigation_id.
main_frame_url
.host(),
[
all
...]
Completed in 102 milliseconds