Home | History | Annotate | Download | only in wm

Lines Matching refs:native_window_

242       native_window_(NULL),
264 native_window_ = widget_->GetNativeWindow();
265 native_window_->SetEventTargeter(scoped_ptr<ui::EventTargeter>(
266 new ResizeHandleWindowTargeter(native_window_, this)));
277 ash::wm::WindowState* window_state = wm::GetWindowState(native_window_);
461 native_window_ = NULL;
548 ::wm::TransientWindowManager::Get(native_window_)->
556 ::wm::TransientWindowManager::Get(native_window_)->
560 // to |native_window_|. The set of bubbles that BubbleManager is observing
562 // when we start observing |native_window_| again.
574 // Check whether |native_window_| is the event target's parent window instead
579 !native_window_->Contains(static_cast<aura::Window*>(event->target()))) {
585 if (aura::client::GetCaptureWindow(native_window_))
594 gfx::Rect hit_bounds_in_screen = GetDisplayBoundsInScreen(native_window_);
643 if (aura::client::GetCaptureWindow(native_window_))
651 native_window_->GetRootWindow());
712 native_window_->GetRootWindow())->GetActiveWindow();
723 // The currently active window is not |native_window_| and it is not a
726 // 1) The active window is a transient child of |native_window_|.
730 // The top-of-window views will stay revealed till |native_window_| is
733 IsWindowTransientChildOf(active_window, native_window_)) {
752 // Swipes while |native_window_| is inactive should have been filtered out in
903 gfx::Rect dead_region = GetDisplayBoundsInScreen(native_window_);
924 gfx::Rect hit_bounds_in_screen(GetDisplayBoundsInScreen(native_window_));
944 ::wm::GetTransientChildren(native_window_);