Searched defs:propertyId (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuntimeCSSEnabled.cpp142 size_t indexForProperty(CSSPropertyID propertyId) argument
144 RELEASE_ASSERT(propertyId >= 0 && propertyId <= lastCSSProperty);
145 ASSERT(propertyId != CSSPropertyInvalid);
146 return static_cast<size_t>(propertyId);
149 bool RuntimeCSSEnabled::isCSSPropertyEnabled(CSSPropertyID propertyId) argument
153 if (isInternalProperty(propertyId))
156 return propertySwitches()[indexForProperty(propertyId)];
159 void RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyID propertyId, bool enable) argument
161 propertySwitches()[indexForProperty(propertyId)]
[all...]
H A DCSSParser-in.cpp291 static inline bool isColorPropertyID(CSSPropertyID propertyId) argument
293 switch (propertyId) {
320 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
324 if (!isColorPropertyID(propertyId))
341 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
348 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
352 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers) argument
354 switch (propertyId) {
416 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
422 if (isCSSViewportParsingEnabledForMode(cssParserMode) || !isSimpleLengthPropertyID(propertyId, acceptsNegativeNumber
451 isValidKeywordPropertyAndValue(CSSPropertyID propertyId, int valueID, const CSSParserContext& parserContext) argument
836 isKeywordPropertyID(CSSPropertyID propertyId) argument
946 parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParserContext& parserContext) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp169 CSSPropertyID propertyId = static_cast<CSSPropertyID>(id); local
170 if (RuntimeCSSEnabled::isCSSPropertyEnabled(propertyId))
171 propertyNames.append(getJSPropertyName(propertyId));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DCSSToStyleMap.cpp55 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value) argument
57 return m_elementStyleResources.styleImage(m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
H A DStyleResolverState.h108 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value) argument
110 return m_elementStyleResources.styleImage(document().textLinkColors(), style()->color(), propertyId, value);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.cpp66 CSSPropertyID propertyId = cssPropertyID(attrName.localName()); local
67 if (!propertyId && attrName == transform_originAttr)
68 propertyId = CSSPropertyWebkitTransformOrigin; // cssPropertyID("-webkit-transform-origin")
69 ASSERT(propertyId > 0);
70 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
/external/clang/lib/Parse/
H A DParseObjc.cpp1702 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); local
1710 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId); local
1723 propertyId, propertyIvar, propertyIvarLoc); local
1756 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); local
1759 propertyId, 0, SourceLocation()); local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp103 bool RenderBoxModelObject::startTransition(double timeOffset, CSSPropertyID propertyId, const RenderStyle* fromStyle, const RenderStyle* toStyle) argument
107 return layer()->compositedLayerMapping()->startTransition(timeOffset, propertyId, fromStyle, toStyle);
110 void RenderBoxModelObject::transitionPaused(double timeOffset, CSSPropertyID propertyId) argument
114 layer()->compositedLayerMapping()->transitionPaused(timeOffset, propertyId);
117 void RenderBoxModelObject::transitionFinished(CSSPropertyID propertyId) argument
121 layer()->compositedLayerMapping()->transitionFinished(propertyId);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 584 milliseconds