HomeSort by relevance Sort by last modified time
    Searched refs:touch_log_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/touch/
touch_hud_debug.h 75 scoped_ptr<TouchLog> touch_log_; member in class:ash::internal::TouchHudDebug
touch_hud_debug.cc 253 : touch_log_(touch_log),
275 int trace_index = touch_log_.GetTraceIndex(touch_id);
276 const TouchTrace& trace = touch_log_.traces()[trace_index];
298 const TouchTrace& trace = touch_log_.traces()[trace_index];
323 const TouchLog& touch_log_; member in class:ash::internal::TouchHudCanvas
335 touch_log_(new TouchLog()),
343 canvas_ = new TouchHudCanvas(*touch_log_);
403 return touch_log_->GetAsList();
441 int trace_index = touch_log_->GetTraceIndex(index);
442 const TouchTrace& trace = touch_log_->traces()[trace_index]
    [all...]

Completed in 27 milliseconds