OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetChildBoundsDirect
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ui/aura/
layout_manager.cc
17
void LayoutManager::
SetChildBoundsDirect
(aura::Window* child,
layout_manager.h
43
// Implementation must call |
SetChildBoundsDirect
| to change the
53
void
SetChildBoundsDirect
(aura::Window* child, const gfx::Rect& bounds);
window_unittest.cc
[
all
...]
/external/chromium_org/ash/wm/
status_area_layout_manager.cc
55
SetChildBoundsDirect
(child, requested_bounds);
64
SetChildBoundsDirect
(child, requested_bounds);
base_layout_manager.cc
103
SetChildBoundsDirect
(child, child_bounds);
221
SetChildBoundsDirect
(
224
SetChildBoundsDirect
(
248
SetChildBoundsDirect
(window,
257
SetChildBoundsDirect
(window,
264
SetChildBoundsDirect
(
root_window_layout_manager.cc
75
SetChildBoundsDirect
(child, requested_bounds);
system_modal_container_layout_manager.cc
95
SetChildBoundsDirect
(child, requested_bounds);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_layout_manager.cc
47
SetChildBoundsDirect
(child, requested_bounds);
53
SetChildBoundsDirect
(main_window_, bounds);
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc
123
SetChildBoundsDirect
(child, requested_bounds);
134
SetChildBoundsDirect
(child, child_bounds);
330
SetChildBoundsDirect
(window, ScreenAsh::GetDisplayBoundsInParent(
347
SetChildBoundsDirect
(
353
SetChildBoundsDirect
(
/external/chromium_org/ash/wm/panels/
panel_layout_manager.cc
430
SetChildBoundsDirect
(child, bounds);
538
SetChildBoundsDirect
(panel, bounds);
689
SetChildBoundsDirect
(visible_panels[i].window, initial_bounds);
701
SetChildBoundsDirect
(visible_panels[i].window, bounds);
707
SetChildBoundsDirect
(visible_panels[i].window, bounds);
827
SetChildBoundsDirect
(callout_widget->GetNativeWindow(), callout_bounds);
/external/chromium_org/ui/keyboard/
keyboard_controller.cc
95
SetChildBoundsDirect
(keyboard_,
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc
335
SetChildBoundsDirect
(child, requested_bounds);
564
SetChildBoundsDirect
(window, bounds);
/external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc
119
SetChildBoundsDirect
(child, gfx::Rect(0, 0, 300, 300));