Searched defs:colorValue (Results 1 – 7 of 7) sorted by relevance
401 String colorValue = attributeSet.getAttributeValue("android", "textColor"); in applyTextColorAttribute() local426 String colorValue = attributeSet.getAttributeValue("android", "hintColor"); in applyHintColorAttribute() local
342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar); in execute() local
567 void WebAXObject::colorValue(int& r, int& g, int& b) const in colorValue() function in blink::WebAXObject
923 void AXNodeObject::colorValue(int& r, int& g, int& b) const in colorValue() function in blink::AXNodeObject
419 virtual void colorValue(int& r, int& g, int& b) const { r = 0; g = 0; b = 0; } in colorValue() function
389 static RGBA32 cssValueToRGBA(CSSValue* colorValue) in cssValueToRGBA()
613 void Internals::selectColorInColorChooser(Element* element, const String& colorValue) in selectColorInColorChooser()