Searched defs:GlobalRoutingID (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dglobal_routing_id.h11 struct GlobalRoutingID { struct in namespace:content
12 GlobalRoutingID() : child_id(-1), route_id(-1) { function in struct:content::GlobalRoutingID
15 GlobalRoutingID(int child_id, int route_id) function in struct:content::GlobalRoutingID
26 bool operator<(const GlobalRoutingID& other) const {
31 bool operator==(const GlobalRoutingID& other) const {
35 bool operator!=(const GlobalRoutingID& other) const {

Completed in 362 milliseconds