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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextLinkColors.cpp 100 return Color(value->getRGBA32Value());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 315 RGBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 396 return primitiveColor->getRGBA32Value();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 604 return primitiveValue->getRGBA32Value();
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]

Completed in 504 milliseconds