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

  /external/chromium/chrome/browser/automation/
automation_provider.h 65 class InitialLoadObserver;
180 scoped_ptr<InitialLoadObserver> initial_load_observer_;
automation_provider_observers.h 62 class InitialLoadObserver : public NotificationObserver {
64 InitialLoadObserver(size_t tab_count, AutomationProvider* automation);
65 virtual ~InitialLoadObserver();
95 DISALLOW_COPY_AND_ASSIGN(InitialLoadObserver);
    [all...]
automation_provider_observers.cc 69 class InitialLoadObserver::TabTime {
88 InitialLoadObserver::InitialLoadObserver(size_t tab_count,
101 InitialLoadObserver::~InitialLoadObserver() {
104 void InitialLoadObserver::Observe(NotificationType type,
127 DictionaryValue* InitialLoadObserver::GetTimingInformation() const {
149 void InitialLoadObserver::ConditionMet() {
    [all...]
automation_provider.cc 196 initial_load_observer_.reset(new InitialLoadObserver(expected_tabs, this));
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.h 48 class InitialLoadObserver;
189 scoped_ptr<InitialLoadObserver> initial_load_observer_;
automation_provider_observers.cc 95 class InitialLoadObserver::TabTime {
114 InitialLoadObserver::InitialLoadObserver(size_t tab_count,
130 InitialLoadObserver::~InitialLoadObserver() {
133 void InitialLoadObserver::Observe(int type,
182 DictionaryValue* InitialLoadObserver::GetTimingInformation() const {
204 void InitialLoadObserver::ConditionMet() {
    [all...]
automation_provider_observers.h 97 class InitialLoadObserver : public content::NotificationObserver {
99 InitialLoadObserver(size_t tab_count, AutomationProvider* automation);
100 virtual ~InitialLoadObserver();
132 DISALLOW_COPY_AND_ASSIGN(InitialLoadObserver);
    [all...]
automation_provider.cc 258 initial_load_observer_.reset(new InitialLoadObserver(expected_tabs, this));

Completed in 578 milliseconds