Searched refs:forceBlackText (Results 1 – 14 of 14) sorted by relevance
58 , forceBlackText(newForceBlackText) in context()103 bool forceBlackText; member
568 const ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow(); in paint()570 if (paintInfo.forceBlackText) { in paint()604 …Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor(… in paint()611 …Color emphasisMarkForeground = paintInfo.forceBlackText ? Color::black : renderer()->selectionEmph… in paint()619 const ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow(); in paint()633 …Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->visitedDependentColor(CSSPro… in paint()
50 …Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor(… in paint()
1160 bool forceBlackText = paintBehavior & PaintBehaviorForceBlackText; in paintIntoLayer() local1168 forceBlackText, paintingRootForRenderer, 0); in paintIntoLayer()
2670 bool forceBlackText = paintBehavior & PaintBehaviorForceBlackText; in scrollTo() local2718 forceBlackText, paintingRootForRenderer, 0); in scrollTo()
83 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) in imageFromSelection() argument87 …frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceB… in imageFromSelection()
37 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) in imageFromSelection() argument
107 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) in imageFromSelection() argument112 …frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceB… in imageFromSelection()
57 - (NSImage *)selectionImageForcingBlackText:(BOOL)forceBlackText;
877 - (NSImage *)selectionImageForcingBlackText:(BOOL)forceBlackText890 if (forceBlackText)
6225 - (NSImage *)selectionImageForcingBlackText:(BOOL)forceBlackText6229 return core([self _frame])->selectionImage(forceBlackText);
202 NSImage* selectionImage(bool forceBlackText = false) const;
288 NSImage* Frame::selectionImage(bool forceBlackText) const290 …m_view->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackTex…
18682 replaced forceWhiteText with forceBlackText