Searched defs:colorValue (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DColorSuggestion.h43 ColorSuggestion(const Color& colorValue, const String& label) argument
44 : color(colorValue)
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar); local
348 tcu::Vec4 c = tcu::Vec4(colorValue.component(0).asFloat(cNdx),
349 colorValue.component(1).asFloat(cNdx),
350 colorValue.component(2).asFloat(cNdx),
351 colorValue.component(3).asFloat(cNdx));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp567 void WebAXObject::colorValue(int& r, int& g, int& b) const function in class:blink::WebAXObject
572 m_private->colorValue(r, g, b);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.cpp923 void AXNodeObject::colorValue(int& r, int& g, int& b) const function in class:blink::AXNodeObject
H A DAXObject.h419 virtual void colorValue(int& r, int& g, int& b) const { r = 0; g = 0; b = 0; } function in class:blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp389 static RGBA32 cssValueToRGBA(CSSValue* colorValue) argument
391 if (!colorValue || !colorValue->isPrimitiveValue())
394 CSSPrimitiveValue* primitiveColor = toCSSPrimitiveValue(colorValue);
400 CSSParser::parseColor(rgba, colorValue->cssText());
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp613 void Internals::selectColorInColorChooser(Element* element, const String& colorValue) argument
619 if (!color.setFromString(colorValue))
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 229 milliseconds