Searched defs:propID (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSStyleDeclaration.cpp | 42 int propID = cssPropertyID(propertyName); in getPropertyCSSValue() local 50 int propID = cssPropertyID(propertyName); in getPropertyValue() local 58 int propID = cssPropertyID(propertyName); in getPropertyPriority() local 66 int propID = cssPropertyID(propertyName); in getPropertyShorthand() local 77 int propID = cssPropertyID(propertyName); in isPropertyImplicit() local 97 int propID = cssPropertyID(propertyName); in setProperty() local 108 int propID = cssPropertyID(propertyName); in removeProperty() local
|
D | CSSProperty.h | 36 : m_id(propID) in m_id() argument
|
D | CSSPropertyLonghand.cpp | 34 #define SET_SHORTHAND_MAP_ENTRY(map, propID, array) \ in initShorthandMap() argument
|
D | CSSStyleSelector.cpp | 262 #define HANDLE_INHERIT_COND(propID, prop, Prop) \ argument 268 #define HANDLE_INHERIT_COND_WITH_BACKUP(propID, prop, propAlt, Prop) \ argument 277 #define HANDLE_INITIAL_COND(propID, Prop) \ argument 283 #define HANDLE_INITIAL_COND_WITH_VALUE(propID, Prop, Value) \ argument
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CSSStyleDeclarationCustom.cpp | 84 int propID; member in WebCore::CSSPropertyInfo
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.cpp | 846 int propID = cssPropertyID(name); in styleProperty() local 888 int propID = cssPropertyID(name); in styleProperty() local 915 int propID = cssPropertyID(name); in setStyleProperty() local
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | WebKitWebSourceGStreamer.cpp | 296 static void webKitWebSrcSetProperty(GObject* object, guint propID, const GValue* value, GParamSpec*… in webKitWebSrcSetProperty() 314 static void webKitWebSrcGetProperty(GObject* object, guint propID, GValue* value, GParamSpec* pspec) in webKitWebSrcGetProperty()
|