HomeSort by relevance Sort by last modified time
    Searched refs:tab_count_ (Results 1 - 3 of 3) 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/chrome/browser/sessions/
session_restore.cc 135 int tab_count_; member in class:__anon4374::TabLoader
149 tab_count_(0),
302 StringPrintf("SessionRestore.FirstTabPainted_%d", tab_count_);
372 ++tab_count_;
390 StringPrintf("SessionRestore.AllTabsLoaded_%d", tab_count_);

Completed in 66 milliseconds