Home
last modified time | relevance | path

Searched refs:GetPendingUpdate (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_paint_aggregator.cc53 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty()); in TestSingleInvalidation()
54 ASSERT_TRUE(1U == greg.GetPendingUpdate().paint_rects.size()); in TestSingleInvalidation()
56 ASSERT_TRUE(rect == greg.GetPendingUpdate().paint_rects[0]); in TestSingleInvalidation()
73 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty()); in TestDoubleDisjointInvalidation()
74 ASSERT_TRUE(2U == greg.GetPendingUpdate().paint_rects.size()); in TestDoubleDisjointInvalidation()
76 ASSERT_TRUE(expected_bounds == greg.GetPendingUpdate().paint_bounds); in TestDoubleDisjointInvalidation()
92 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty()); in TestSingleScroll()
93 ASSERT_TRUE(2U == greg.GetPendingUpdate().paint_rects.size()); in TestSingleScroll()
95 ASSERT_TRUE(expected_bounds == greg.GetPendingUpdate().paint_bounds); in TestSingleScroll()
109 ASSERT_TRUE(1U == greg.GetPendingUpdate().paint_rects.size()); in TestDoubleOverlappingScroll()
[all …]
/external/chromium_org/sync/engine/
Dmodel_type_sync_proxy_impl_unittest.cc91 UpdateResponseData GetPendingUpdate(const std::string& tag) const;
257 UpdateResponseData ModelTypeSyncProxyImplTest::GetPendingUpdate( in GetPendingUpdate() function in syncer::ModelTypeSyncProxyImplTest
579 UpdateResponseData data1 = GetPendingUpdate("tag1"); in TEST_F()
587 UpdateResponseData data2 = GetPendingUpdate("tag1"); in TEST_F()
595 UpdateResponseData data3 = GetPendingUpdate("tag1"); in TEST_F()
Dentity_tracker.h95 UpdateResponseData GetPendingUpdate() const;
Dentity_tracker.cc226 UpdateResponseData EntityTracker::GetPendingUpdate() const { in GetPendingUpdate() function in syncer::EntityTracker
Dmodel_type_sync_worker_impl.cc407 const UpdateResponseData& saved_pending = it->second->GetPendingUpdate(); in OnCryptographerUpdated()
/external/chromium_org/ppapi/utility/graphics/
Dpaint_aggregator.h106 PaintUpdate GetPendingUpdate() const;
Dpaint_manager.cc125 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate(); in DoPaint()
Dpaint_aggregator.cc92 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() const { in GetPendingUpdate() function in pp::PaintAggregator
/external/chromium_org/pdf/
Dpaint_aggregator.h67 PaintUpdate GetPendingUpdate();
Dpaint_manager.cc200 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate(); in DoPaint()
Dpaint_aggregator.cc86 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() { in GetPendingUpdate() function in PaintAggregator