OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMaximizedWindowBoundsInParent
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ash/
screen_util.h
32
static gfx::Rect
GetMaximizedWindowBoundsInParent
(aura::Window* window);
screen_util_unittest.cc
41
ScreenUtil::
GetMaximizedWindowBoundsInParent
(
44
ScreenUtil::
GetMaximizedWindowBoundsInParent
(
screen_util.cc
34
gfx::Rect ScreenUtil::
GetMaximizedWindowBoundsInParent
(aura::Window* window) {
/external/chromium_org/ash/display/
screen_ash.h
37
static gfx::Rect
GetMaximizedWindowBoundsInParent
(aura::Window* window);
screen_ash.cc
138
gfx::Rect ScreenAsh::
GetMaximizedWindowBoundsInParent
(aura::Window* window) {
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc
551
ScreenUtil::
GetMaximizedWindowBoundsInParent
(window.get()).ToString(),
626
ScreenUtil::
GetMaximizedWindowBoundsInParent
(window.get());
631
ScreenUtil::
GetMaximizedWindowBoundsInParent
(window.get()).ToString(),
635
ScreenUtil::
GetMaximizedWindowBoundsInParent
(window.get()).ToString());
767
window->SetBounds(ScreenUtil::
GetMaximizedWindowBoundsInParent
(window.get()));
770
ScreenUtil::
GetMaximizedWindowBoundsInParent
(window.get()).ToString(),
776
ScreenUtil::
GetMaximizedWindowBoundsInParent
(window.get()).ToString(),
[
all
...]
/external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc
36
gfx::Size workspace_size = ScreenUtil::
GetMaximizedWindowBoundsInParent
(
maximize_mode_window_manager_unittest.cc
237
gfx::Size workspace_size = ScreenUtil::
GetMaximizedWindowBoundsInParent
(
383
gfx::Size workspace_size = ScreenUtil::
GetMaximizedWindowBoundsInParent
(
[
all
...]
/external/chromium_org/ash/wm/
default_state.cc
385
ScreenUtil::
GetMaximizedWindowBoundsInParent
(window_state->window()));
536
bounds_in_parent = ScreenUtil::
GetMaximizedWindowBoundsInParent
(window);
workspace_controller_unittest.cc
203
EXPECT_EQ(ScreenUtil::
GetMaximizedWindowBoundsInParent
(w1.get()).width(),
205
EXPECT_EQ(ScreenUtil::
GetMaximizedWindowBoundsInParent
(w1.get()).height(),
235
ScreenUtil::
GetMaximizedWindowBoundsInParent
(w1.get()));
464
EXPECT_EQ(ScreenUtil::
GetMaximizedWindowBoundsInParent
(
472
EXPECT_EQ(ScreenUtil::
GetMaximizedWindowBoundsInParent
(
481
EXPECT_EQ(ScreenUtil::
GetMaximizedWindowBoundsInParent
(w2.get()).ToString(),
[
all
...]
window_state.cc
341
gfx::Rect maximized_bounds = ScreenUtil::
GetMaximizedWindowBoundsInParent
(
/external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc
[
all
...]
Completed in 426 milliseconds