OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forceBlackText
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/page/win/
FrameCairoWin.cpp
37
HBITMAP imageFromSelection(Frame* frame, bool
forceBlackText
)
FrameCGWin.cpp
83
HBITMAP imageFromSelection(Frame* frame, bool
forceBlackText
)
87
frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (
forceBlackText
? PaintBehaviorForceBlackText : 0));
/external/webkit/Source/WebCore/rendering/
PaintInfo.h
58
,
forceBlackText
(newForceBlackText)
103
bool
forceBlackText
;
EllipsisBox.cpp
50
Color foreground = paintInfo.
forceBlackText
? Color::black : renderer()->selectionForegroundColor();
InlineTextBox.cpp
568
const ShadowData* textShadow = paintInfo.
forceBlackText
? 0 : styleToUse->textShadow();
570
if (paintInfo.
forceBlackText
) {
604
Color foreground = paintInfo.
forceBlackText
? Color::black : renderer()->selectionForegroundColor();
611
Color emphasisMarkForeground = paintInfo.
forceBlackText
? Color::black : renderer()->selectionEmphasisMarkColor();
619
const ShadowData* shadow = paintInfo.
forceBlackText
? 0 : pseudoStyle->textShadow();
633
Color stroke = paintInfo.
forceBlackText
? Color::black : pseudoStyle->visitedDependentColor(CSSPropertyWebkitTextStrokeColor);
[
all
...]
RenderLayerBacking.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
/external/webkit/Source/WebKit/mac/WebView/
WebDocumentPrivate.h
57
- (NSImage *)selectionImageForcingBlackText:(BOOL)
forceBlackText
;
WebPDFView.mm
877
- (NSImage *)selectionImageForcingBlackText:(BOOL)
forceBlackText
890
if (
forceBlackText
[
all
...]
WebHTMLView.mm
[
all
...]
/external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp
107
HBITMAP imageFromSelection(Frame* frame, bool
forceBlackText
)
112
frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (
forceBlackText
? PaintBehaviorForceBlackText : 0));
/external/webkit/Source/WebCore/page/mac/
FrameMac.mm
288
NSImage* Frame::selectionImage(bool
forceBlackText
) const
290
m_view->setPaintBehavior(PaintBehaviorSelectionOnly | (
forceBlackText
? PaintBehaviorForceBlackText : 0));
/external/webkit/Source/WebCore/page/
Frame.h
202
NSImage* selectionImage(bool
forceBlackText
= false) const;
Completed in 989 milliseconds