Searched defs:shown_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Die_configurator.cc436 FILETIME shown_time = {}; local
442 &shown_time, &size, NULL) != ERROR_SUCCESS ||
443 size != sizeof(shown_time)) {
455 base::Time time_shown = base::Time::FromFileTime(shown_time);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc573 base::TimeDelta shown_time = base::TimeTicks::Now() - menu_start_time_; local
575 shown_time.InMilliseconds() > menu_selection_hold_time_ms) {

Completed in 159 milliseconds