OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRGBA32Value
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/css/
CSSPrimitiveValue.h
176
RGBA32
getRGBA32Value
() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
CSSParser.cpp
496
color = primitiveValue->
getRGBA32Value
();
[
all
...]
CSSStyleSelector.cpp
[
all
...]
/external/webkit/Source/WebCore/editing/
EditingStyle.cpp
712
&& !alphaChannel(static_cast<CSSPrimitiveValue*>(backgroundColor.get())->
getRGBA32Value
())) {
[
all
...]
Editor.cpp
930
return !alphaChannel(value->
getRGBA32Value
());
[
all
...]
Completed in 45 milliseconds