OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDisplayBoundsInParent
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ash/
screen_util.h
35
static gfx::Rect
GetDisplayBoundsInParent
(aura::Window* window);
screen_util.cc
38
return
GetDisplayBoundsInParent
(window);
42
gfx::Rect ScreenUtil::
GetDisplayBoundsInParent
(aura::Window* window) {
screen_util_unittest.cc
49
ScreenUtil::
GetDisplayBoundsInParent
(
52
ScreenUtil::
GetDisplayBoundsInParent
(
/external/chromium_org/ash/display/
screen_ash.h
40
static gfx::Rect
GetDisplayBoundsInParent
(aura::Window* window);
screen_ash.cc
142
return
GetDisplayBoundsInParent
(window);
146
gfx::Rect ScreenAsh::
GetDisplayBoundsInParent
(aura::Window* window) {
/external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc
789
EXPECT_EQ(ScreenUtil::
GetDisplayBoundsInParent
(w2.get()).width(),
[
all
...]
/external/chromium_org/ash/wm/
lock_window_state.cc
177
ScreenUtil::
GetDisplayBoundsInParent
(window_state->window());
default_state.cc
321
gfx::Rect display_area = ScreenUtil::
GetDisplayBoundsInParent
(window);
390
ScreenUtil::
GetDisplayBoundsInParent
(window_state->window()));
540
bounds_in_parent = ScreenUtil::
GetDisplayBoundsInParent
(window);
/external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc
63
return ScreenUtil::
GetDisplayBoundsInParent
(state_object->window());
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
271
ScreenUtil::
GetDisplayBoundsInParent
(shelf_->GetNativeView()));
[
all
...]
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc
[
all
...]
Completed in 261 milliseconds