/external/chromium_org/third_party/WebKit/Source/core/css/ |
H A D | RuntimeCSSEnabled.cpp | 142 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 D | CSSParser-in.cpp | 291 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 D | V8CSSStyleDeclarationCustom.cpp | 169 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 D | CSSToStyleMap.cpp | 55 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 D | StyleResolverState.h | 108 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 D | SVGElement.cpp | 66 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 D | ParseObjc.cpp | 1702 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 D | RenderBoxModelObject.cpp | 103 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 D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |