Home | History | Annotate | Download | only in views

Lines Matching refs:GetWindow

322       container_->GetWindow()->client_view()->NonClientHitTest(point);
340 container_->GetWindow()->window_delegate()->CanResize());
495 container_->GetWindow()->window_delegate()->GetWindowTitle(),
577 GetWindow()->non_client_view()->SetFrameView(CreateFrameViewForWindow());
585 views::Window* ConstrainedWindowViews::GetWindow() {
586 return native_constrained_window_->AsNativeWindow()->GetWindow();
595 GetWindow()->non_client_view()->SetVisible(true);
598 GetWindow()->Activate();
609 GetWindow()->CloseWindow();
615 GetWindow()->window_delegate() &&
616 GetWindow()->window_delegate()->GetInitiallyFocusedView()) {
617 GetWindow()->window_delegate()->GetInitiallyFocusedView()->RequestFocus();
631 GetWindow()->Activate();