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

  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 146 if (!get_selections_time_.is_null() &&
147 (base::TimeTicks::Now() - get_selections_time_) <
163 get_selections_time_ = base::TimeTicks::Now();
304 get_selections_time_ = base::TimeTicks();
x_server_clipboard.h 139 base::TimeTicks get_selections_time_; member in class:remoting::XServerClipboard

Completed in 96 milliseconds