OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_paint_rect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/
paint_aggregator_unittest.cc
217
gfx::Rect
expected_paint_rect
= paint_rect2;
local
228
EXPECT_EQ(
expected_paint_rect
, update.paint_rects[0]);
278
gfx::Rect
expected_paint_rect
= gfx::UnionRects(scroll_rect, paint_rect);
local
287
EXPECT_EQ(
expected_paint_rect
, update.paint_rects[0]);
299
gfx::Rect
expected_paint_rect
= gfx::UnionRects(scroll_rect, paint_rect);
local
308
EXPECT_EQ(
expected_paint_rect
, update.paint_rects[0]);
361
gfx::Rect
expected_paint_rect
(6, 4, 4, 6);
370
EXPECT_EQ(
expected_paint_rect
, update.paint_rects[0]);
403
gfx::Rect
expected_paint_rect
(4, 0, 2, 10);
414
EXPECT_EQ(
expected_paint_rect
, update.paint_rects[0])
[
all
...]
/external/chromium_org/ppapi/tests/
test_paint_aggregator.cc
215
pp::Rect
expected_paint_rect
= paint_rect2;
local
224
ASSERT_TRUE(
expected_paint_rect
== greg.GetPendingUpdate().paint_rects[0]);
273
pp::Rect
expected_paint_rect
= scroll_rect.Union(paint_rect);
local
280
ASSERT_TRUE(
expected_paint_rect
== greg.GetPendingUpdate().paint_rects[0]);
293
pp::Rect
expected_paint_rect
= scroll_rect.Union(paint_rect);
local
300
ASSERT_TRUE(
expected_paint_rect
== greg.GetPendingUpdate().paint_rects[0]);
352
pp::Rect
expected_paint_rect
(6, 4, 4, 6);
359
ASSERT_TRUE(
expected_paint_rect
== greg.GetPendingUpdate().paint_rects[0]);
393
pp::Rect
expected_paint_rect
(4, 0, 2, 10);
402
ASSERT_TRUE(
expected_paint_rect
== greg.GetPendingUpdate().paint_rects[0])
[
all
...]
Completed in 1129 milliseconds