HomeSort by relevance Sort by last modified time
    Searched refs:forceBlackText (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/page/win/
FrameCairoWin.cpp 37 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText)
FrameCGWin.cpp 85 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText)
89 frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackText : 0));
  /external/webkit/WebKit/mac/WebView/
WebDocumentPrivate.h 56 - (NSImage *)selectionImageForcingBlackText:(BOOL)forceBlackText;
WebPDFView.mm 854 - (NSImage *)selectionImageForcingBlackText:(BOOL)forceBlackText
867 if (forceBlackText)
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/WebCore/page/wince/
FrameWince.cpp 116 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText)
121 frame->view()->setPaintRestriction(forceBlackText ? PaintRestrictionSelectionOnlyBlackText : PaintRestrictionSelectionOnly);
  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 48 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor();
InlineTextBox.cpp 408 ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow();
410 if (paintInfo.forceBlackText) {
440 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor();
448 ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow();
462 Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->textStrokeColor();
    [all...]
RenderLayerBacking.cpp     [all...]
RenderObject.h 490 , forceBlackText(newForceBlackText)
500 bool forceBlackText;
    [all...]
InlineFlowBox.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/page/
Frame.h 283 NSImage* selectionImage(bool forceBlackText = false) const;
  /external/webkit/WebCore/page/mac/
FrameMac.mm 349 NSImage* Frame::selectionImage(bool forceBlackText) const
351 m_view->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackText : 0));

Completed in 200 milliseconds