HomeSort by relevance Sort by last modified time
    Searched defs:expected_bounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/tests/
test_paint_aggregator.cc 70 pp::Rect expected_bounds = r1.Union(r2); local
76 ASSERT_TRUE(expected_bounds == greg.GetPendingUpdate().paint_bounds);
89 pp::Rect expected_bounds = r1.Union(r2); local
95 ASSERT_TRUE(expected_bounds == greg.GetPendingUpdate().paint_bounds);
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc 26 const std::string expected_bounds; member in struct:__anon9889::CommonTestData
48 PrepareChildViewsFromString(data.expected_bounds);
53 PrepareChildViewsFromString(data.expected_bounds);
172 EXPECT_EQ(test_data[i].expected_bounds, BoundsString()) << " at " << i;
258 EXPECT_EQ(test_data[i].common_data.expected_bounds, BoundsString()) <<
280 SetBoundsFromString(test_data[i].expected_bounds);
283 // |start_bound|, not |expected_bounds|.
342 EXPECT_EQ(test_data[i].common_data.expected_bounds, BoundsString()) <<
394 EXPECT_EQ(test_data[i].common_data.expected_bounds, BoundsString()) <<
426 EXPECT_EQ(test_data[i].common_data.expected_bounds, BoundsString()) <
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 437 gfx::Rect expected_bounds = wm::GetDefaultLeftSnappedWindowBoundsInParent( local
439 EXPECT_EQ(expected_bounds.ToString(), window->bounds().ToString());
443 gfx::Rect expected_bounds = wm::GetDefaultRightSnappedWindowBoundsInParent( local
445 EXPECT_EQ(expected_bounds.ToString(), window->bounds().ToString());
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_browsertest.cc 132 std::vector<gfx::Rect> expected_bounds = test_begin_bounds; local
145 EXPECT_EQ(expected_bounds, GetAllPanelBounds());
150 EXPECT_EQ(expected_bounds, GetAllPanelBounds());
157 expected_bounds[index].set_height(panel::kMinimizedPanelHeight);
158 expected_bounds[index].set_y(
162 EXPECT_EQ(expected_bounds, GetAllPanelBounds());
170 std::vector<gfx::Rect> minimized_bounds = expected_bounds;
235 expected_bounds[index].set_height(
237 expected_bounds[index].set_y(test_begin_bounds[index].y());
239 EXPECT_EQ(expected_bounds, GetAllPanelBounds())
    [all...]

Completed in 665 milliseconds