HomeSort by relevance Sort by last modified time
    Searched defs:WindowObserver (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/aura/
window_observer.cc 12 WindowObserver::WindowObserver() : observing_(0) {
15 WindowObserver::~WindowObserver() {
21 void WindowObserver::OnObservingWindow(aura::Window* window) {
26 void WindowObserver::OnUnobservingWindow(aura::Window* window) {
window_observer.h 20 class AURA_EXPORT WindowObserver {
35 WindowObserver();
124 virtual ~WindowObserver();
139 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 468 class WebContentsViewAura::WindowObserver
469 : public aura::WindowObserver, public aura::WindowTreeHostObserver {
471 explicit WindowObserver(WebContentsViewAura* view)
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);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 395 // We have to implement the WindowObserver interface on a separate object
399 class RenderWidgetHostViewAura::WindowObserver : public aura::WindowObserver {
401 explicit WindowObserver(RenderWidgetHostViewAura* view)
406 virtual ~WindowObserver() {
410 // Overridden from aura::WindowObserver:
425 DISALLOW_COPY_AND_ASSIGN(WindowObserver);
458 window_observer_.reset(new WindowObserver(this));
    [all...]

Completed in 1171 milliseconds