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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 239 class TabCountChangeObserver : public TabStripModelObserver {
241 TabCountChangeObserver(AutomationProvider* automation,
253 virtual ~TabCountChangeObserver();
266 DISALLOW_COPY_AND_ASSIGN(TabCountChangeObserver);
    [all...]
automation_provider_observers.cc 392 TabCountChangeObserver::TabCountChangeObserver(AutomationProvider* automation,
404 TabCountChangeObserver::~TabCountChangeObserver() {
408 void TabCountChangeObserver::TabInsertedAt(TabContentsWrapper* contents,
414 void TabCountChangeObserver::TabDetachedAt(TabContentsWrapper* contents,
419 void TabCountChangeObserver::TabStripModelDeleted() {
429 void TabCountChangeObserver::CheckTabCount() {
    [all...]
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 475 TabCountChangeObserver::TabCountChangeObserver(AutomationProvider* automation,
487 TabCountChangeObserver::~TabCountChangeObserver() {
491 void TabCountChangeObserver::TabInsertedAt(WebContents* contents,
497 void TabCountChangeObserver::TabDetachedAt(WebContents* contents,
502 void TabCountChangeObserver::TabStripModelDeleted() {
512 void TabCountChangeObserver::CheckTabCount() {
    [all...]
automation_provider_observers.h 309 class TabCountChangeObserver : public TabStripModelObserver {
311 TabCountChangeObserver(AutomationProvider* automation,
324 virtual ~TabCountChangeObserver();
337 DISALLOW_COPY_AND_ASSIGN(TabCountChangeObserver);
    [all...]
testing_automation_provider.cc     [all...]

Completed in 35 milliseconds