HomeSort by relevance Sort by last modified time
    Searched refs:set_bounds (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/ui/views/
html_dialog_view_browsertest.cc 144 gfx::Rect set_bounds = bounds; local
148 set_bounds.set_width(400);
149 set_bounds.set_height(300);
151 html_view->MoveContents(tab_contents, set_bounds);
154 EXPECT_EQ(set_bounds, actual_bounds);
160 EXPECT_GE(set_bounds.width(), rwhv_bounds.width());
161 EXPECT_GE(set_bounds.height(), rwhv_bounds.height());
164 set_bounds.set_width(550);
165 set_bounds.set_height(250);
167 html_view->MoveContents(tab_contents, set_bounds);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 120 gfx::Rect set_bounds = bounds; local
124 set_bounds.set_width(400);
125 set_bounds.set_height(300);
127 view->MoveContents(web_contents, set_bounds);
130 EXPECT_EQ(set_bounds, actual_bounds);
136 EXPECT_GE(set_bounds.width(), rwhv_bounds.width());
137 EXPECT_GE(set_bounds.height(), rwhv_bounds.height());
140 set_bounds.set_width(550);
141 set_bounds.set_height(250);
143 view->MoveContents(web_contents, set_bounds);
    [all...]
  /external/chromium_org/ui/views/corewm/
window_util.h 48 bool set_bounds) WARN_UNUSED_RESULT;
window_util.cc 98 ui::Layer* RecreateWindowLayers(aura::Window* window, bool set_bounds) {
112 old_layer->Add(RecreateWindowLayers(*it, set_bounds));
135 if (set_bounds)
  /external/chromium_org/v8/src/
typing.h 73 e->set_bounds(Bounds::Both(e->bounds(), b, isolate_));
76 e->set_bounds(Bounds::NarrowLower(e->bounds(), t, isolate_));
ast.h 361 void set_bounds(Bounds bounds) { bounds_ = bounds; } function in class:v8::internal::Expression
    [all...]
  /external/chromium_org/ui/gfx/
display.h 50 void set_bounds(const Rect& bounds) { bounds_ = bounds; } function in class:gfx::Display
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 473 void set_bounds(const gfx::Rect& bounds) { function in class:content::__anon10174::TestView
862 view_->set_bounds(gfx::Rect());
872 view_->set_bounds(original_size);
893 view_->set_bounds(second_size);
906 view_->set_bounds(third_size);
935 view_->set_bounds(gfx::Rect());
943 view_->set_bounds(gfx::Rect(0, 0, 0, 30));
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 537 bool set_bounds = false; local
545 set_bounds = true;
553 set_bounds = true;
561 set_bounds = true;
569 set_bounds = true;
571 if (set_bounds)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 756 bool set_bounds = false; local
765 set_bounds = true;
773 set_bounds = true;
781 set_bounds = true;
789 set_bounds = true;
792 if (set_bounds) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 1016 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function
1326 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function
    [all...]
  /external/skia/src/core/
SkPaint.cpp 1017 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function
1327 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 1699 static INLINE void set_bounds(VGfloat *bounds, function
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 1699 static INLINE void set_bounds(VGfloat *bounds, function
    [all...]
  /external/chromium_org/ash/display/
display_manager.cc 907 secondary_display->set_bounds(

Completed in 464 milliseconds