OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildRouteIdPair
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/prerender/
prerender_tracker.h
34
typedef std::pair<int, int>
ChildRouteIdPair
;
97
void AddPrerenderPendingSwap(const
ChildRouteIdPair
& child_route_id_pair,
101
void RemovePrerenderPendingSwap(const
ChildRouteIdPair
& child_route_id_pair,
114
typedef std::map<
ChildRouteIdPair
, RenderViewInfo> FinalStatusMap;
119
typedef std::map<
ChildRouteIdPair
, ResourceThrottleList> ResourceThrottleMap;
127
typedef std::map<
ChildRouteIdPair
, PendingSwapThrottleData>
152
void AddPrerenderOnIOThread(const
ChildRouteIdPair
& child_route_id_pair);
153
void RemovePrerenderOnIOThread(const
ChildRouteIdPair
& child_route_id_pair,
158
const
ChildRouteIdPair
& child_route_id_pair, const GURL& url);
160
const
ChildRouteIdPair
& child_route_id_pair
[
all
...]
prerender_tracker.cc
91
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
111
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
135
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
154
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
190
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
198
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
210
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
224
ChildRouteIdPair
child_route_id_pair(child_id, route_id);
234
const
ChildRouteIdPair
& child_route_id_pair) {
244
const
ChildRouteIdPair
& child_route_id_pair
[
all
...]
prerender_manager.h
502
std::vector<PrerenderTracker::
ChildRouteIdPair
> rvh_ids_;
prerender_manager.cc
[
all
...]
Completed in 187 milliseconds