Searched defs:touch_log_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.h74 scoped_ptr<TouchLog> touch_log_; member in class:ash::TouchHudDebug
H A Dtouch_hud_debug.cc252 : touch_log_(touch_log),
274 int trace_index = touch_log_.GetTraceIndex(touch_id);
275 const TouchTrace& trace = touch_log_.traces()[trace_index];
297 const TouchTrace& trace = touch_log_.traces()[trace_index];
322 const TouchLog& touch_log_; member in class:ash::TouchHudCanvas
334 touch_log_(new TouchLog()),
342 canvas_ = new TouchHudCanvas(*touch_log_);
401 return touch_log_->GetAsList();
439 int trace_index = touch_log_->GetTraceIndex(index);
440 const TouchTrace& trace = touch_log_
[all...]

Completed in 99 milliseconds