Searched refs:parseValue (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLIElement.h44 void parseValue(const AtomicString&);
H A DHTMLLIElement.cpp82 parseValue(value);
112 parseValue(fastGetAttribute(valueAttr));
116 inline void HTMLLIElement::parseValue(const AtomicString& value) function in class:WebCore::HTMLLIElement
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DDOMWindowCSS.cpp68 // CSSParser::parseValue() won't work correctly if !important is present,
78 return CSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, CSSStrictMode, 0);
H A DCSSMatrix.cpp62 if (CSSParser::parseValue(styleDeclaration.get(), CSSPropertyWebkitTransform, string, true, CSSStrictMode, 0)) {
H A DCSSParser.h104 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*);
120 bool parseValue(CSSPropertyID, bool important);
126 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, Document*);
558 bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
H A DCSSCalculationValue.cpp603 bool parseValue(CSSParserValueList* tokens, unsigned* index, Value* result) function in class:WebCore::CSSCalcExpressionNodeParser
636 return parseValue(tokens, index, result);
H A DFontLoader.cpp318 CSSParser::parseValue(parsedStyle.get(), CSSPropertyFont, fontString, true, CSSStrictMode, 0);
H A DSVGCSSParser.cpp278 if (!parseValue(CSSPropertyMarkerStart, important))
291 // in either this switch statement or the one in CSSParser::parseValue
H A DCSSParser-in.cpp1143 if (!parseValue(dummyStyle.get(), CSSPropertyFontFamily, string, false, CSSQuirksMode, 0))
1153 bool CSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, Document* document) function in class:WebCore::CSSParser
1167 return parser.parseValue(declaration, propertyID, string, important, static_cast<StyleSheetContents*>(0));
1170 bool CSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet) function in class:WebCore::CSSParser
1190 return parser.parseValue(declaration, propertyID, string, important, contextStyleSheet);
1193 bool CSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet) function in class:WebCore::CSSParser
1665 bool CSSParser::parseValue(CSSPropertyID propId, bool important) function in class:WebCore::CSSParser
1761 if (num != 1 || !parseValue(CSSPropertyOverflowY, important))
1794 if (!parseValue(CSSPropertyWebkitBorderHorizontalSpacing, important))
1802 if (!parseValue(CSSPropertyWebkitBorderHorizontalSpacin
[all...]
H A DStylePropertySet.cpp240 return CSSParser::parseValue(this, propertyID, value, important, cssParserMode(), contextStyleSheet);
H A DCSSGrammar.y.in366 if (!parser->parseValue(parser->m_id, parser->m_important))
804 $$ = parser->parseValue(id, $8);
1584 $$ = parser->parseValue($1, $6);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAngle.cpp138 static bool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType) function in namespace:WebCore
163 bool success = value.is8Bit() ? parseValue<LChar>(value, valueInSpecifiedUnits, unitType)
164 : parseValue<UChar>(value, valueInSpecifiedUnits, unitType);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c300 static GLboolean parseValue (driOptionValue *v, driOptionType type, function
366 if (!parseValue (&ranges[i].start, info->type, range) ||
367 !parseValue (&ranges[i].end, info->type, sep+1))
376 if (!parseValue (&ranges[i].start, info->type, range))
524 if (!parseValue (&v, data->cache->info[opt].type, value))
591 if (!parseValue (&cache->values[opt], cache->info[opt].type, defaultVal))
780 if (!parseValue (&screenNum, DRI_INT, screen))
820 else if (!parseValue (&cache->values[opt], cache->info[opt].type, value))
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c300 static GLboolean parseValue (driOptionValue *v, driOptionType type, function
366 if (!parseValue (&ranges[i].start, info->type, range) ||
367 !parseValue (&ranges[i].end, info->type, sep+1))
376 if (!parseValue (&ranges[i].start, info->type, range))
524 if (!parseValue (&v, data->cache->info[opt].type, value))
591 if (!parseValue (&cache->values[opt], cache->info[opt].type, defaultVal))
780 if (!parseValue (&screenNum, DRI_INT, screen))
820 else if (!parseValue (&cache->values[opt], cache->info[opt].type, value))
/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java406 v = parseValue(type, val);
422 public static Object parseValue(String type, String val) throws ApiParseException { method in class:ApiFile
H A DXmlApiFile.java184 value = ApiFile.parseValue(typeName, attributes.getValue("value"));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp1204 if (!CSSParser::parseValue(resultSet.get(), id, expression.second, false, state.document()))
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2063 CSSParser::parseValue(parsedStyle.get(), CSSPropertyFont, newFont, true, strictToCSSParserMode(!m_usesCSSCompatibilityParseMode), 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 605 milliseconds