Searched defs:WindowObserver (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_observer.cc12 WindowObserver::WindowObserver() : observing_(0) { function in class:aura::WindowObserver
15 WindowObserver::~WindowObserver() {
21 void WindowObserver::OnObservingWindow(aura::Window* window) {
26 void WindowObserver::OnUnobservingWindow(aura::Window* window) {
H A Dwindow_observer.h19 class AURA_EXPORT WindowObserver { class in namespace:aura
34 WindowObserver();
116 virtual ~WindowObserver();
131 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc475 class WebContentsViewAura::WindowObserver class in class:content::WebContentsViewAura
476 : public aura::WindowObserver, public aura::WindowTreeHostObserver {
478 explicit WindowObserver(WebContentsViewAura* view) function in class:content::WebContentsViewAura::WindowObserver
489 virtual ~WindowObserver() {
513 // Overridden from aura::WindowObserver:
652 "WebContentsViewAura::WindowObserver::OnHostMoved",
706 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
1076 // WindowObserver is not interesting and is problematic for Browser Plugin
1078 // The use cases for WindowObserver do not apply to Browser Plugins:
1082 window_observer_.reset(new WindowObserver(thi
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc387 // We have to implement the WindowObserver interface on a separate object
391 class RenderWidgetHostViewAura::WindowObserver : public aura::WindowObserver { class in class:content::RenderWidgetHostViewAura
393 explicit WindowObserver(RenderWidgetHostViewAura* view) function in class:content::RenderWidgetHostViewAura::WindowObserver
398 virtual ~WindowObserver() {
402 // Overridden from aura::WindowObserver:
417 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
445 window_observer_.reset(new WindowObserver(this));

Completed in 988 milliseconds