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.h20 class AURA_EXPORT WindowObserver { class in namespace:aura
35 WindowObserver();
124 virtual ~WindowObserver();
139 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc468 class WebContentsViewAura::WindowObserver class in class:content::WebContentsViewAura
469 : public aura::WindowObserver, public aura::WindowTreeHostObserver {
471 explicit WindowObserver(WebContentsViewAura* view) function in class:content::WebContentsViewAura::WindowObserver
482 virtual ~WindowObserver() {
505 // Overridden from aura::WindowObserver:
507 const aura::WindowObserver::HierarchyChangeParams& params) OVERRIDE {
672 "WebContentsViewAura::WindowObserver::OnHostMoved",
726 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
1097 // WindowObserver is not interesting and is problematic for Browser Plugin
1099 // The use cases for WindowObserver d
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc395 // We have to implement the WindowObserver interface on a separate object
399 class RenderWidgetHostViewAura::WindowObserver : public aura::WindowObserver { class in class:content::RenderWidgetHostViewAura
401 explicit WindowObserver(RenderWidgetHostViewAura* view) function in class:content::RenderWidgetHostViewAura::WindowObserver
406 virtual ~WindowObserver() {
410 // Overridden from aura::WindowObserver:
425 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
458 window_observer_.reset(new WindowObserver(this));

Completed in 144 milliseconds