OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touch_ack_states_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc
456
touch_ack_states_
.clear();
554
if (
touch_ack_states_
.empty() ||
771
if (
touch_ack_states_
.count(point.id) > 0) {
772
if (
touch_ack_states_
.find(point.id)->second !=
795
touch_ack_states_
.erase(point.id);
801
touch_ack_states_
[point.id] = ack_result;
808
if (
touch_ack_states_
.empty())
811
for (TouchPointAckStates::const_iterator iter =
touch_ack_states_
.begin(),
812
end =
touch_ack_states_
.end();
touch_event_queue.h
200
TouchPointAckStates
touch_ack_states_
;
member in class:content::TouchEventQueue
Completed in 340 milliseconds