Searched refs:propertyId (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSProperty.h95 CSSPropertyID propertyId = CSSPropertyInvalid; local
98 propertyId = CSSPropertyWebkitTransitionDelay;
101 propertyId = CSSPropertyWebkitTransitionDuration;
104 propertyId = CSSPropertyWebkitTransitionProperty;
107 propertyId = CSSPropertyWebkitTransitionTimingFunction;
110 propertyId = CSSPropertyWebkitTransition;
113 propertyId = CSSPropertyTransitionDelay;
116 propertyId = CSSPropertyTransitionDuration;
119 propertyId = CSSPropertyTransitionProperty;
122 propertyId
[all...]
H A DCSSToStyleMap.cpp59 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value) argument
61 return m_resolver->styleImage(propertyId, value);
H A DCSSParser.cpp503 static inline bool isColorPropertyID(CSSPropertyID propertyId) argument
505 switch (propertyId) {
533 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
537 if (!isColorPropertyID(propertyId))
554 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
561 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
565 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers) argument
567 switch (propertyId) {
631 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
635 if (!isSimpleLengthPropertyID(propertyId, acceptsNegativeNumber
663 isValidKeywordPropertyAndValue(CSSPropertyID propertyId, int valueID, const CSSParserContext& parserContext) argument
1057 isKeywordPropertyID(CSSPropertyID propertyId) argument
1180 parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParserContext& parserContext) argument
[all...]
H A DDeprecatedStyleBuilder.cpp494 CSSPropertyID propertyId,
555 (styleResolver->styleMap()->*mapFillFunction)(propertyId, currChild, valueList->itemWithoutBoundsCheck(i));
560 (styleResolver->styleMap()->*mapFillFunction)(propertyId, currChild, value);
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestException.cpp83 static void webkit_dom_test_exception_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
90 switch (propertyId) {
96 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A DWebKitDOMTestActiveDOMObject.cpp84 static void webkit_dom_test_active_dom_object_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
91 switch (propertyId) {
97 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A DWebKitDOMTestEventConstructor.cpp84 static void webkit_dom_test_event_constructor_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
91 switch (propertyId) {
101 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A DWebKitDOMTestInterface.cpp94 static void webkit_dom_test_interface_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec) argument
101 switch (propertyId) {
117 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
122 static void webkit_dom_test_interface_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
129 switch (propertyId) {
174 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A DWebKitDOMTestSerializedScriptValueInterface.cpp93 static void webkit_dom_test_serialized_script_value_interface_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
100 switch (propertyId) {
142 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A DWebKitDOMTestTypedefs.cpp92 static void webkit_dom_test_typedefs_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec) argument
99 switch (propertyId) {
123 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
128 static void webkit_dom_test_typedefs_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
135 switch (propertyId) {
164 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A DWebKitDOMTestObj.cpp145 static void webkit_dom_test_obj_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec) argument
152 switch (propertyId) {
290 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
295 static void webkit_dom_test_obj_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
302 switch (propertyId) {
564 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebnavigationaction.cpp62 static void webkit_web_navigation_action_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
66 switch(propertyId) {
83 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
88 static void webkit_web_navigation_action_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec) argument
93 switch(propertyId) {
110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A Dwebkitwebframe.cpp138 static void webkit_web_frame_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* paramSpec) argument
142 switch (propertyId) {
162 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, paramSpec);
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/gstreamer/
H A DWebKitWebAudioSourceGStreamer.cpp95 static void webKitWebAudioSrcSetProperty(GObject*, guint propertyId, const GValue*, GParamSpec*);
96 static void webKitWebAudioSrcGetProperty(GObject*, guint propertyId, GValue*, GParamSpec*);
299 static void webKitWebAudioSrcSetProperty(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec) argument
304 switch (propertyId) {
318 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
323 static void webKitWebAudioSrcGetProperty(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
328 switch (propertyId) {
342 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGStyledElement.cpp65 CSSPropertyID propertyId = cssPropertyID(attrName.localName()); local
66 if (!propertyId && attrName == transform_originAttr)
67 propertyId = CSSPropertyWebkitTransformOrigin; // cssPropertyID("-webkit-transform-origin")
68 ASSERT(propertyId > 0);
69 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorGObject.pm635 static void ${lowerCaseIfaceName}_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
649 switch (propertyId) {
655 static void ${lowerCaseIfaceName}_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
670 switch (propertyId) {
686 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
696 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.cpp577 CSSPropertyID propertyId = cssPropertyID(name); local
579 String canonicalPropertyName = propertyId ? getPropertyNameString(propertyId) : name;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBoxModelObject.cpp292 bool RenderBoxModelObject::startTransition(double timeOffset, CSSPropertyID propertyId, const RenderStyle* fromStyle, const RenderStyle* toStyle) argument
296 return layer()->backing()->startTransition(timeOffset, propertyId, fromStyle, toStyle);
299 void RenderBoxModelObject::transitionPaused(double timeOffset, CSSPropertyID propertyId) argument
303 layer()->backing()->transitionPaused(timeOffset, propertyId);
306 void RenderBoxModelObject::transitionFinished(CSSPropertyID propertyId) argument
310 layer()->backing()->transitionFinished(propertyId);

Completed in 190 milliseconds