Searched refs:get_selections_time_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/linux/
H A Dx_server_clipboard.cc146 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();
H A Dx_server_clipboard.h139 base::TimeTicks get_selections_time_; member in class:remoting::XServerClipboard

Completed in 352 milliseconds