Searched defs:GetWindow (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc22 views::Window* BrowserFrame::GetWindow() { function in class:BrowserFrame
23 return native_browser_frame_->AsNativeWindow()->GetWindow();
H A Dbrowser_view.cc244 views::Window* window = GetWindow();
264 views::Window* window = GetWindow();
283 views::Window* GetWindow() { function in class:ResizeCorner
285 return widget ? widget->GetWindow() : NULL;
543 if (frame_->GetWindow()->IsVisible()) {
544 frame_->GetWindow()->Activate();
560 frame_->GetWindow()->Show();
564 views::Window* window = frame_->GetWindow();
577 frame_->GetWindow()->CloseWindow();
581 frame_->GetWindow()
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc322 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() { function in class:ConstrainedWindowViews
586 return native_constrained_window_->AsNativeWindow()->GetWindow();
595 GetWindow()->non_client_view()->SetVisible(true);
598 GetWindow()->Activate();
609 GetWindow()->CloseWindow();
615 GetWindow()
[all...]
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc927 views::Window* ExternalTabContainer::GetWindow() { function in class:ExternalTabContainer
/external/chromium/chrome/browser/sessions/
H A Dsession_service.cc783 SessionWindow* SessionService::GetWindow( function in class:SessionService
872 SessionWindow* window = GetWindow(tab->window_id.id(), windows);
919 GetWindow(payload.window_id, windows)->bounds.SetRect(payload.x,
923 GetWindow(payload.window_id, windows)->is_maximized =
945 delete GetWindow(payload.id, windows);
1015 GetWindow(payload.id, windows)->selected_tab_index = payload.index;
1023 GetWindow(payload.id, windows)->is_constrained = false;
1024 GetWindow(payload.id, windows)->type =

Completed in 861 milliseconds