OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRestoreBoundsInParent
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/wm/
window_state.h
113
void
SetRestoreBoundsInParent
(const gfx::Rect& bounds_in_parent);
window_state.cc
238
void WindowState::
SetRestoreBoundsInParent
(const gfx::Rect& bounds) {
282
SetRestoreBoundsInParent
(bounds);
toplevel_window_event_handler.cc
305
window_state->
SetRestoreBoundsInParent
(pre_drag_window_bounds_);
307
window_state->
SetRestoreBoundsInParent
(pre_drag_window_bounds_);
base_layout_manager.cc
161
window_state->
SetRestoreBoundsInParent
(window_state->window()->bounds());
base_layout_manager_unittest.cc
247
window_state->
SetRestoreBoundsInParent
(gfx::Rect(10, 11, 12, 13));
/external/chromium_org/ash/
root_window_controller.cc
110
state->
SetRestoreBoundsInParent
(restore_bounds);
[
all
...]
Completed in 31 milliseconds