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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 503 DCHECK(last_omnibox_focus_ <= now);
504 UMA_HISTOGRAM_TIMES(kFocusToEditTimeHistogram, now - last_omnibox_focus_);
    [all...]
omnibox_edit_model.h 468 base::TimeTicks last_omnibox_focus_; member in class:OmniboxEditModel
471 // used along with |last_omnibox_focus_| to calculate the time between a user

Completed in 458 milliseconds