OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRestoreBoundsInParent
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/wm/
base_layout_manager_unittest.cc
234
EXPECT_EQ("1,2 3x4", window_state->
GetRestoreBoundsInParent
().ToString());
251
EXPECT_EQ("10,11 12x13", window_state->
GetRestoreBoundsInParent
().ToString());
265
window_state->
GetRestoreBoundsInParent
().ToString());
270
window_state->
GetRestoreBoundsInParent
().ToString());
276
window_state->
GetRestoreBoundsInParent
().ToString());
window_state.h
104
gfx::Rect
GetRestoreBoundsInParent
() const;
base_layout_manager.cc
254
gfx::Rect bounds_in_parent = window_state->
GetRestoreBoundsInParent
();
window_state.cc
229
gfx::Rect WindowState::
GetRestoreBoundsInParent
() const {
/external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc
43
window_state->
GetRestoreBoundsInParent
());
workspace_layout_manager.cc
319
bounds_in_parent = window_state->
GetRestoreBoundsInParent
();
/external/chromium_org/ash/
root_window_controller.cc
107
restore_bounds = state->
GetRestoreBoundsInParent
();
[
all
...]
/external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc
508
gfx::Rect normal_bounds = window_state->
GetRestoreBoundsInParent
();
[
all
...]
Completed in 1553 milliseconds