Searched refs:window_state_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_resizer.h60 return window_state_ ? window_state_->window() : NULL;
65 return window_state_->drag_details()->initial_location_in_parent;
69 const DragDetails& details() const { return *window_state_->drag_details(); }
77 wm::WindowState* window_state_; member in class:ash::WindowResizer
H A Ddefault_window_resizer.cc33 window_state_->ClearRestoreBounds();
49 window_state_->SetRestoreBoundsInScreen(details().restore_bounds);
H A Ddrag_window_resizer.cc55 if (window_state_)
56 window_state_->DeleteDragDetails();
H A Dwindow_resizer.cc58 : window_state_(window_state) {
59 DCHECK(window_state_->drag_details());
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.cc186 window_state_->set_bounds_changed_by_user(true);
218 window_state_->panel_attached();
225 if (!window_state_->IsMinimized() && !window_state_->IsNormalStateType())
239 if (is_resized && is_docked_ && window_state_->HasRestoreBounds()) {
242 window_state_->GetRestoreBoundsInScreen().height());
243 window_state_->SetRestoreBoundsInScreen(restore_bounds);
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc54 : window_state_(NULL) {
65 window_state_ = window_state;
66 window_state_->AddObserver(this);
67 window_state_->window()->AddObserver(this);
70 if (window_state_) {
71 window_state_->RemoveObserver(this);
72 window_state_->window()->RemoveObserver(this);
94 window_state_->RemoveObserver(this);
95 window_state_->window()->RemoveObserver(this);
96 window_state_
112 ash::wm::WindowState* window_state_; member in class:__anon1906::CustomFrameViewAshWindowStateDelegate
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer.cc86 window_state_->drag_details()->should_attach_to_shelf =
111 window_state_->drag_details()->should_attach_to_shelf = was_attached_;
181 window_state_->set_panel_attached(true);
196 if (window_state_->panel_attached() != details().should_attach_to_shelf) {
197 window_state_->set_panel_attached(details().should_attach_to_shelf);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc130 window_state_(
137 window_state_->AddObserver(this);
138 window_state_->window()->AddObserver(this);
141 if (window_state_) {
142 window_state_->RemoveObserver(this);
143 window_state_->window()->RemoveObserver(this);
179 window_state_->RemoveObserver(this);
180 window_state_->window()->RemoveObserver(this);
181 window_state_ = NULL;
186 ash::wm::WindowState* window_state_; member in class:__anon5207::NativeAppWindowStateDelegate
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout_unittest.cc42 window_state_(STATE_NORMAL) {
60 window_state_ = state;
113 return window_state_ == STATE_MAXIMIZED;
117 return window_state_ == STATE_MINIMIZED;
121 return window_state_ == STATE_FULLSCREEN;
141 WindowState window_state_; member in class:__anon5288::TestLayoutDelegate
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button_unittest.cc132 window_state_ = ash::wm::GetWindowState(
145 ash::wm::WindowState* window_state() { return window_state_; }
146 const ash::wm::WindowState* window_state() const { return window_state_; }
154 ash::wm::WindowState* window_state_; member in class:ash::test::FrameSizeButtonTest
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.h166 wm::WindowState* window_state() { return window_state_; }
H A Dworkspace_window_resizer.cc519 initial_bounds_changed_by_user_(window_state_->bounds_changed_by_user()),

Completed in 195 milliseconds