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

  /external/chromium_org/chrome/browser/ui/
browser_tabstrip.cc 25 base::TimeTicks new_tab_start_time = base::TimeTicks::Now(); local
34 core_tab_helper->set_new_tab_start_time(new_tab_start_time);
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.h 51 base::TimeTicks new_tab_start_time() const { return new_tab_start_time_; } function in class:CoreTabHelper

Completed in 73 milliseconds