Searched refs:PaintBehaviorSelectionOnly (Results 1 – 12 of 12) sorted by relevance
61 PaintBehaviorSelectionOnly = 1 << 0, enumerator
1161 bool selectionOnly = paintBehavior & PaintBehaviorSelectionOnly; in paintIntoLayer()
1462 || (frame()->view()->paintBehavior() & PaintBehaviorSelectionOnly)) in selectionColor()
2671 bool selectionOnly = paintBehavior & PaintBehaviorSelectionOnly; in scrollTo()
58 m_view->setPaintBehavior(PaintBehaviorSelectionOnly); in dragImageForSelection()
102 m_view->setPaintBehavior(PaintBehaviorSelectionOnly); in dragImageForSelection()
87 …frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceB… in imageFromSelection()
112 …frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceB… in imageFromSelection()
190 …selectedFrame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | PaintBehaviorForceBlackText |… in updateFindIndicator()
290 …m_view->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackTex…
2369 else if (m_paintBehavior & PaintBehaviorSelectionOnly) in paintContents()
28656 PaintBehaviorSelectionOnly and PaintBehaviorForceBlackText are now separate flags.