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

/external/webkit/Source/WebCore/css/
H A DCSSMutableStyleDeclaration.h104 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
110 bool setProperty(int propertyId, double value, CSSPrimitiveValue::UnitTypes, bool important = false, bool notifyChanged = true);
116 void setLengthProperty(int propertyId, const String& value, bool important, bool multiLength = false);
117 void setStringProperty(int propertyId, const String& value, CSSPrimitiveValue::UnitTypes, bool important = false); // parsed string value
118 void setImageProperty(int propertyId, const String& url, bool important = false);
169 Vector<CSSProperty>::const_iterator findPropertyWithId(int propertyId) const;
170 Vector<CSSProperty>::iterator findPropertyWithId(int propertyId);
H A DCSSComputedStyleDeclaration.h75 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
H A DCSSStyleDeclaration.h65 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&) = 0;
H A DCSSMutableStyleDeclaration.cpp604 void CSSMutableStyleDeclaration::setStringProperty(int propertyId, const String &value, CSSPrimitiveValue::UnitTypes type, bool important) argument
608 setPropertyInternal(CSSProperty(propertyId, CSSPrimitiveValue::create(value, type), important));
612 void CSSMutableStyleDeclaration::setImageProperty(int propertyId, const String& url, bool important) argument
616 setPropertyInternal(CSSProperty(propertyId, CSSImageValue::create(url), important));
655 void CSSMutableStyleDeclaration::setLengthProperty(int propertyId, const String& value, bool important, bool /*multiLength*/) argument
661 setProperty(propertyId, value, important);
H A DCSSStyleApplyProperty.cpp196 ApplyPropertyFillLayer(CSSPropertyID propertyId, EFillLayerType fillLayerType, FillLayer* (RenderStyle::*accessLayers)(), argument
200 : m_propertyId(propertyId)
H A DCSSParser.cpp262 static inline bool isColorPropertyID(int propertyId) argument
264 switch (propertyId) {
289 static bool parseColorValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) argument
293 if (!isColorPropertyID(propertyId))
313 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createIdentifierValue(valueID), important);
320 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), important);
325 static inline bool isSimpleLengthPropertyID(int propertyId, bool& acceptsNegativeNumbers) argument
327 switch (propertyId) {
367 static bool parseSimpleLengthValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) argument
374 if (!isSimpleLengthPropertyID(propertyId, acceptsNegativeNumber
409 parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) argument
419 parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important) argument
[all...]
/external/webkit/Source/WebKit/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.cpp119 static void webkit_web_frame_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* paramSpec) argument
123 switch (propertyId) {
143 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, paramSpec);
/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.cpp57 int propertyId = cssPropertyID(attrName.localName()); local
58 ASSERT(propertyId > 0);
59 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
/external/clang/lib/Parse/
H A DParseObjc.cpp1653 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); local
1661 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId); local
1674 propertyId, propertyIvar, propertyIvarLoc); local
1707 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); local
1710 propertyId, 0, SourceLocation()); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/AST/
H A DDeclObjC.h1445 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId) const;

Completed in 233 milliseconds