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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 41 Color correctedTextColor(Color textColor, Color backgroundColor);
InlineTextBox.cpp 323 Color correctedTextColor(Color textColor, Color backgroundColor)
569 textFillColor = correctedTextColor(textFillColor, Color::white);
575 textStrokeColor = correctedTextColor(textStrokeColor, Color::white);
581 emphasisMarkColor = correctedTextColor(emphasisMarkColor, Color::white);
    [all...]

Completed in 52 milliseconds