Searched refs:LoadCompleteListener (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dload_complete_listener.h16 class LoadCompleteListener : public content::NotificationObserver { class in inherits:content::NotificationObserver
27 explicit LoadCompleteListener(Delegate* delegate);
29 virtual ~LoadCompleteListener();
42 DISALLOW_COPY_AND_ASSIGN(LoadCompleteListener);
H A Dload_complete_listener.cc11 LoadCompleteListener::LoadCompleteListener(Delegate* delegate) function in class:LoadCompleteListener
20 LoadCompleteListener::~LoadCompleteListener() {
29 void LoadCompleteListener::Observe(
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc498 class LoadCompleteListener : public content::NotificationObserver { class in namespace:__anon2990
500 LoadCompleteListener() { function in class:__anon2990::LoadCompleteListener
505 virtual ~LoadCompleteListener() {}
518 DISALLOW_COPY_AND_ASSIGN(LoadCompleteListener);
695 new LoadCompleteListener();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h96 public LoadCompleteListener::Delegate,
480 // LoadCompleteListener::Delegate implementation. Creates and initializes the
691 scoped_ptr<LoadCompleteListener> load_complete_listener_;
H A Dbrowser_view.cc1991 load_complete_listener_.reset(new LoadCompleteListener(this));

Completed in 2137 milliseconds