update 55 Source/core/animation/AnimationPlayer.h bool update(UpdateReason); update 83 Source/core/animation/AnimationPlayerTest.cpp return player->update(AnimationPlayer::UpdateOnDemand); update 660 Source/core/animation/AnimationPlayerTest.cpp player->update(AnimationPlayer::UpdateOnDemand); update 664 Source/core/animation/AnimationPlayerTest.cpp player->update(AnimationPlayer::UpdateOnDemand); update 668 Source/core/animation/AnimationPlayerTest.cpp player->update(AnimationPlayer::UpdateOnDemand); update 673 Source/core/animation/AnimationPlayerTest.cpp player->update(AnimationPlayer::UpdateOnDemand); update 677 Source/core/animation/AnimationPlayerTest.cpp player->update(AnimationPlayer::UpdateOnDemand); update 34 Source/core/animation/AnimationStackTest.cpp player->update(AnimationPlayer::UpdateOnDemand); update 110 Source/core/animation/DocumentTimeline.cpp if (player->update(reason)) update 184 Source/core/animation/TimedItem.cpp m_player->update(AnimationPlayer::UpdateOnDemand); update 290 Source/core/animation/css/CSSAnimations.cpp OwnPtrWillBeRawPtr<CSSAnimationUpdate> update = adoptPtrWillBeNoop(new CSSAnimationUpdate()); update 291 Source/core/animation/css/CSSAnimations.cpp calculateAnimationUpdate(update.get(), element, parentElement, style, parentStyle, resolver); update 292 Source/core/animation/css/CSSAnimations.cpp calculateAnimationActiveInterpolations(update.get(), element, parentElement.document().timeline().currentTime()); update 293 Source/core/animation/css/CSSAnimations.cpp calculateTransitionUpdate(update.get(), element, style); update 294 Source/core/animation/css/CSSAnimations.cpp calculateTransitionActiveInterpolations(update.get(), element, parentElement.document().transitionTimeline().currentTime()); update 295 Source/core/animation/css/CSSAnimations.cpp return update->isEmpty() ? nullptr : update.release(); update 298 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateAnimationUpdate(CSSAnimationUpdate* update, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver) update 335 Source/core/animation/css/CSSAnimations.cpp update->toggleAnimationPaused(animationName); update 348 Source/core/animation/css/CSSAnimations.cpp update->startAnimation(animationName, InertAnimation::create(AnimatableValueKeyframeEffectModel::create(resolvedKeyframes), timing, isPaused)); update 356 Source/core/animation/css/CSSAnimations.cpp update->cancelAnimation(*iter, *cssAnimations->m_animations.get(*iter)); update 367 Source/core/animation/css/CSSAnimations.cpp OwnPtrWillBeRawPtr<CSSAnimationUpdate> update = m_pendingUpdate.release(); update 369 Source/core/animation/css/CSSAnimations.cpp m_previousActiveInterpolationsForAnimations.swap(update->activeInterpolationsForAnimations()); update 376 Source/core/animation/css/CSSAnimations.cpp for (Vector<AtomicString>::const_iterator iter = update->cancelledAnimationNames().begin(); iter != update->cancelledAnimationNames().end(); ++iter) { update 380 Source/core/animation/css/CSSAnimations.cpp for (Vector<AtomicString>::const_iterator iter = update->animationsWithPauseToggled().begin(); iter != update->animationsWithPauseToggled().end(); ++iter) { update 388 Source/core/animation/css/CSSAnimations.cpp for (Vector<CSSAnimationUpdate::NewAnimation>::const_iterator iter = update->newAnimations().begin(); iter != update->newAnimations().end(); ++iter) { update 396 Source/core/animation/css/CSSAnimations.cpp player->update(AnimationPlayer::UpdateOnDemand); update 407 Source/core/animation/css/CSSAnimations.cpp for (HashSet<CSSPropertyID>::iterator iter = update->cancelledTransitions().begin(); iter != update->cancelledTransitions().end(); ++iter) { update 411 Source/core/animation/css/CSSAnimations.cpp if (activeAnimations && activeAnimations->hasActiveAnimationsOnCompositor(id) && update->newTransitions().find(id) != update->newTransitions().end()) update 416 Source/core/animation/css/CSSAnimations.cpp for (CSSAnimationUpdate::NewTransitionMap::const_iterator iter = update->newTransitions().begin(); iter != update->newTransitions().end(); ++iter) { update 448 Source/core/animation/css/CSSAnimations.cpp player->update(AnimationPlayer::UpdateOnDemand); update 457 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionUpdateForProperty(CSSPropertyID id, const CSSAnimationData* anim, const RenderStyle& oldStyle, const RenderStyle& style, const TransitionMap* activeTransitions, CSSAnimationUpdate* update, const Element* element) update 467 Source/core/animation/css/CSSAnimations.cpp update->cancelTransition(id); update 509 Source/core/animation/css/CSSAnimations.cpp update->startTransition(id, eventId, from.get(), to.get(), InertAnimation::create(effect, timing, isPaused)); update 513 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionUpdate(CSSAnimationUpdate* update, const Element* element, const RenderStyle& style) update 560 Source/core/animation/css/CSSAnimations.cpp if (!update->activeInterpolationsForAnimations().contains(id) update 562 Source/core/animation/css/CSSAnimations.cpp calculateTransitionUpdateForProperty(id, anim, oldStyle, style, activeTransitions, update, element); update 574 Source/core/animation/css/CSSAnimations.cpp update->cancelTransition(id); update 593 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateAnimationActiveInterpolations(CSSAnimationUpdate* update, const Element* element, double timelineCurrentTime) update 598 Source/core/animation/css/CSSAnimations.cpp if (update->newAnimations().isEmpty() && update->cancelledAnimationAnimationPlayers().isEmpty()) { update 600 Source/core/animation/css/CSSAnimations.cpp update->adoptActiveInterpolationsForAnimations(activeInterpolationsForAnimations); update 605 Source/core/animation/css/CSSAnimations.cpp for (size_t i = 0; i < update->newAnimations().size(); ++i) { update 606 Source/core/animation/css/CSSAnimations.cpp newAnimations.append(update->newAnimations()[i].animation.get()); update 608 Source/core/animation/css/CSSAnimations.cpp WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolationsForAnimations(AnimationStack::activeInterpolations(animationStack, &newAnimations, &update->cancelledAnimationAnimationPlayers(), Animation::DefaultPriority, timelineCurrentTime)); update 609 Source/core/animation/css/CSSAnimations.cpp update->adoptActiveInterpolationsForAnimations(activeInterpolationsForAnimations); update 612 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionActiveInterpolations(CSSAnimationUpdate* update, const Element* element, double timelineCurrentTime) update 618 Source/core/animation/css/CSSAnimations.cpp if (update->newTransitions().isEmpty() && update->cancelledTransitions().isEmpty()) { update 622 Source/core/animation/css/CSSAnimations.cpp for (CSSAnimationUpdate::NewTransitionMap::const_iterator iter = update->newTransitions().begin(); iter != update->newTransitions().end(); ++iter) update 626 Source/core/animation/css/CSSAnimations.cpp if (!update->cancelledTransitions().isEmpty()) { update 629 Source/core/animation/css/CSSAnimations.cpp for (HashSet<CSSPropertyID>::iterator iter = update->cancelledTransitions().begin(); iter != update->cancelledTransitions().end(); ++iter) { update 639 Source/core/animation/css/CSSAnimations.cpp if (!update->activeInterpolationsForAnimations().isEmpty() && !activeInterpolationsForTransitions.isEmpty()) { update 640 Source/core/animation/css/CSSAnimations.cpp for (WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >::const_iterator iter = update->activeInterpolationsForAnimations().begin(); iter != update->activeInterpolationsForAnimations().end(); ++iter) update 643 Source/core/animation/css/CSSAnimations.cpp update->adoptActiveInterpolationsForTransitions(activeInterpolationsForTransitions); update 167 Source/core/animation/css/CSSAnimations.h void setPendingUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) { m_pendingUpdate = update; } update 64 Source/core/animation/css/CSSPendingAnimations.cpp m_pending[i]->update(AnimationPlayer::UpdateOnDemand); update 88 Source/core/animation/css/CSSPendingAnimations.cpp player->update(AnimationPlayer::UpdateOnDemand); update 511 Source/core/css/FontFaceSet.cpp style->font().update(style->font().fontSelector()); update 526 Source/core/css/FontFaceSet.cpp font.update(document()->styleEngine()->fontSelector()); update 653 Source/core/css/resolver/FontBuilder.cpp style->font().update(fontSelector); update 675 Source/core/css/resolver/FontBuilder.cpp documentStyle->font().update(fontSelector); update 234 Source/core/css/resolver/StyleResolver.cpp document().renderer()->style()->font().update(document().styleEngine()->fontSelector()); update 639 Source/core/css/resolver/StyleResolver.cpp s_styleNotYetAvailable->font().update(document().styleEngine()->fontSelector()); update 993 Source/core/css/resolver/StyleResolver.cpp state.style()->font().update(document().styleEngine()->fontSelector()); update 59 Source/core/css/resolver/StyleResolverState.cpp void StyleResolverState::setAnimationUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) update 61 Source/core/css/resolver/StyleResolverState.cpp m_animationUpdate = update; update 114 Source/core/fetch/MemoryCache.cpp update(resource, 0, resource->size(), true); update 316 Source/core/fetch/MemoryCache.cpp update(resource, resource->size(), 0, false); update 158 Source/core/fetch/MemoryCache.h void update(Resource*, size_t oldSize, size_t newSize, bool wasAccessed = false); update 159 Source/core/fetch/MemoryCache.h void updateForAccess(Resource* resource) { update(resource, resource->size(), resource->size(), true); } update 575 Source/core/fetch/Resource.cpp memoryCache()->update(this, oldSize, size()); update 586 Source/core/fetch/Resource.cpp memoryCache()->update(this, oldSize, size()); update 643 Source/core/fetch/ResourceFetcher.cpp m_deadStatsRecorder.update(policy); update 221 Source/core/fetch/ResourceFetcher.h void update(RevalidationPolicy); update 1459 Source/core/frame/DOMWindow.cpp FloatRect update(fr.location(), dest); update 1460 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, update)); update 1474 Source/core/frame/DOMWindow.cpp FloatRect update(fr.location(), dest); update 1475 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, update)); update 335 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_font.update(fontSelector); update 2051 Source/core/html/canvas/CanvasRenderingContext2D.cpp newStyle->font().update(newStyle->font().fontSelector()); update 2071 Source/core/html/canvas/CanvasRenderingContext2D.cpp modifiableState().m_font.update(canvas()->document().styleEngine()->fontSelector()); update 130 Source/core/html/canvas/WebGLTexture.cpp update(); update 151 Source/core/html/canvas/WebGLTexture.cpp update(); update 113 Source/core/html/canvas/WebGLTexture.h void update(); update 343 Source/core/inspector/InspectorOverlay.cpp update(); update 349 Source/core/inspector/InspectorOverlay.cpp update(); update 355 Source/core/inspector/InspectorOverlay.cpp update(); update 363 Source/core/inspector/InspectorOverlay.cpp update(); update 371 Source/core/inspector/InspectorOverlay.cpp update(); update 378 Source/core/inspector/InspectorOverlay.cpp update(); update 385 Source/core/inspector/InspectorOverlay.cpp update(); update 448 Source/core/inspector/InspectorOverlay.cpp update(); update 666 Source/core/inspector/InspectorOverlay.cpp update(); update 117 Source/core/inspector/InspectorOverlay.h void update(); update 1037 Source/core/inspector/InspectorPageAgent.cpp m_overlay->update(); update 1043 Source/core/inspector/InspectorPageAgent.cpp m_overlay->update(); update 1058 Source/core/inspector/InspectorPageAgent.cpp m_overlay->update(); update 73 Source/core/loader/appcache/ApplicationCache.cpp if (!cacheHost || !cacheHost->update()) update 56 Source/core/loader/appcache/ApplicationCache.h void update(ExceptionState&); update 123 Source/core/loader/appcache/ApplicationCacheHost.h bool update(); update 2825 Source/core/rendering/RenderBlock.cpp update(); update 2832 Source/core/rendering/RenderBlock.cpp update(); update 118 Source/core/rendering/RenderCombineText.cpp compressedFont.update(fontSelector); update 135 Source/core/rendering/RenderCombineText.cpp style()->font().update(fontSelector); update 175 Source/core/rendering/RenderEmbeddedObject.cpp font.update(nullptr); update 70 Source/core/rendering/RenderFlowThread.cpp newStyle->font().update(nullptr); update 93 Source/core/rendering/RenderFullScreen.cpp fullscreenStyle->font().update(nullptr); update 139 Source/core/rendering/RenderListBox.cpp itemFont.update(document().styleEngine()->fontSelector()); update 448 Source/core/rendering/RenderListBox.cpp itemFont.update(document().styleEngine()->fontSelector()); update 191 Source/core/rendering/RenderTheme.cpp style->font().update(nullptr); update 153 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp update(*child, updateType); update 49 Source/core/rendering/compositing/GraphicsLayerUpdater.h void update(RenderLayer&, UpdateType); update 523 Source/core/rendering/compositing/RenderLayerCompositor.cpp GraphicsLayerUpdater().update(*updateRoot, graphicsLayerUpdateType); update 787 Source/core/rendering/compositing/RenderLayerCompositor.cpp CompositingStateTransitionType update = NoCompositingStateChange; update 790 Source/core/rendering/compositing/RenderLayerCompositor.cpp update = AllocateOwnCompositedLayerMapping; update 794 Source/core/rendering/compositing/RenderLayerCompositor.cpp update = RemoveOwnCompositedLayerMapping; update 800 Source/core/rendering/compositing/RenderLayerCompositor.cpp update = PutInSquashingLayer; update 802 Source/core/rendering/compositing/RenderLayerCompositor.cpp update = RemoveFromSquashingLayer; update 806 Source/core/rendering/compositing/RenderLayerCompositor.cpp return update; update 1237 Source/core/rendering/style/RenderStyle.cpp font().update(currentFontSelector); update 1246 Source/core/rendering/style/RenderStyle.cpp font().update(currentFontSelector); update 1272 Source/core/rendering/style/RenderStyle.cpp font().update(currentFontSelector); update 1281 Source/core/rendering/style/RenderStyle.cpp font().update(currentFontSelector); update 238 Source/core/rendering/svg/RenderSVGInlineText.cpp scaledFont.update(document.styleEngine()->fontSelector()); update 66 Source/core/timing/MemoryInfo.cpp update(); update 164 Source/modules/encryptedmedia/MediaKeySession.cpp m_session->update(pendingAction->data->data(), pendingAction->data->length()); update 81 Source/modules/encryptedmedia/MediaKeySession.h void update(Uint8Array* response, ExceptionState&); update 68 Source/modules/indexeddb/IDBCursor.h PassRefPtr<IDBRequest> update(ScriptState*, ScriptValue&, ExceptionState&); update 548 Source/modules/mediasource/SourceBuffer.cpp scheduleEvent(EventTypeNames::update); update 573 Source/modules/mediasource/SourceBuffer.cpp scheduleEvent(EventTypeNames::update); update 670 Source/modules/mediasource/SourceBuffer.cpp scheduleEvent(EventTypeNames::update); update 116 Source/platform/DragImage.cpp result.update(nullptr); update 92 Source/platform/fonts/Font.h void update(PassRefPtr<FontSelector>) const; update 60 Source/web/PageOverlay.h void update(); update 91 Source/web/PageOverlayList.cpp update(); update 93 Source/web/PageOverlayList.cpp pageOverlay->update(); update 112 Source/web/PageOverlayList.cpp m_pageOverlays[i]->update(); update 59 Source/web/PageOverlayList.h void update(); update 475 Source/web/PopupListBox.cpp font.update(nullptr); update 57 Source/web/WebFontImpl.cpp m_font.update(nullptr); update 3206 Source/web/WebViewImpl.cpp m_pageOverlays->update(); update 3741 Source/web/WebViewImpl.cpp m_pageOverlays->update(); update 3768 Source/web/WebViewImpl.cpp m_pageOverlays->update(); update 3844 Source/web/WebViewImpl.cpp m_pageOverlays->update(); update 177 Source/web/painting/PaintAggregator.cpp void PaintAggregator::popPendingUpdate(PendingUpdate* update) update 193 Source/web/painting/PaintAggregator.cpp *update = m_update; update 55 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 56 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 58 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 59 Source/web/tests/PaintAggregatorTest.cpp ASSERT_EQ(1U, update.paintRects.size()); update 61 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(rect, update.paintRects[0]); update 77 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 78 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 80 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 81 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(2U, update.paintRects.size()); update 83 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedBounds, update.calculatePaintBounds()); update 102 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 103 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 105 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 106 Source/web/tests/PaintAggregatorTest.cpp ASSERT_EQ(1U, update.paintRects.size()); update 108 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedBounds, update.paintRects[0]); update 120 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 121 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 123 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.paintRects.isEmpty()); update 124 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 126 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(rect, update.scrollRect); update 128 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(delta.x(), update.scrollDelta.x()); update 129 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(delta.y(), update.scrollDelta.y()); update 131 Source/web/tests/PaintAggregatorTest.cpp IntRect resultingDamage = update.calculateScrollDamage(); update 147 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 148 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 150 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.paintRects.isEmpty()); update 151 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 153 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(rect, update.scrollRect); update 157 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedDelta.x(), update.scrollDelta.x()); update 158 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedDelta.y(), update.scrollDelta.y()); update 160 Source/web/tests/PaintAggregatorTest.cpp IntRect resultingDamage = update.calculateScrollDamage(); update 193 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 194 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 196 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 197 Source/web/tests/PaintAggregatorTest.cpp ASSERT_EQ(1U, update.paintRects.size()); update 199 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(rect, update.paintRects[0]); update 213 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 214 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 217 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 218 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 220 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 221 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(paintRect, update.paintRects[0]); update 235 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 236 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 239 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 240 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 244 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 245 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(paintRect, update.paintRects[0]); update 264 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 265 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 268 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 269 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 271 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 272 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedPaintRect, update.paintRects[0]); update 286 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 287 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 289 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 290 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 292 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.paintRects[0]); update 306 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 307 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 309 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 310 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 312 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.paintRects[0]); update 328 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 329 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 331 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 332 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 334 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedPaintRect, update.paintRects[0]); update 350 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 351 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 353 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); update 354 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 356 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedPaintRect, update.paintRects[0]); update 370 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 371 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 373 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 374 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 376 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(paintRect, update.paintRects[0]); update 377 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 391 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 392 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 394 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 395 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 397 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(paintRect, update.paintRects[0]); update 398 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 415 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 416 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 418 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 419 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 421 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedPaintRect, update.paintRects[0]); update 422 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 436 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 437 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 439 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 440 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.paintRects.isEmpty()); update 442 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 459 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 460 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 462 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 463 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(1U, update.paintRects.size()); update 465 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 466 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedScrollDamage, update.calculateScrollDamage()); update 467 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedPaintRect, update.paintRects[0]); update 483 Source/web/tests/PaintAggregatorTest.cpp PaintAggregator::PendingUpdate update; update 484 Source/web/tests/PaintAggregatorTest.cpp greg.popPendingUpdate(&update); update 486 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); update 487 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.paintRects.isEmpty()); update 489 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); update 490 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(expectedScrollDamage, update.calculateScrollDamage()); update 106 Source/web/tests/PopupMenuTest.cpp font.update(nullptr); update 63 public/platform/WebContentDecryptionModuleSession.h virtual void update(const unsigned char* response, size_t responseLength) = 0;