OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracking_id_refcounts_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/x/
touch_factory_x11.h
142
std::map<uint32, int>
tracking_id_refcounts_
;
member in class:ui::TouchFactory
touch_factory_x11.cc
270
tracking_id_refcounts_
[tracking_id]++;
274
tracking_id_refcounts_
[tracking_id]--;
275
if (
tracking_id_refcounts_
[tracking_id] == 0)
294
tracking_id_refcounts_
.clear();
Completed in 394 milliseconds