Searched refs:tracking_id_refcounts_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.h142 std::map<uint32, int> tracking_id_refcounts_; member in class:ui::TouchFactory
H A Dtouch_factory_x11.cc270 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 364 milliseconds