HomeSort by relevance Sort by last modified time
    Searched refs:propertyId (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h 98 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const;
99 virtual String getPropertyValue(int propertyID) const;
100 virtual bool getPropertyPriority(int propertyID) const;
101 virtual int getPropertyShorthand(int propertyID) const;
102 virtual bool isPropertyImplicit(int propertyID) const;
104 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
105 virtual String removeProperty(int propertyID, ExceptionCode&);
109 bool setProperty(int propertyID, int value, bool important = false, bool notifyChanged = true);
110 bool setProperty(int propertyId, double value, CSSPrimitiveValue::UnitTypes, bool important = false, bool notifyChanged = true);
111 bool setProperty(int propertyID, const String& value, bool important = false, bool notifyChanged = true)
    [all...]
CSSComputedStyleDeclaration.h 50 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const;
51 virtual String getPropertyValue(int propertyID) const;
52 virtual bool getPropertyPriority(int propertyID) const;
53 virtual int getPropertyShorthand(int /*propertyID*/) const { return -1; }
54 virtual bool isPropertyImplicit(int /*propertyID*/) const { return false; }
59 PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID, EUpdateLayout) const;
63 PassRefPtr<CSSValue> getSVGPropertyCSSValue(int propertyID, EUpdateLayout) const;
74 virtual String removeProperty(int propertyID, ExceptionCode&);
75 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
CSSStyleDeclaration.h 56 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const = 0;
57 virtual String getPropertyValue(int propertyID) const = 0;
58 virtual bool getPropertyPriority(int propertyID) const = 0;
59 virtual int getPropertyShorthand(int propertyID) const = 0;
60 virtual bool isPropertyImplicit(int propertyID) const = 0;
65 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&) = 0;
66 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;
CSSMutableStyleDeclaration.cpp 108 String CSSMutableStyleDeclaration::getPropertyValue(int propertyID) const
110 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID);
115 switch (propertyID) {
448 PassRefPtr<CSSValue> CSSMutableStyleDeclaration::getPropertyCSSValue(int propertyID) const
450 const CSSProperty* property = findPropertyWithId(propertyID);
454 bool CSSMutableStyleDeclaration::removeShorthandProperty(int propertyID, bool notifyChanged)
456 CSSPropertyLonghand longhand = longhandForProperty(propertyID);
464 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText)
468 if (removeShorthandProperty(propertyID, notifyChanged)) {
473 CSSProperty* foundProperty = findPropertyWithId(propertyID);
    [all...]
CSSStyleApplyProperty.cpp 196 ApplyPropertyFillLayer(CSSPropertyID propertyId, EFillLayerType fillLayerType, FillLayer* (RenderStyle::*accessLayers)(),
200 : m_propertyId(propertyId)
CSSParser.cpp 262 static inline bool isColorPropertyID(int propertyId)
264 switch (propertyId) {
289 static bool parseColorValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict)
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)
327 switch (propertyId) {
367 static bool parseSimpleLengthValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict)
374 if (!isSimpleLengthPropertyID(propertyId, acceptsNegativeNumbers)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebnavigationaction.cpp 62 static void webkit_web_navigation_action_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
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)
93 switch(propertyId) {
110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
webkitwebframe.cpp 119 static void webkit_web_frame_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* paramSpec)
123 switch (propertyId) {
143 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, paramSpec);
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 57 int propertyId = cssPropertyID(attrName.localName());
58 ASSERT(propertyId > 0);
59 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 454 public void firePropertyChange(int propertyId) {
455 super.firePropertyChange(propertyId);
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 549 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 968 milliseconds