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

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

Completed in 434 milliseconds