OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalRoutingID
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/loader/
global_routing_id.h
11
struct
GlobalRoutingID
{
12
GlobalRoutingID
() : child_id(-1), route_id(-1) {
15
GlobalRoutingID
(int child_id, int route_id)
26
bool operator<(const
GlobalRoutingID
& other) const {
31
bool operator==(const
GlobalRoutingID
& other) const {
35
bool operator!=(const
GlobalRoutingID
& other) const {
resource_request_info_impl.h
27
struct
GlobalRoutingID
;
93
GlobalRoutingID
GetGlobalRoutingID() const;
resource_request_info_impl.cc
244
GlobalRoutingID
ResourceRequestInfoImpl::GetGlobalRoutingID() const {
245
return
GlobalRoutingID
(child_id_, route_id_);
resource_dispatcher_host_impl.cc
[
all
...]
resource_dispatcher_host_impl.h
484
typedef std::map<
GlobalRoutingID
, BlockedLoadersList*> BlockedLoadersMap;
Completed in 104 milliseconds