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

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc379 MapType touch_map_; member in class:content::WebTouchState
2118 for (MapType::iterator it = touch_map_.begin();
2119 it != touch_map_.end();
2132 touch_map_.swap(new_map);
2209 MapType::iterator it = touch_map_.find(os_touch_id);
2210 if (it != touch_map_.end())
2213 for (it = touch_map_.begin(); it != touch_map_.end(); ++it)
2215 touch_map_[os_touch_id] = next_value;

Completed in 90 milliseconds