/external/chromium/chrome/browser/ui/views/tabs/ |
tab_dragging_test.cc | 97 gfx::Rect bounds2; local 98 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)); 99 EXPECT_LT(0, bounds2.width()); 100 EXPECT_LT(0, bounds2.height()); 101 EXPECT_LT(bounds1.x(), bounds2.x()); 102 EXPECT_EQ(bounds2.y(), bounds1.y()); 108 EXPECT_LT(bounds2.x(), bounds3.x()); 109 EXPECT_EQ(bounds3.y(), bounds2.y()); 195 gfx::Rect bounds2; local 196 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)) 302 gfx::Rect bounds2; local 417 gfx::Rect bounds2; local [all...] |
/external/skia/tests/ |
PathOpsBoundsTest.cpp | 53 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local 54 SkASSERT(ValidBounds(bounds2)); 55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); 61 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local 62 SkASSERT(ValidBounds(bounds2)); 63 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
|
CanvasTest.cpp | 601 SkRect bounds1, bounds2; local 603 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2), 605 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2, [all...] |
PathTest.cpp | 3256 SkRect bounds, bounds2; local [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel_manager.cc | 59 gfx::Rect bounds2 = panel2->GetBounds(); local 62 if (bounds1.x() > bounds2.x()) 64 if (bounds1.x() < bounds2.x()) 68 return bounds1.y() < bounds2.y();
|
stacked_panel_browsertest.cc | 550 gfx::Rect bounds2 = panel2->GetBounds(); local 553 gfx::Vector2d drag_delta_to_stack(bounds2.x() - bounds1.x(), 554 bounds2.y() - bounds1.bottom()); 1433 gfx::Rect bounds2 = panel2->GetBounds(); local [all...] |
panel_drag_browsertest.cc | 118 gfx::Rect bounds2 = panel2->GetBounds(); local 120 bounds2.x() - bounds1.x(), 121 bounds2.bottom() - bounds1.y() + 130 gfx::Rect bounds2 = panel2->GetBounds(); local 138 gfx::Rect bounds2 = panel2->GetBounds(); local 143 bounds2.x() - bounds1.x(), 144 bounds2.y() - bottom - 153 gfx::Rect bounds2 = panel2->GetBounds(); local 162 gfx::Rect bounds2 = panel2->GetBounds(); local 164 bounds2.x() - bounds1.width() - bounds1.x() 174 gfx::Rect bounds2 = panel2->GetBounds(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 622 Rectangle bounds2 = bounds.get(1); local 624 assertEquals(new Rectangle(0, 40, 49, 19), bounds2); [all...] |