HomeSort by relevance Sort by last modified time
    Searched refs:SetBounds (Results 1 - 25 of 514) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/athena/util/
fill_layout_manager_unittest.cc 14 parent->SetBounds(gfx::Rect(10, 20, 30, 40));
18 child->SetBounds(gfx::Rect(0, 0, 5, 10));
27 parent->SetBounds(gfx::Rect(0, 0, 100, 200));
  /external/chromium_org/ash/wm/
virtual_keyboard_container_layout_manager.cc 41 keyboard_container->SetBounds(parent_container_->bounds());
default_window_resizer.cc 35 GetTarget()->SetBounds(bounds);
46 GetTarget()->SetBounds(details().initial_bounds_in_parent);
system_background_controller.cc 22 layer_->SetBounds(gfx::Rect(root_layer->bounds().size()));
40 layer_->SetBounds(gfx::Rect(root_window_->layer()->bounds().size()));
root_window_layout_manager.cc 37 (*i)->SetBounds(fullscreen_bounds);
40 (*j)->SetBounds(fullscreen_bounds);
52 background->SetBounds(fullscreen_bounds);
drag_window_controller.cc 42 void DragWindowController::SetBounds(const gfx::Rect& bounds) {
102 screen_position_client->SetBounds(window, bounds, dst_display_);
104 drag_widget_->SetBounds(bounds);
114 layer_owner_->root()->SetBounds(layer_bounds);
  /external/chromium_org/ui/platform_window/
platform_window.h 33 virtual void SetBounds(const gfx::Rect& bounds) = 0;
  /external/chromium_org/ui/views/examples/
scroll_view_example.cc 41 view->SetBounds(0, y, size.width(), size.height());
69 scrollable_->SetBounds(0, 0, 1000, 100);
98 scrollable_->SetBounds(0, 0, 1000, 100);
101 scrollable_->SetBounds(0, 0, 100, 1000);
104 scrollable_->SetBounds(0, 0, 1000, 1000);
107 scrollable_->SetBounds(0, 0, 100, 100);
  /external/chromium_org/ash/wm/overview/
transparent_activate_window_button.h 21 void SetBounds(const gfx::Rect& bounds);
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 23 container->SetBounds(0, 0, 200, 200);
  /external/chromium_org/chrome/browser/ui/
web_contents_sizer.cc 19 window->SetBounds(gfx::Rect(window->bounds().origin(), new_size));
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 214 window_->SetBounds(gfx::Rect(0, 300, 400, 300));
215 window2_->SetBounds(gfx::Rect(400, 200, 100, 200));
248 window_->SetBounds(gfx::Rect( 0, 300, 400, 300));
249 window2_->SetBounds(gfx::Rect(400, 200, 100, 200));
282 window_->SetBounds(gfx::Rect( 100, 300, 200, 300));
283 window2_->SetBounds(gfx::Rect(300, 300, 150, 200));
284 window3_->SetBounds(gfx::Rect(450, 300, 100, 200));
323 window_->SetBounds(gfx::Rect( 100, 300, 200, 300));
324 window2_->SetBounds(gfx::Rect(300, 300, 200, 200));
325 window3_->SetBounds(gfx::Rect(450, 300, 100, 200))
    [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 290 cb->SetBounds(10, 10, 200, 20);
299 left_container_->SetBounds(10, 35, 250, 200);
311 label->SetBounds(label_x, y, label_width, label_height);
316 text_field->SetBounds(label_x + label_width + 5, y,
324 label->SetBounds(label_x, y, label_width, label_height);
329 text_field->SetBounds(label_x + label_width + 5, y,
337 label->SetBounds(label_x, y, label_width, label_height);
342 text_field->SetBounds(label_x + label_width + 5, y,
350 label->SetBounds(label_x, y, label_width, label_height);
355 text_field->SetBounds(label_x + label_width + 5, y
    [all...]
  /external/chromium_org/ash/display/
screen_position_controller.h 25 virtual void SetBounds(aura::Window* window,
  /external/chromium_org/cc/layers/
layer_utils_unittest.cc 65 parent()->SetBounds(gfx::Size(350, 200));
70 child()->SetBounds(gfx::Size(100, 200));
88 parent()->SetBounds(gfx::Size(350, 200));
93 child()->SetBounds(gfx::Size(100, 200));
111 parent()->SetBounds(gfx::Size(350, 200));
116 child()->SetBounds(gfx::Size(100, 200));
138 parent()->SetBounds(gfx::Size(350, 200));
143 child()->SetBounds(gfx::Size(100, 200));
161 parent()->SetBounds(gfx::Size(350, 200));
167 child()->SetBounds(bounds)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 31 browser()->window()->SetBounds(new_bounds);
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_aura.cc 30 host_->GetNativeView()->SetBounds(new_pos);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 33 image_view_->SetBounds(0, y, width(), height());
  /external/chromium_org/media/base/
time_delta_interpolator.h 52 void SetBounds(base::TimeDelta lower_bound, base::TimeDelta upper_bound);
  /external/chromium_org/mojo/services/native_viewport/
platform_viewport.h 43 virtual void SetBounds(const gfx::Rect& bounds) = 0;
platform_viewport_headless.cc 34 void PlatformViewportHeadless::SetBounds(const gfx::Rect& bounds) {
platform_viewport_headless.h 25 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/ui/aura/client/
screen_position_client.h 41 virtual void SetBounds(Window* window,
  /external/chromium_org/ui/base/
base_window.h 83 virtual void SetBounds(const gfx::Rect& bounds) = 0;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.h 28 virtual void SetBounds(aura::Window* window,

Completed in 1450 milliseconds

1 2 3 4 5 6 7 8 91011>>