HomeSort by relevance Sort by last modified time
    Searched refs:content_window_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_focus_rules.cc 13 : content_window_(content_window) {}
22 return !window || content_window_->GetRootWindow()->Contains(window);
28 return window == content_window_->parent() ||
34 // |content_window_| is initially hidden and made visible from Show(). Even in
37 (window == content_window_);
46 if (top_level_window == content_window_->parent())
47 return content_window_;
55 // In Desktop-Aura the content_window_'s parent is a dummy window and thus
56 // should never be activated. We should return the content_window_ if it
58 if (next_activatable_window == content_window_->parent() &
    [all...]
desktop_native_widget_aura.cc 257 content_window_(new aura::Window(this)),
264 aura::client::SetFocusChangeObserver(content_window_, this);
265 aura::client::SetActivationChangeObserver(content_window_, this);
314 // FocusController uses |content_window_|. Destroy it now so that we don't
316 // |content_window_| after it's been destroyed but before all child windows
327 content_window_ = NULL;
399 NativeWidgetAura::RegisterNativeWidgetForWindow(this, content_window_);
405 content_window_->SetProperty(aura::client::kAnimationsDisabledKey, true);
407 content_window_->SetType(GetAuraWindowTypeForWidgetType(params.type));
408 content_window_->Init(params.layer_type)
    [all...]
desktop_focus_rules.h 29 aura::Window* content_window_; member in class:views::DesktopFocusRules
desktop_window_tree_host_win.cc 81 content_window_(NULL),
92 // WARNING: |content_window_| has been destroyed by the time we get here.
125 content_window_ = content_window;
127 aura::client::SetAnimationHost(content_window_, this);
159 window()->SetProperty(kContentWindowForRootWindow, content_window_);
163 content_window_->type() != ui::wm::WINDOW_TYPE_NORMAL &&
164 !wm::WindowAnimationsDisabled(content_window_);
188 content_window_->layer()->GetAnimator()->IsAnimatingProperty(
387 content_window_->SetProperty(aura::client::kAnimationsDisabledKey, !value);
412 if (message_handler_->IsVisible() && !content_window_->TargetVisibility()
    [all...]
desktop_window_tree_host_x11.cc 145 content_window_(NULL),
246 content_window_ = content_window;
264 window()->SetProperty(kViewsWindowForRootWindow, content_window_);
407 if (wm::GetTransientParent(content_window_)) {
409 wm::GetTransientParent(content_window_)->GetBoundsInScreen();
650 // it sets the focus to our |content_window_|, which will trigger a cascade
652 if (content_window_ && aura::client::GetFocusClient(content_window_) &&
653 content_window_->Contains(
654 aura::client::GetFocusClient(content_window_)->GetFocusedWindow()))
    [all...]
desktop_window_tree_host_x11.h 53 // A way of converting an X11 |xid| host window into a |content_window_|.
305 aura::Window* content_window_; member in class:views::DesktopWindowTreeHostX11
desktop_native_widget_aura.h 258 // Child of the root, contains |content_window_|.
264 aura::Window* content_window_; member in class:views::DesktopNativeWidgetAura
desktop_window_tree_host_win.h 226 aura::Window* content_window_; member in class:views::DesktopWindowTreeHostWin

Completed in 592 milliseconds