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

  /external/chromium/chrome/browser/
accessibility_events.h 144 int tab_count() const { return tab_count_; }
149 int tab_count_; member in class:AccessibilityTabInfo
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 187 int tab_count() const { return tab_count_; }
192 int tab_count_; member in class:AccessibilityTabInfo
  /external/chromium/chrome/browser/sessions/
session_restore.cc 135 int tab_count_; member in class:__anon4842::TabLoader
149 tab_count_(0),
302 StringPrintf("SessionRestore.FirstTabPainted_%d", tab_count_);
372 ++tab_count_;
390 StringPrintf("SessionRestore.AllTabsLoaded_%d", tab_count_);
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 183 int tab_count_; member in class:__anon8308::TabLoader
255 tab_count_(0),
365 tab_count_);
450 ++tab_count_;
470 base::StringPrintf("SessionRestore.AllTabsLoaded_%d", tab_count_);
    [all...]

Completed in 170 milliseconds