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 47 class InitialLoadObserver;
184 scoped_ptr<InitialLoadObserver> initial_load_observer_;
automation_provider_observers.cc 96 class InitialLoadObserver::TabTime {
115 InitialLoadObserver::InitialLoadObserver(size_t tab_count,
131 InitialLoadObserver::~InitialLoadObserver() {
134 void InitialLoadObserver::Observe(int type,
183 DictionaryValue* InitialLoadObserver::GetTimingInformation() const {
205 void InitialLoadObserver::ConditionMet() {
    [all...]
automation_provider_observers.h 95 class InitialLoadObserver : public content::NotificationObserver {
97 InitialLoadObserver(size_t tab_count, AutomationProvider* automation);
98 virtual ~InitialLoadObserver();
130 DISALLOW_COPY_AND_ASSIGN(InitialLoadObserver);
    [all...]
automation_provider.cc 250 initial_load_observer_.reset(new InitialLoadObserver(expected_tabs, this));

Completed in 561 milliseconds