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

  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 57 // Starts |set_buttons_to_snap_mode_timer_|.
91 // Location of the event which started |set_buttons_to_snap_mode_timer_| in
100 base::OneShotTimer<FrameSizeButton> set_buttons_to_snap_mode_timer_; member in class:ash::FrameSizeButton
frame_size_button.cc 144 set_buttons_to_snap_mode_timer_.Start(
177 // |set_buttons_to_snap_mode_timer_| is checked to avoid entering the snap
182 if (!set_buttons_to_snap_mode_timer_.IsRunning() ||
279 set_buttons_to_snap_mode_timer_.Stop();

Completed in 60 milliseconds