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

  /external/chromium_org/chrome_frame/test/
ie_configurator.cc 455 base::Time time_shown = base::Time::FromFileTime(shown_time); local
457 if (time_shown >= time_completed)
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 553 base::TimeDelta time_shown = base::TimeTicks::Now() - menu_start_time_; local
554 if (time_shown.InMilliseconds() < menu_selection_hold_time_ms) {
    [all...]

Completed in 176 milliseconds