OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:correctedTextColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h
42
Color
correctedTextColor
(Color textColor, Color backgroundColor);
InlineTextBox.cpp
327
Color
correctedTextColor
(Color textColor, Color backgroundColor)
564
textFillColor =
correctedTextColor
(textFillColor, Color::white);
570
textStrokeColor =
correctedTextColor
(textStrokeColor, Color::white);
576
emphasisMarkColor =
correctedTextColor
(emphasisMarkColor, Color::white);
[
all
...]
Completed in 329 milliseconds