Searched refs:setPaintBehavior (Results 1 – 13 of 13) sorted by relevance
56 frame->view()->setPaintBehavior(oldPaintBehavior | PaintBehaviorFlattenCompositingLayers); in imageFromRect()78 frame->view()->setPaintBehavior(oldPaintBehavior); in imageFromRect()87 …frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceB… in imageFromSelection()92 frame->view()->setPaintBehavior(PaintBehaviorNormal); in imageFromSelection()
53 frame->view()->setPaintBehavior(paintBehavior); in ~ScopedState()75 m_view->setPaintBehavior(state.paintBehavior | PaintBehaviorFlattenCompositingLayers); in nodeImage()102 m_view->setPaintBehavior(PaintBehaviorSelectionOnly); in dragImageForSelection()
58 m_view->setPaintBehavior(PaintBehaviorSelectionOnly); in dragImageForSelection()60 m_view->setPaintBehavior(previousPaintBehavior); in dragImageForSelection()
112 …frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceB… in imageFromSelection()146 frame->view()->setPaintBehavior(PaintBehaviorNormal); in imageFromSelection()
259 m_view->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers);279 m_view->setPaintBehavior(oldBehavior);284 m_view->setPaintBehavior(oldBehavior);290 …m_view->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackTex…293 m_view->setPaintBehavior(PaintBehaviorNormal);
190 …selectedFrame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | PaintBehaviorForceBlackText |… in updateFindIndicator()194 selectedFrame->view()->setPaintBehavior(PaintBehaviorNormal); in updateFindIndicator()
796 frameView->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers); in snapshotInViewCoordinates()806 frameView->setPaintBehavior(oldBehavior); in snapshotInViewCoordinates()820 frameView->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers); in scaledSnapshotInDocumentCoordinates()838 frameView->setPaintBehavior(oldBehavior); in scaledSnapshotInDocumentCoordinates()
214 void setPaintBehavior(PaintBehavior);
2449 void FrameView::setPaintBehavior(PaintBehavior behavior) in setPaintBehavior() function in WebCore::FrameView
578 view->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers);587 view->setPaintBehavior(oldBehavior);
3128 … m_frame->view()->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers); in countMatchesForText()3130 m_frame->view()->setPaintBehavior(oldBehavior); in countMatchesForText()
46000 …ebCore.base.exp: Export FrameView's isSoftwareRenderable(), paintBehavior() and setPaintBehavior().
28661 (WebCore::FrameView::setPaintBehavior):