TouchPointLog 100 ash/touch/touch_hud_debug.cc explicit TouchPointLog(const ui::TouchEvent& touch) TouchPointLog 145 ash/touch/touch_hud_debug.cc typedef std::vector<TouchPointLog>::iterator iterator; TouchPointLog 146 ash/touch/touch_hud_debug.cc typedef std::vector<TouchPointLog>::const_iterator const_iterator; TouchPointLog 147 ash/touch/touch_hud_debug.cc typedef std::vector<TouchPointLog>::reverse_iterator reverse_iterator; TouchPointLog 148 ash/touch/touch_hud_debug.cc typedef std::vector<TouchPointLog>::const_reverse_iterator TouchPointLog 155 ash/touch/touch_hud_debug.cc log_.push_back(TouchPointLog(touch)); TouchPointLog 158 ash/touch/touch_hud_debug.cc const std::vector<TouchPointLog>& log() const { return log_; } TouchPointLog 178 ash/touch/touch_hud_debug.cc std::vector<TouchPointLog> log_; TouchPointLog 276 ash/touch/touch_hud_debug.cc const TouchPointLog& point = trace.log().back(); TouchPointLog 298 ash/touch/touch_hud_debug.cc const TouchPointLog& point = trace.log().back();