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

1234567891011>>

/external/chromium_org/v8/src/compiler/
H A Djs-builtin-reducer-unittest.cc33 NodeProperties::SetBounds(n, Bounds(Type::None(), t));
H A Djs-typed-lowering.cc175 NodeProperties::SetBounds(node, Bounds(type));
185 NodeProperties::SetBounds(node, Bounds(type));
H A Dnode-properties-inl.h203 inline void NodeProperties::SetBounds(Node* node, Bounds b) { function in class:v8::internal::compiler::NodeProperties
H A Dnode-properties.h44 static inline void SetBounds(Node* node, Bounds bounds);
H A Dtyper.cc127 NodeProperties::SetBounds(node, bounds);
155 NodeProperties::SetBounds(node, Bounds::Both(bounds, previous, zone()));
182 NodeProperties::SetBounds(node, bounds); // TODO(rossberg): Either?
223 NodeProperties::SetBounds(node, bounds);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc47 NodeProperties::SetBounds(n, Bounds(Type::None(), t));
H A Dtest-simplified-lowering.cc663 NodeProperties::SetBounds(p0, Bounds(p0_type));
664 NodeProperties::SetBounds(p1, Bounds(p1_type));
665 NodeProperties::SetBounds(p2, Bounds(p2_type));
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc146 layer_->SetBounds(animation->CurrentValueBetween(layer_start_,
H A Dsearch_result_list_view.cc146 auto_launch_indicator_->SetBounds(0, 0, 0, kTimeoutIndicatorHeight);
247 auto_launch_indicator_->SetBounds(
H A Dspeech_view.cc183 logo_->SetBounds(kLogoMarginLeft, kLogoMarginTop, kLogoWidth, kLogoHeight);
193 speech_result_->SetBounds(
H A Dspeech_view_unittest.cc24 widget_->SetBounds(gfx::Rect(0, 0, 300, 200));
/external/chromium_org/ui/aura/bench/
H A Dbench_main.cc183 webgl_.SetBounds(bounds);
328 background.SetBounds(host->window()->bounds());
332 window.SetBounds(gfx::Rect(background.bounds().size()));
342 content_layer.SetBounds(bounds);
346 page_background.SetBounds(gfx::Rect(content_layer.bounds().size()));
/external/chromium_org/ui/aura/client/
H A Dscreen_position_client.h41 virtual void SetBounds(Window* window,
/external/chromium_org/ui/aura/demo/
H A Ddemo_main.cc147 window1.SetBounds(gfx::Rect(100, 100, 400, 400));
155 window2.SetBounds(gfx::Rect(200, 200, 350, 350));
163 window3.SetBounds(gfx::Rect(10, 10, 50, 50));
/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.cc186 SetBounds(gfx::Rect(0, 0, width, height));
223 void RemoteWindowTreeHostWin::SetBounds(const gfx::Rect& bounds) { function in class:aura::RemoteWindowTreeHostWin
H A Dremote_window_tree_host_win.h124 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
H A Dwindow.cc436 void Window::SetBounds(const gfx::Rect& new_bounds) { function in class:aura::Window
459 screen_position_client->SetBounds(this, new_bounds_in_screen, dst_display);
462 SetBounds(new_bounds_in_screen);
909 layer()->SetBounds(actual_new_bounds);
1062 layer()->SetBounds(layer_bounds);
1082 layer()->SetBounds(layer_bounds);
1094 layer()->SetBounds(layer_bounds);
H A Dwindow.h164 void SetBounds(const gfx::Rect& new_bounds);
H A Dwindow_event_dispatcher_unittest.cc421 w1->SetBounds(gfx::Rect(20, 20, 40, 40));
633 window->SetBounds(gfx::Rect(20, 20, 40, 30));
727 window->SetBounds(gfx::Rect(15, 15, 80, 80));
962 window->SetBounds(gfx::Rect(30, 30, 100, 100));
1000 window->SetBounds(bounds1);
1014 window->SetBounds(bounds2);
1026 window->SetBounds(bounds1);
1300 w1->SetBounds(gfx::Rect(0, 0, 100, 100));
1305 w2->SetBounds(gfx::Rect(100, 0, 100, 100));
1486 w1->SetBounds(gf
[all...]
H A Dwindow_targeter_unittest.cc61 window->SetBounds(gfx::Rect(0, 0, 100, 100));
62 one->SetBounds(gfx::Rect(0, 0, 500, 100));
63 two->SetBounds(gfx::Rect(501, 0, 500, 1000));
90 window->SetBounds(gfx::Rect(30, 30, 100, 100));
91 child->SetBounds(gfx::Rect(20, 20, 50, 50));
143 window->SetBounds(window_bounds);
H A Dwindow_tree_host.cc114 window()->SetBounds(gfx::Rect(gfx::ToFlooredSize(new_bounds.size())));
H A Dwindow_tree_host.h134 virtual void SetBounds(const gfx::Rect& bounds) = 0;
/external/chromium_org/ui/aura/test/
H A Daura_test_base.cc87 window->SetBounds(gfx::Rect(0, 0, 100, 100));
H A Daura_test_helper.cc85 host()->SetBounds(gfx::Rect(host_size));
H A Dtest_windows.cc49 window->SetBounds(bounds);

Completed in 198 milliseconds

1234567891011>>