Searched refs:propID (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/css/
H A DCSSStyleDeclaration.cpp42 int propID = cssPropertyID(propertyName); local
43 if (!propID)
45 return getPropertyCSSValue(propID);
50 int propID = cssPropertyID(propertyName); local
51 if (!propID)
53 return getPropertyValue(propID);
58 int propID = cssPropertyID(propertyName); local
59 if (!propID)
61 return getPropertyPriority(propID) ? "important" : "";
66 int propID local
77 int propID = cssPropertyID(propertyName); local
94 int propID = cssPropertyID(propertyName); local
105 int propID = cssPropertyID(propertyName); local
[all...]
H A DCSSProperty.h32 CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false) argument
33 : m_id(propID)
H A DCSSPropertyLonghand.cpp34 #define SET_SHORTHAND_MAP_ENTRY(map, propID, array) \
35 map.set(propID, CSSPropertyLonghand(array, sizeof(array) / sizeof(array[0])))
H A DCSSStyleSelector.cpp324 #define HANDLE_INHERIT_COND(propID, prop, Prop) \
325 if (id == propID) { \
330 #define HANDLE_INHERIT_COND_WITH_BACKUP(propID, prop, propAlt, Prop) \
331 if (id == propID) { \
339 #define HANDLE_INITIAL_COND(propID, Prop) \
340 if (id == propID) { \
345 #define HANDLE_INITIAL_COND_WITH_VALUE(propID, Prop, Value) \
346 if (id == propID) { \
/external/webkit/WebCore/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp82 int propID; member in class:WebCore::CSSPropertyInfo
148 propInfo->propID = propertyID;
171 RefPtr<CSSValue> cssValue = imp->getPropertyCSSValue(propInfo->propID);
181 String result = imp->getPropertyValue(propInfo->propID);
212 imp->setProperty(propInfo->propID, propertyValue, important, ec);
/external/webkit/WebKit/qt/Api/
H A Dqwebelement.cpp780 int propID = cssPropertyID(name); local
782 if (!propID)
788 return style->getPropertyValue(propID);
791 if (style->getPropertyPriority(propID))
792 return style->getPropertyValue(propID);
807 if (rule->style()->getPropertyPriority(propID))
808 return rule->style()->getPropertyValue(propID);
810 if (style->getPropertyValue(propID).isEmpty())
815 return style->getPropertyValue(propID);
822 int propID local
849 int propID = cssPropertyID(name); local
[all...]
/external/webkit/WebCore/platform/graphics/gtk/
H A DWebKitWebSourceGStreamer.cpp104 static void webKitWebSrcSetProperty(GObject* object, guint propID, const GValue* value, GParamSpec* pspec);
105 static void webKitWebSrcGetProperty(GObject* object, guint propID, GValue* value, GParamSpec* pspec);
256 static void webKitWebSrcSetProperty(GObject* object, guint propID, const GValue* value, GParamSpec* pspec) argument
261 switch (propID) {
266 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propID, pspec);
271 static void webKitWebSrcGetProperty(GObject* object, guint propID, GValue* value, GParamSpec* pspec) argument
276 switch (propID) {
293 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propID, pspec);
/external/webkit/WebCore/platform/graphics/win/
H A DQTMovieWin.cpp716 movieProps[moviePropCount].propID = kQTDataLocationPropertyID_CFURL;
723 movieProps[moviePropCount].propID = kQTMovieInstantiationPropertyID_DontAskUnresolvedDataRefs;
730 movieProps[moviePropCount].propID = kQTMovieInstantiationPropertyID_AsyncOK;
737 movieProps[moviePropCount].propID = kQTNewMoviePropertyID_Active;
744 movieProps[moviePropCount].propID = kQTNewMoviePropertyID_DontInteractWithUser;
751 movieProps[moviePropCount].propID = '!url';
758 movieProps[moviePropCount].propID = 'site';
765 movieProps[moviePropCount].propID = kQTAudioPropertyID_RateChangesPreservePitch;

Completed in 407 milliseconds