Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DRuntimeCSSEnabled.cpp142 size_t indexForProperty(CSSPropertyID propertyId) in indexForProperty()
149 bool RuntimeCSSEnabled::isCSSPropertyEnabled(CSSPropertyID propertyId) in isCSSPropertyEnabled()
159 void RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyID propertyId, bool enable) in setCSSPropertyEnabled()
DStylePropertyShorthandCustom.cpp145 bool isExpandedShorthandForAll(CSSPropertyID propertyId) in isExpandedShorthandForAll()
DCSSProperty.h98 CSSPropertyID propertyId = CSSPropertyInvalid; in prefixingVariantForPropertyId() local
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSTransitionData.h49 CSSPropertyID propertyId; member
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser-in.cpp201 static inline bool isColorPropertyID(CSSPropertyID propertyId) in isColorPropertyID()
230 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const S… in parseColorValue()
262 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers) in isSimpleLengthPropertyID()
325 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, … in parseSimpleLengthValue()
360 bool isValidKeywordPropertyAndValue(CSSPropertyID propertyId, CSSValueID valueID, const CSSParserCo… in isValidKeywordPropertyAndValue()
582 bool isKeywordPropertyID(CSSPropertyID propertyId) in isKeywordPropertyID()
692 static bool parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const… in parseKeywordValue()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp163 CSSPropertyID propertyId = static_cast<CSSPropertyID>(id); in namedPropertyEnumeratorCustom() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h119 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value) in styleImage()
DCSSToStyleMap.cpp50 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value) in styleImage()
DStyleResolver.cpp1317 CSSPropertyID propertyId = static_cast<CSSPropertyID>(i); in applyAllProperty() local
/external/clang/lib/Parse/
DParseObjc.cpp1706 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertySynthesize() local
1758 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertyDynamic() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp62 CSSPropertyID propertyId = cssPropertyID(attrName.localName()); in mapAttributeToCSSProperty() local