HomeSort by relevance Sort by last modified time
    Searched refs:cssPropertyID (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
DOMWindowCSS.cpp 61 CSSPropertyID propertyID = cssPropertyID(property.stripWhiteSpace());
PropertySetCSSStyleDeclaration.cpp 170 CSSPropertyID propertyID = cssPropertyID(propertyName);
178 CSSPropertyID propertyID = cssPropertyID(propertyName);
186 CSSPropertyID propertyID = cssPropertyID(propertyName);
194 CSSPropertyID propertyID = cssPropertyID(propertyName);
197 CSSPropertyID shorthandID = m_propertySet->getPropertyShorthand(propertyID);
205 CSSPropertyID propertyID = cssPropertyID(propertyName)
    [all...]
CSSParser.h 107 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*);
117 void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
118 void addProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
121 void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtr<CSSValue>, bool);
122 void setCurrentProperty(CSSPropertyID);
124 bool parseValue(CSSPropertyID, bool important);
125 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
126 bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);
127 bool parseContent(CSSPropertyID, bool important)
    [all...]
CSSGrammar.y 91 CSSPropertyID id;
857 CSSPropertyID id = cssPropertyID($3);
    [all...]
CSSParser-in.cpp 291 static inline bool isColorPropertyID(CSSPropertyID propertyId)
320 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
352 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers)
416 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
451 static inline bool isValidKeywordPropertyAndValue(CSSPropertyID propertyId, int valueID, const CSSParserContext& parserContext)
    [all...]
CSSComputedStyleDeclaration.cpp 87 static const CSSPropertyID staticComputableProperties[] = {
390 static const Vector<CSSPropertyID>& computableProperties()
392 DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ());
602 static PassRefPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer* layer, const RenderStyle& style)
618 static PassRefPtr<CSSValue> valueForPositionOffset(RenderStyle& style, CSSPropertyID propertyID, const RenderObject* renderer, RenderView* renderView)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ElementAnimation.cpp 42 CSSPropertyID ElementAnimation::camelCaseCSSPropertyNameToID(const String& propertyName)
56 CSSPropertyID id = cssPropertyID(builder.toString());
108 CSSPropertyID id = camelCaseCSSPropertyNameToID(property);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.cpp 238 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
247 static inline void applyCSSPropertyToTarget(SVGElement* targetElement, CSSPropertyID id, const String& value)
258 static inline void removeCSSPropertyFromTarget(SVGElement* targetElement, CSSPropertyID id)
271 CSSPropertyID id = cssPropertyID(attributeName.localName());
291 CSSPropertyID id = cssPropertyID(attributeName.localName());
SVGAnimationElement.cpp 641 void SVGAnimationElement::computeCSSPropertyValue(SVGElement* element, CSSPropertyID id, String& value)
662 computeCSSPropertyValue(svgParent, cssPropertyID(attributeName.localName()), value);
SVGElement.cpp 63 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName)
66 CSSPropertyID propertyId = cssPropertyID(attrName.localName());
68 propertyId = CSSPropertyWebkitTransformOrigin; // cssPropertyID("-webkit-transform-origin")
292 CSSPropertyID propertyID = SVGElement::cssPropertyIdForSVGAttributeName(attr->name());
391 CSSPropertyID SVGElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName)
396 static HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap = 0;
398 propertyNameToIdMap = new HashMap<StringImpl*, CSSPropertyID>;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.cpp 45 // to detect new values in CSSPropertyID and add them to the
50 CSSPropertyID cssPropertyID = convertToCSSPropertyID(id);
52 switch (cssPropertyID) {
691 void UseCounter::count(CSSParserContext context, CSSPropertyID feature)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 84 unsigned propID: 30; // CSSPropertyID
149 CSSPropertyID propertyID = cssPropertyID(propName);
169 CSSPropertyID propertyId = static_cast<CSSPropertyID>(id);
213 RefPtr<CSSValue> cssValue = imp->getPropertyCSSValueInternal(static_cast<CSSPropertyID>(propInfo->propID));
219 String result = imp->getPropertyValueInternal(static_cast<CSSPropertyID>(propInfo->propID));
235 ExceptionState exceptionState(ExceptionState::SetterContext, getPropertyName(static_cast<CSSPropertyID>(propInfo->propID)), "CSSStyleDeclaration", info.Holder(), info.GetIsolate());
236 imp->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, false, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 740 CSSPropertyID propertyId = cssPropertyID(name);
    [all...]

Completed in 662 milliseconds