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

  /external/chromium_org/ui/base/x/
selection_requestor.h 149 base::RepeatingTimer<SelectionRequestor> abort_timer_; member in class:ui::SelectionRequestor
selection_requestor.cc 30 // The period of |abort_timer_|. Arbitrary but must be <= than
102 abort_timer_.Stop();
269 if (!abort_timer_.IsRunning()) {
270 abort_timer_.Start(FROM_HERE,

Completed in 428 milliseconds