OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestIdToThreadId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/
quota_message_filter.h
43
typedef std::map<int, int>
RequestIdToThreadId
;
49
RequestIdToThreadId
request_id_map_;
quota_message_filter.cc
32
for (
RequestIdToThreadId
::iterator iter = request_id_map_.begin();
52
RequestIdToThreadId
::iterator found = request_id_map_.find(request_id);
Completed in 44 milliseconds