OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeaconDeque
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/domain_reliability/
context.h
73
typedef std::deque<DomainReliabilityBeacon>
BeaconDeque
;
106
BeaconDeque
beacons_;
context.cc
28
typedef std::deque<DomainReliabilityBeacon>
BeaconDeque
;
29
typedef
BeaconDeque
::iterator BeaconIterator;
30
typedef
BeaconDeque
::const_iterator BeaconConstIterator;
Completed in 851 milliseconds