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

  /external/chromium_org/ash/shelf/
shelf_tooltip_manager.cc 231 CreateTimer(kTooltipAppearanceDelay);
246 CreateTimer(0);
368 void ShelfTooltipManager::CreateTimer(int delay_in_ms) {
  /external/chromium_org/ui/events/gestures/
gesture_sequence.cc 821 base::OneShotTimer<GestureSequence>* GestureSequence::CreateTimer() {
827 long_press_timer_.reset(CreateTimer());
833 show_press_timer_.reset(CreateTimer());
    [all...]

Completed in 146 milliseconds