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

  /external/chromium_org/chrome/browser/chromeos/system_logs/
touch_log_source.cc 25 std::string touch_log; local
26 JSONStringValueSerializer json(&touch_log);
28 if (json.Serialize(*dictionary) && !touch_log.empty())
29 (*response)[kHUDLogDataKey] = touch_log;
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 251 explicit TouchHudCanvas(const TouchLog& touch_log)
252 : touch_log_(touch_log),

Completed in 2817 milliseconds