/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSPropertyParser.cpp | 133 void CSSPropertyParser::addPropertyWithPrefixingVariant(CSSPropertyID propId, PassRefPtrWillBeRawPt… in addPropertyWithPrefixingVariant() argument 136 addProperty(propId, value, important, implicit); in addPropertyWithPrefixingVariant() 138 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propId); in addPropertyWithPrefixingVariant() 139 if (prefixingVariant == propId) in addPropertyWithPrefixingVariant() 152 void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, b… in addProperty() argument 159 getMatchingShorthandsForLonghand(propId, &shorthands); in addProperty() 173 …m_parsedProperties.append(CSSProperty(propId, value, important, setFromShorthand, shorthandIndex, … in addProperty() 414 void CSSPropertyParser::addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CS… in addExpandedPropertyForValue() argument 416 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); in addExpandedPropertyForValue() 419 addPropertyWithPrefixingVariant(propId, prpValue, important); in addExpandedPropertyForValue() [all …]
|
D | CSSPropertyParser.h | 79 bool parseViewportProperty(CSSPropertyID propId, bool important); 80 …bool parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool … 87 void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue>, bool); 116 …bool parseFillProperty(CSSPropertyID propId, CSSPropertyID& propId1, CSSPropertyID& propId2, RefPt… 164 PassRefPtrWillBeRawPtr<CSSValue> parseShapeProperty(CSSPropertyID propId); 192 bool parseSVGValue(CSSPropertyID propId, bool important); 243 bool parseTextDecoration(CSSPropertyID propId, bool important); 275 bool parsePage(CSSPropertyID propId, bool important); 276 bool parseSize(CSSPropertyID propId, bool important); 304 ShorthandScope(CSSPropertyParser* parser, CSSPropertyID propId) : m_parser(parser) in ShorthandScope() argument [all …]
|
D | BisonCSSParser-in.cpp | 1128 void BisonCSSParser::setCurrentProperty(CSSPropertyID propId) in setCurrentProperty() argument 1130 m_id = propId; in setCurrentProperty() 1133 bool BisonCSSParser::parseValue(CSSPropertyID propId, bool important) in parseValue() argument 1135 …return CSSPropertyParser::parseValue(propId, important, m_valueList.get(), m_context, m_inViewport… in parseValue() 1274 PassRefPtrWillBeRawPtr<CSSValueList> CSSPropertyParser::parseTransform(CSSPropertyID propId) in parseTransform() argument 1281 RefPtrWillBeRawPtr<CSSValue> parsedTransformValue = parseTransformValue(propId, value); in parseTransform() 1291 PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::parseTransformValue(CSSPropertyID propId, CSSPa… in parseTransformValue() argument 1335 …if ((propId == CSSPropertyWebkitTransform && !validUnit(a, FNumber | FLength | FNonNeg, HTMLStanda… in parseTransformValue() 1336 … || (propId == CSSPropertyTransform && !validUnit(a, FLength | FNonNeg, HTMLStandardMode))) in parseTransformValue()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSProperty.h | 93 inline CSSPropertyID prefixingVariantForPropertyId(CSSPropertyID propId) in prefixingVariantForPropertyId() argument 96 switch (propId) { in prefixingVariantForPropertyId() 138 switch (propId) { in prefixingVariantForPropertyId() 160 return propId; in prefixingVariantForPropertyId()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFontFaceElement.cpp | 111 CSSPropertyID propId = cssPropertyIdForFontFaceAttributeName(name); in parseAttribute() local 112 if (propId > 0) { in parseAttribute() 113 m_fontFaceRule->mutableProperties().setProperty(propId, value, false); in parseAttribute()
|
D | SVGElement.cpp | 859 CSSPropertyID propId = SVGElement::cssPropertyIdForSVGAttributeName(attrName); in svgAttributeChanged() local 860 if (propId > 0) { in svgAttributeChanged()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusBitmap.h | 477 IN PROPID propId in GetPropertyItemSize() argument 483 propId, in GetPropertyItemSize() 491 IN PROPID propId, in GetPropertyItem() argument 497 propId, propSize, buffer)); in GetPropertyItem() 530 IN PROPID propId in RemovePropertyItem() argument 533 return SetStatus(DllExports::GdipRemovePropertyItem(nativeImage, propId)); in RemovePropertyItem()
|
D | GdiPlusHeaders.h | 525 UINT GetPropertyItemSize(IN PROPID propId); 526 Status GetPropertyItem(IN PROPID propId, 534 Status RemovePropertyItem(IN PROPID propId);
|
D | GdiPlusFlat.h | 1283 GdipGetPropertyItemSize(GpImage *image, PROPID propId, UINT* size); 1286 GdipGetPropertyItem(GpImage *image, PROPID propId,UINT propSize, 1297 GdipRemovePropertyItem(GpImage *image, PROPID propId);
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 96 PROPID propId, CLSID &clsId, bool &isAssigned) in GetCoderClass() argument 100 RINOK(getMethodProperty(index, propId, &prop)); in GetCoderClass()
|