HomeSort by relevance Sort by last modified time
    Searched refs:set_bounds (Results 1 - 3 of 3) 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/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/skia/src/core/
SkPaint.cpp 762 static void set_bounds(const SkGlyph& g, SkRect* bounds) {
832 set_bounds(*g, bounds);
1046 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) {
    [all...]

Completed in 84 milliseconds