Searched defs:propertyId (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | RuntimeCSSEnabled.cpp | 142 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()
|
D | StylePropertyShorthandCustom.cpp | 145 bool isExpandedShorthandForAll(CSSPropertyID propertyId) in isExpandedShorthandForAll()
|
D | CSSProperty.h | 98 CSSPropertyID propertyId = CSSPropertyInvalid; in prefixingVariantForPropertyId() local
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSTransitionData.h | 49 CSSPropertyID propertyId; member
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | BisonCSSParser-in.cpp | 201 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/ |
D | V8CSSStyleDeclarationCustom.cpp | 163 CSSPropertyID propertyId = static_cast<CSSPropertyID>(id); in namedPropertyEnumeratorCustom() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolverState.h | 119 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value) in styleImage()
|
D | CSSToStyleMap.cpp | 50 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value) in styleImage()
|
D | StyleResolver.cpp | 1317 CSSPropertyID propertyId = static_cast<CSSPropertyID>(i); in applyAllProperty() local
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1706 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertySynthesize() local 1758 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertyDynamic() local
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGElement.cpp | 62 CSSPropertyID propertyId = cssPropertyID(attrName.localName()); in mapAttributeToCSSProperty() local
|