Searched defs:propertyID (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDOMWindowCSS.cpp62 CSSPropertyID propertyID = cssPropertyID(property.stripWhiteSpace()); local
H A DSVGCSSComputedStyleDeclaration.cpp71 PassRefPtr<CSSValue> ComputedStyleExtractor::svgPropertyValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const argument
H A DCSSProperty.cpp174 CSSPropertyID CSSProperty::resolveDirectionAwareProperty(CSSPropertyID propertyID, TextDirection direction, WritingMode writingMode) argument
254 bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID) argument
H A DCSSProperty.h35 StylePropertyMetadata(CSSPropertyID propertyID, CSSPropertyID shorthandID, bool important, bool implicit, bool inherited) argument
56 CSSProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> value, bool important = false, CSSPropertyID shorthandID = CSSPropertyInvalid, bool implicit = false) argument
H A DDeprecatedStyleBuilder.h46 void applyInheritValue(CSSPropertyID propertyID, StyleResolver* styleResolver) const { ASSERT(m_inherit); (*m_inherit)(propertyID, styleResolver); } argument
47 void applyInitialValue(CSSPropertyID propertyID, StyleResolver* styleResolver) const { ASSERT(m_initial); (*m_initial)(propertyID, styleResolver); } argument
48 void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) const { ASSERT(m_apply); (*m_apply)(propertyID, styleResolver, value); } argument
H A DCSSToStyleMap.cpp230 void CSSToStyleMap::mapFillXPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) argument
266 void CSSToStyleMap::mapFillYPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) argument
H A DPropertySetCSSStyleDeclaration.cpp167 CSSPropertyID propertyID = cssPropertyID(propertyName); local
175 CSSPropertyID propertyID = cssPropertyID(propertyName); local
183 CSSPropertyID propertyID = cssPropertyID(propertyName); local
191 CSSPropertyID propertyID local
199 CSSPropertyID propertyID = cssPropertyID(propertyName); local
208 CSSPropertyID propertyID = cssPropertyID(propertyName); local
232 CSSPropertyID propertyID = cssPropertyID(propertyName); local
250 getPropertyCSSValueInternal(CSSPropertyID propertyID) argument
255 getPropertyValueInternal(CSSPropertyID propertyID) argument
260 setPropertyInternal(CSSPropertyID propertyID, const String& value, bool important, ExceptionCode& ec) argument
[all...]
H A DStylePropertyShorthand.cpp474 const StylePropertyShorthand& shorthandForProperty(CSSPropertyID propertyID) argument
H A DStylePropertySet.cpp241 void StylePropertySet::appendFontLonghandValueIfExplicit(CSSPropertyID propertyID, StringBuilder& result, String& commonValue) const argument
591 bool MutableStylePropertySet::removeShorthandProperty(CSSPropertyID propertyID) argument
607 removeProperty(CSSPropertyID propertyID, String* returnText) argument
635 removePrefixedOrUnprefixedProperty(CSSPropertyID propertyID) argument
676 setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet) argument
688 setProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> prpValue, bool important) argument
733 setProperty(CSSPropertyID propertyID, int identifier, bool important) argument
782 CSSPropertyID propertyID = property.id(); local
1134 findCSSPropertyWithID(CSSPropertyID propertyID) argument
1142 propertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const argument
[all...]
H A DCSSComputedStyleDeclaration.cpp637 static PassRefPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer* layer, const RenderStyle* style) argument
653 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, CSSPropertyID propertyID, RenderView* renderView) argument
1299 PassRefPtr<CSSValue> ComputedStyleExtractor::valueForShadow(const ShadowData* shadow, CSSPropertyID propertyID, const RenderStyle* style) const argument
1432 counterToCSSValue(const RenderStyle* style, CSSPropertyID propertyID) argument
1447 logUnimplementedPropertyID(CSSPropertyID propertyID) argument
1523 isLayoutDependentProperty(CSSPropertyID propertyID) argument
1561 getPropertyCSSValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const argument
1571 propertyValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const argument
2966 propertyMatches(CSSPropertyID propertyID, const CSSValue* value) const argument
3054 CSSPropertyID propertyID = cssPropertyID(propertyName); local
3063 CSSPropertyID propertyID = cssPropertyID(propertyName); local
3096 getPropertyCSSValueInternal(CSSPropertyID propertyID) argument
3101 getPropertyValueInternal(CSSPropertyID propertyID) argument
[all...]
H A DDeprecatedStyleBuilder.cpp64 static inline void applyInheritValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
75 static void applyInheritValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
85 static inline void applyInitialValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
96 applyInitialValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
106 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
117 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
235 applyInheritValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
296 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
326 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
1657 applyInitialValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
1698 applyInheritValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
1704 applyInitialValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
1710 applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) argument
1971 applyInheritValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
1978 applyInitialValue(CSSPropertyID propertyID, StyleResolver* styleResolver) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkithittestresult.cpp87 static void webkit_hit_test_result_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) argument
119 static void webkit_hit_test_result_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) argument
H A Dwebkitnetworkrequest.cpp81 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) argument
97 static void webkit_network_request_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) argument
H A Dwebkitnetworkresponse.cpp87 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) argument
106 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) argument
H A Dwebkitviewportattributes.cpp435 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec) argument
489 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec) argument
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.h90 static PassRefPtr<EditingStyle> create(CSSPropertyID propertyID, const String& value) argument
H A DEditingStyle.cpp111 static PassRefPtr<CSSValue> extractPropertyValue(const StylePropertySet* style, CSSPropertyID propertyID) argument
116 static PassRefPtr<CSSValue> extractPropertyValue(ComputedStyleExtractor* computedStyle, CSSPropertyID propertyID) argument
122 int identifierForStyleProperty(T* style, CSSPropertyID propertyID) argument
140 static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, int primitiveValue, const QualifiedName& tagName) argument
226 static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& tagName, const QualifiedName& attrName) argument
230 create(CSSPropertyID propertyID, const QualifiedName& attrName) argument
344 EditingStyle(CSSPropertyID propertyID, const String& value) argument
454 setProperty(CSSPropertyID propertyID, const String& value, bool important) argument
701 CSSPropertyID propertyID = m_mutableStyle->propertyAt(i).id(); local
1365 setTextDecorationProperty(MutableStylePropertySet* style, const CSSValueList* newTextDecoration, CSSPropertyID propertyID) argument
[all...]
H A Dmarkup.cpp466 static bool propertyMissingOrEqualToNone(StylePropertySet* style, CSSPropertyID propertyID) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGStyledElement.cpp299 CSSPropertyID propertyID = SVGStyledElement::cssPropertyIdForSVGAttributeName(name); local
410 CSSPropertyID propertyID = SVGStyledElement::cssPropertyIdForSVGAttributeName(attr->name()); local
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp64 CSSPropertyID propertyID; member in class:WebCore::CSSPropertyInfo
290 static inline JSValue cssPropertyGetterPixelOrPosPrefix(ExecState* exec, JSCSSStyleDeclaration* thisObj, unsigned propertyID) argument
307 static JSValue cssPropertyGetterPixelOrPosPrefixCallback(ExecState* exec, JSValue slotBase, unsigned propertyID) argument
312 cssPropertyGetter(ExecState* exec, JSCSSStyleDeclaration* thisObj, unsigned propertyID) argument
321 cssPropertyGetterCallback(ExecState* exec, JSValue slotBase, unsigned propertyID) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DStyledElement.cpp230 bool StyledElement::setInlineStyleProperty(CSSPropertyID propertyID, int identifier, bool important) argument
237 bool StyledElement::setInlineStyleProperty(CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important) argument
244 bool StyledElement::setInlineStyleProperty(CSSPropertyID propertyID, const String& value, bool important) argument
252 bool StyledElement::removeInlineStyleProperty(CSSPropertyID propertyID) argument
369 void StyledElement::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, int identifier) argument
374 addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitTypes unit) argument
379 addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value) argument
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.cpp260 void IOAudioControl::setCoreAudioPropertyID(UInt32 propertyID) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLElement.cpp1050 void HTMLElement::addHTMLLengthToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value) argument
1141 void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue) argument
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCSSPropertyAnimation.cpp316 static void addPropertyWrapper(CSSPropertyID propertyID, AnimationPropertyWrapperBase* wrapper) argument
327 static AnimationPropertyWrapperBase* wrapperForProperty(CSSPropertyID propertyID) argument
1042 CSSPropertyID propertyID = animatableShorthandProperties[i]; local
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DMovieQTVRUtils.c1073 WriteTheMediaPropertyAtom( Media theMedia, long propertyID, long thePropertySize, void *theProperty ) argument

Completed in 235 milliseconds

12