OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWindowState
(Results
26 - 50
of
89
) sorted by null
1
2
3
4
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc
190
!wm::
GetWindowState
(window)->IsMinimized() &&
209
if (!wm::
GetWindowState
(window)->CanResize()) {
230
if (!wm::
GetWindowState
(window)->CanResize())
372
in_fullscreen_(workspace_controller_->
GetWindowState
() ==
400
wm::
GetWindowState
(child)->RemoveObserver(this);
425
wm::
GetWindowState
(dragged_window_)->AddObserver(this);
456
wm::
GetWindowState
(dragged_window_)->RemoveObserver(this);
535
(!wm::
GetWindowState
(window)->CanResize() ||
595
wm::
GetWindowState
(child)->AddObserver(this);
616
wm::
GetWindowState
(child)->RemoveObserver(this)
[
all
...]
docked_window_resizer.cc
155
wm::
GetWindowState
(details.window)->bounds_changed_by_user()),
200
wm::WindowState* window_state = wm::
GetWindowState
(GetTarget());
236
wm::WindowState* window_state = wm::
GetWindowState
(window);
330
wm::
GetWindowState
(window)->set_bounds_changed_by_user(
docked_window_layout_manager_unittest.cc
211
!wm::
GetWindowState
(window)->HasRestoreBounds()) {
266
wm::
GetWindowState
(window1.get())->set_window_position_managed(true);
278
wm::
GetWindowState
(window2.get())->set_window_position_managed(true);
316
wm::
GetWindowState
(window1.get())->set_window_position_managed(true);
328
wm::
GetWindowState
(window2.get())->set_window_position_managed(true);
372
wm::
GetWindowState
(window1.get())->set_window_position_managed(true);
385
wm::
GetWindowState
(window2.get())->set_window_position_managed(true);
719
EXPECT_TRUE(wm::
GetWindowState
(w1.get())->IsMinimized());
720
EXPECT_TRUE(wm::
GetWindowState
(w2.get())->IsNormalShowState());
721
EXPECT_TRUE(wm::
GetWindowState
(w3.get())->IsNormalShowState())
[
all
...]
/external/chromium_org/ash/wm/
ash_focus_rules.cc
78
if (wm::
GetWindowState
(window)->IsMinimized())
158
WindowState* window_state =
GetWindowState
(*i);
window_state.h
38
// |wm::
GetWindowState
|, and deleted when the window is deleted.
299
ASH_EXPORT WindowState*
GetWindowState
(aura::Window* window);
301
// const version of
GetWindowState
.
303
GetWindowState
(const aura::Window* window);
window_state.cc
325
return active ?
GetWindowState
(active) : NULL;
328
WindowState*
GetWindowState
(aura::Window* window) {
339
const WindowState*
GetWindowState
(const aura::Window* window) {
340
return
GetWindowState
(const_cast<aura::Window*>(window));
solo_window_tracker.cc
82
wm::
GetWindowState
(window_)->AddObserver(this);
86
wm::
GetWindowState
(window_)->RemoveObserver(this);
130
!wm::
GetWindowState
(solo_window_)->IsMaximizedOrFullscreen();
stacking_controller.cc
89
if (wm::
GetWindowState
(window)->panel_attached())
toplevel_window_event_handler.cc
96
wm::
GetWindowState
(resizer_->GetTarget())->AddObserver(this);
104
wm::
GetWindowState
(resizer_->GetTarget())->RemoveObserver(this);
112
wm::WindowState* state = wm::
GetWindowState
(params.receiver);
294
wm::WindowState* window_state = wm::
GetWindowState
(target);
video_detector.cc
127
wm::
GetWindowState
(toplevel_window)->IsFullscreen() : false;
window_positioner_unittest.cc
107
wm::
GetWindowState
(widget->GetNativeView())->set_minimum_visibility(true);
base_layout_manager_unittest.cc
230
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
246
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
261
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
solo_window_tracker_unittest.cc
185
wm::
GetWindowState
(w1.get())->Minimize();
226
wm::
GetWindowState
(w2.get())->Minimize();
365
wm::
GetWindowState
(w3.get())->Maximize();
/external/chromium_org/ash/wm/workspace/
snap_sizer_unittest.cc
39
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
89
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
119
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
195
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
244
SnapSizer sizer(wm::
GetWindowState
(window.get()), gfx::Point(),
293
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
332
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
370
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
workspace_event_handler.cc
86
wm::WindowState* target_state = wm::
GetWindowState
(target);
117
ToggleMaximizedState(wm::
GetWindowState
(target));
workspace_event_handler_unittest.cc
113
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
257
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
294
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
/external/chromium_org/ash/shell/
toplevel_window.cc
44
wm::WindowState* window_state = wm::
GetWindowState
(widget->GetNativeView());
/external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.cc
56
ash::wm::
GetWindowState
(shell_window->GetNativeWindow());
/external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.cc
139
ash::wm::
GetWindowState
(native_window_)->AddObserver(this);
142
ash::wm::
GetWindowState
(native_window_)->RemoveObserver(this);
269
ash::wm::
GetWindowState
(native_window_)->set_hide_shelf_when_fullscreen(
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos_unittest.cc
386
wm::
GetWindowState
(window(1))->Minimize();
394
wm::
GetWindowState
(window(1))->Minimize();
402
wm::
GetWindowState
(window(0))->Minimize();
446
wm::
GetWindowState
(window(0))->Minimize();
450
EXPECT_TRUE(wm::
GetWindowState
(window(0))->IsMinimized());
/external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc
94
ignored_by_shelf_(ash::wm::
GetWindowState
(window)->ignored_by_shelf()),
117
ash::wm::
GetWindowState
(window_)->set_ignored_by_shelf(ignored_by_shelf_);
263
ash::wm::
GetWindowState
(window_)->set_ignored_by_shelf(true);
window_selector.cc
212
minimized_ = wm::
GetWindowState
(window)->IsMinimized();
215
wm::
GetWindowState
(window_)->Activate();
230
wm::
GetWindowState
(window_)->Minimize();
279
wm::
GetWindowState
(windows[i])->panel_attached()) {
/external/chromium_org/ash/accelerators/
accelerator_filter_unittest.cc
104
wm::
GetWindowState
(window.get())->set_can_consume_system_keys(true);
/external/chromium_org/ash/wm/panels/
panel_layout_manager.cc
321
wm::WindowState* window_state = wm::
GetWindowState
(panel);
349
if (!wm::
GetWindowState
(child)->panel_attached()) {
374
wm::
GetWindowState
(child)->AddObserver(this);
391
wm::
GetWindowState
(child)->RemoveObserver(this);
486
wm::
GetWindowState
(window)->Restore();
539
wm::
GetWindowState
(iter->window)->Minimize();
614
wm::
GetWindowState
(panel)->Minimize();
[
all
...]
/external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc
452
wm::
GetWindowState
(frame_->GetNativeWindow()),
509
wm::WindowState* window_state = wm::
GetWindowState
(window);
562
wm::
GetWindowState
(frame_->GetNativeWindow());
Completed in 160 milliseconds
1
2
3
4