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

  /external/chromium_org/ash/wm/
window_resizer.h 60 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
default_window_resizer.cc 33 window_state_->ClearRestoreBounds();
49 window_state_->SetRestoreBoundsInScreen(details().restore_bounds);
drag_window_resizer.cc 55 if (window_state_)
56 window_state_->DeleteDragDetails();
window_resizer.cc 58 : window_state_(window_state) {
59 DCHECK(window_state_->drag_details());
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 186 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/
custom_frame_view_ash.cc 54 : 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_ = NULL
112 ash::wm::WindowState* window_state_; member in class:__anon6531::CustomFrameViewAshWindowStateDelegate
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 86 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/
chrome_native_app_window_views.cc 130 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:__anon9832::NativeAppWindowStateDelegate
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_unittest.cc 42 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:__anon9913::TestLayoutDelegate
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button_unittest.cc 132 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/
workspace_window_resizer.h 166 wm::WindowState* window_state() { return window_state_; }
workspace_window_resizer.cc 519 initial_bounds_changed_by_user_(window_state_->bounds_changed_by_user()),
    [all...]

Completed in 543 milliseconds