OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWindowState
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/external/chromium_org/ash/accelerators/
accelerator_commands_unittest.cc
25
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
accelerator_commands.cc
26
wm::WindowState* window_state = wm::
GetWindowState
(window);
accelerator_filter.cc
51
return top_level && wm::
GetWindowState
(top_level)->can_consume_system_keys();
68
if (wm::
GetWindowState
(target)->IsFullscreen()) {
/external/chromium_org/ash/wm/
frame_border_hit_test_controller.cc
34
ash::wm::
GetWindowState
(frame_window_)->AddObserver(this);
40
ash::wm::
GetWindowState
(frame_window_)->RemoveObserver(this);
88
if (wm::
GetWindowState
(frame_window_)->IsMaximizedOrFullscreen()) {
105
ash::wm::
GetWindowState
(frame_window_)->RemoveObserver(this);
workspace_controller.h
33
WorkspaceWindowState
GetWindowState
() const;
default_window_resizer.cc
37
wm::
GetWindowState
(details_.window)->ClearRestoreBounds();
53
wm::
GetWindowState
(details_.window)->SetRestoreBoundsInScreen(
mru_window_tracker_unittest.cc
67
wm::
GetWindowState
(w1.get())->Minimize();
68
wm::
GetWindowState
(w4.get())->Minimize();
69
wm::
GetWindowState
(w5.get())->Minimize();
workspace_controller.cc
64
WorkspaceWindowState WorkspaceController::
GetWindowState
() const {
70
!wm::
GetWindowState
(topmost_fullscreen_window)->ignored_by_shelf()) {
88
wm::WindowState* window_state = wm::
GetWindowState
(*i);
base_layout_manager.cc
71
wm::WindowState* window_state = wm::
GetWindowState
(child);
83
wm::
GetWindowState
(child)->RemoveObserver(this);
91
wm::WindowState* window_state = wm::
GetWindowState
(child);
100
wm::WindowState* window_state = wm::
GetWindowState
(child);
131
wm::WindowState* window_state = wm::
GetWindowState
(gained_active);
219
AdjustWindowBoundsForWorkAreaChange(wm::
GetWindowState
(*it), reason);
resize_shadow_and_cursor_unittest.cc
120
ASSERT_TRUE(ash::wm::
GetWindowState
(window())->IsNormalShowState());
163
ASSERT_TRUE(ash::wm::
GetWindowState
(window())->IsNormalShowState());
185
ASSERT_TRUE(ash::wm::
GetWindowState
(window())->IsNormalShowState());
202
ASSERT_TRUE(ash::wm::
GetWindowState
(window())->IsNormalShowState());
211
ash::wm::
GetWindowState
(window())->Maximize();
219
ash::wm::
GetWindowState
(window())->Restore();
window_positioner.cc
60
const wm::WindowState* window_state = wm::
GetWindowState
(window);
70
const wm::WindowState* window_state = wm::
GetWindowState
(window);
135
wm::
GetWindowState
(window)->pre_auto_manage_window_bounds();
186
wm::
GetWindowState
(window)->window_position_managed()) {
244
(!new_window || !wm::
GetWindowState
(new_window)->IsFullscreen())))) {
249
bool maximized = wm::
GetWindowState
(top_window)->IsMaximized();
287
wm::WindowState* added_window_state = wm::
GetWindowState
(added_window);
331
wm::
GetWindowState
(other_shown_window);
472
wm::WindowState* window_state = wm::
GetWindowState
(windows[i]);
workspace_controller_unittest.cc
105
wm::WindowState* window_state = wm::
GetWindowState
(window);
147
wm::WindowState* window_state = wm::
GetWindowState
(w1.get());
278
wm::WindowState* window_state = wm::
GetWindowState
(w1.get());
295
EXPECT_TRUE(wm::
GetWindowState
(w1.get())->IsNormalShowState());
308
wm::WindowState* w1_state = wm::
GetWindowState
(w1.get());
309
wm::WindowState* w2_state = wm::
GetWindowState
(w2.get());
362
wm::
GetWindowState
(&(*w_ignored))->set_ignored_by_shelf(true);
417
wm::WindowState* window_state = wm::
GetWindowState
(w1.get());
652
wm::WindowState* w1_state = wm::
GetWindowState
(w1.get());
770
wm::WindowState* window1_state = wm::
GetWindowState
(window1.get())
[
all
...]
window_animations_unittest.cc
188
wm::
GetWindowState
(window.get())->Minimize();
208
wm::
GetWindowState
(window.get())->Minimize();
222
wm::
GetWindowState
(window.get())->Minimize();
232
wm::
GetWindowState
(window.get())->Minimize();
/external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api_unittest.cc
83
ash::wm::WindowState* window0_state = ash::wm::
GetWindowState
(window0.get());
84
ash::wm::WindowState* window1_state = ash::wm::
GetWindowState
(window1.get());
85
ash::wm::WindowState* window2_state = ash::wm::
GetWindowState
(window2.get());
86
ash::wm::WindowState* window3_state = ash::wm::
GetWindowState
(window3.get());
134
ash::wm::WindowState* window0_state = ash::wm::
GetWindowState
(window0.get());
135
ash::wm::WindowState* window1_state = ash::wm::
GetWindowState
(window1.get());
254
ash::wm::WindowState* window0_state = ash::wm::
GetWindowState
(window0.get());
255
ash::wm::WindowState* window1_state = ash::wm::
GetWindowState
(window1.get());
256
ash::wm::WindowState* window2_state = ash::wm::
GetWindowState
(window2.get());
257
ash::wm::WindowState* window3_state = ash::wm::
GetWindowState
(window3.get())
[
all
...]
/external/chromium_org/ash/wm/panels/
panel_window_event_handler.cc
30
wm::
GetWindowState
(target)->Minimize();
42
wm::
GetWindowState
(target)->Minimize();
panel_window_resizer.cc
134
was_attached_(wm::
GetWindowState
(GetTarget())->panel_attached()),
195
wm::
GetWindowState
(GetTarget())->set_continue_drag_after_reparent(true);
196
wm::
GetWindowState
(GetTarget())->set_panel_attached(true);
213
if (wm::
GetWindowState
(GetTarget())->panel_attached() != should_attach_) {
214
wm::
GetWindowState
(GetTarget())->set_panel_attached(should_attach_);
panel_window_resizer_unittest.cc
104
wm::WindowState* window_state = wm::
GetWindowState
(window);
313
EXPECT_FALSE(wm::
GetWindowState
(window.get())->panel_attached());
322
EXPECT_FALSE(wm::
GetWindowState
(window.get())->panel_attached());
342
EXPECT_FALSE(wm::
GetWindowState
(window.get())->panel_attached());
362
EXPECT_FALSE(wm::
GetWindowState
(window.get())->panel_attached());
375
EXPECT_TRUE(wm::
GetWindowState
(window.get())->panel_attached());
401
EXPECT_TRUE(wm::
GetWindowState
(window.get())->panel_attached());
408
EXPECT_TRUE(wm::
GetWindowState
(window.get())->panel_attached());
413
EXPECT_TRUE(wm::
GetWindowState
(window.get())->panel_attached());
420
EXPECT_FALSE(wm::
GetWindowState
(window.get())->panel_attached())
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ash.cc
62
ash::wm::
GetWindowState
(GetNativeWindow());
128
ash::wm::
GetWindowState
(GetNativeWindow())->
/external/chromium_org/ash/shelf/
shelf_window_watcher_item_delegate.cc
29
wm::WindowState* window_state = wm::
GetWindowState
(window_);
/external/chromium_org/chrome/browser/ui/ash/
accelerator_commands_browsertest.cc
163
ash::wm::
GetWindowState
(browser()->window()->GetNativeWindow());
190
ash::wm::
GetWindowState
(app_host_browser->window()->GetNativeWindow());
210
ash::wm::
GetWindowState
(popup_browser->window()->GetNativeWindow());
231
window_state = ash::wm::
GetWindowState
(widget->GetNativeWindow());
349
ash::wm::
GetWindowState
(app_window->GetNativeWindow());
374
ash::wm::
GetWindowState
(app_window->GetNativeWindow());
/external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button_unittest.cc
169
wm::
GetWindowState
(widget()->GetNativeWindow());
216
wm::WindowState* window_state = wm::
GetWindowState
(window);
352
wm::WindowState* window_state = wm::
GetWindowState
(window);
401
EXPECT_TRUE(wm::
GetWindowState
(window)->IsNormalShowState());
424
EXPECT_TRUE(wm::
GetWindowState
(window)->IsNormalShowState());
430
EXPECT_TRUE(wm::
GetWindowState
(window)->IsMaximized());
447
EXPECT_TRUE(wm::
GetWindowState
(window)->IsNormalShowState());
493
EXPECT_TRUE(wm::
GetWindowState
(window)->IsNormalShowState());
510
wm::WindowState* window_state = wm::
GetWindowState
(window);
531
EXPECT_TRUE(wm::
GetWindowState
(window)->IsNormalShowState())
[
all
...]
/external/chromium_org/ash/wm/gestures/
system_pinch_handler.cc
47
wm::WindowState* window_state = wm::
GetWindowState
(target_);
121
wm::WindowState* window_state = wm::
GetWindowState
(window);
shelf_gesture_handler.cc
48
ash::wm::
GetWindowState
(fullscreen)->hide_shelf_when_fullscreen()) {
/external/chromium_org/chrome/browser/notifications/
fullscreen_notification_blocker.cc
39
return ash::wm::
GetWindowState
(fullscreen_window)->
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc
96
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
155
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
202
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
252
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
294
if (wm::
GetWindowState
(window)->IsMaximized()) {
327
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
347
wm::WindowState* window_state = wm::
GetWindowState
(window.get());
383
wm::
GetWindowState
(window.get())->set_bounds_changed_by_user(true);
449
wm::WindowState* window_state1 = wm::
GetWindowState
(window1.get());
450
wm::WindowState* window_state2 = wm::
GetWindowState
(window2.get())
[
all
...]
Completed in 231 milliseconds
1
2
3
4