HomeSort by relevance Sort by last modified time
    Searched refs:tab_count_ (Results 1 - 6 of 6) 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
accessibility_events.cc 112 tab_count_(tab_count) {
122 dict->SetInteger(keys::kItemCountKey, tab_count_);
  /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
accessibility_events.cc 150 tab_count_(tab_count) {
161 dict->SetInteger(keys::kItemCountKey, tab_count_);
  /external/chromium/chrome/browser/sessions/
session_restore.cc 135 int tab_count_; member in class:__anon2126::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:__anon5592::TabLoader
255 tab_count_(0),
365 tab_count_);
450 ++tab_count_;
470 base::StringPrintf("SessionRestore.AllTabsLoaded_%d", tab_count_);
    [all...]

Completed in 177 milliseconds