HomeSort by relevance Sort by last modified time
    Searched full:cssproperty (Results 1 - 25 of 39) sorted by null

1 2

  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h 26 #include "CSSProperty.h"
38 CSSMutableStyleDeclarationConstIterator(const CSSMutableStyleDeclaration* decl, CSSProperty* current);
42 const CSSProperty& operator*() const { return *m_current; }
43 const CSSProperty* operator->() const { return m_current; }
55 CSSProperty* m_current;
68 static PassRefPtr<CSSMutableStyleDeclaration> create(CSSRule* parentRule, const CSSProperty* const* properties, int numProperties)
72 static PassRefPtr<CSSMutableStyleDeclaration> create(const Vector<CSSProperty>& properties)
125 void addParsedProperties(const CSSProperty* const *, int numProperties);
127 void addParsedProperty(const CSSProperty&);
149 CSSMutableStyleDeclaration(CSSRule* parentRule, const Vector<CSSProperty>&)
    [all...]
CSSProperty.h 32 class CSSProperty {
35 CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false)
44 CSSProperty& operator=(const CSSProperty& other)
66 friend bool operator==(const CSSProperty&, const CSSProperty&);
81 template<> struct VectorTraits<WebCore::CSSProperty> : SimpleClassVectorTraits { };
CSSStyleDeclaration.cpp 26 #include "CSSProperty.h"
124 bool CSSStyleDeclaration::cssPropertyMatches(const CSSProperty* property) const
139 const CSSProperty& property = *it;
152 Vector<CSSProperty> list;
157 list.append(CSSProperty(set[i], value.release(), false));
CSSMutableStyleDeclaration.cpp 62 CSSMutableStyleDeclaration::CSSMutableStyleDeclaration(CSSRule* parent, const Vector<CSSProperty>& properties)
75 CSSMutableStyleDeclaration::CSSMutableStyleDeclaration(CSSRule* parent, const CSSProperty* const * properties, int numProperties)
86 const CSSProperty *property = properties[i];
464 const CSSProperty* property = findPropertyWithId(propertyID);
487 CSSProperty* foundProperty = findPropertyWithId(propertyID);
535 const CSSProperty* property = findPropertyWithId(propertyID);
541 const CSSProperty* property = findPropertyWithId(propertyID);
547 const CSSProperty* property = findPropertyWithId(propertyID);
586 void CSSMutableStyleDeclaration::setPropertyInternal(const CSSProperty& property, CSSProperty* slot
    [all...]
CSSStyleDeclaration.h 30 class CSSProperty;
78 virtual bool cssPropertyMatches(const CSSProperty*) const;
CSSProperty.cpp 22 #include "CSSProperty.h"
30 String CSSProperty::cssText() const
35 bool operator==(const CSSProperty& a, const CSSProperty& b)
157 int CSSProperty::resolveDirectionAwareProperty(int propertyID, TextDirection direction, WritingMode writingMode)
CSSComputedStyleDeclaration.h 67 virtual bool cssPropertyMatches(const CSSProperty*) const;
makeprop.pl 65 print GPERF $name . ", CSSProperty" . $id . "\n";
109 print HEADER " CSSProperty" . $id . " = " . $i . ",\n";
CSSParser.h 42 class CSSProperty;
240 CSSProperty** m_parsedProperties;
CSSStyleSelector.h 42 class CSSProperty;
SVGCSSParser.cpp 29 #include "CSSProperty.h"
CSSParser.cpp 45 #include "CSSProperty.h"
144 , m_parsedProperties(static_cast<CSSProperty**>(fastMalloc(32 * sizeof(CSSProperty*))))
335 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createIdentifierValue(valueID), important);
342 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), important);
426 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createValue(number, unit), important);
638 OwnPtr<CSSProperty> prop(new CSSProperty(propId, value, important, m_currentShorthand, m_implicitShorthand));
641 if (m_maxParsedProperties > UINT_MAX / sizeof(CSSProperty*))
643 m_parsedProperties = static_cast<CSSProperty**>(fastRealloc(m_parsedProperties
    [all...]
CSSComputedStyleDeclaration.cpp 37 #include "CSSProperty.h"
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 228 this._livePropertyMap = {}; // LIVE properties (source-based or style-based) : { name -> CSSProperty }
229 this._allProperties = []; // ALL properties: [ CSSProperty ]
230 this._longhandProperties = {}; // shorthandName -> [ CSSProperty ]
231 this.__disabledProperties = {}; // DISABLED properties: { index -> CSSProperty }
236 var property = new WebInspector.CSSProperty.parsePayload(this, i, payload.cssProperties[i]);
379 return new WebInspector.CSSProperty(this, this.pastLastSourcePropertyIndex(), "", "", "", "active", true, false, false, "");
446 WebInspector.CSSProperty = function(ownerStyle, index, name, value, priority, status, parsedOk, implicit, shorthand, text)
460 WebInspector.CSSProperty.parsePayload = function(ownerStyle, index, payload)
468 var result = new WebInspector.CSSProperty(
473 WebInspector.CSSProperty.prototype =
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 212 function getStyle(element, cssProperty){
215 return elem.currentStyle[cssProperty]; //IE
218 return style.getPropertyValue(cssProperty);
  /build/tools/droiddoc/templates-sdk/assets/
carousel.js 212 function getStyle(element, cssProperty){
215 return elem.currentStyle[cssProperty]; //IE
218 return style.getPropertyValue(cssProperty);
  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp 31 #include "CSSProperty.h"
300 CSSProperty srcProperty(CSSPropertySrc, list);
301 const CSSProperty* srcPropertyRef = &srcProperty;
  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 54 // cssProperty = {
80 // #cssProperty,
82 // #cssProperty
Inspector.json     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 406 int start = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, table->style()->direction(), table->style()->writingMode());
407 int end = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, table->style()->direction(), table->style()->writingMode());
469 int start = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, table->style()->direction(), table->style()->writingMode());
470 int end = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, table->style()->direction(), table->style()->writingMode());
534 int before = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderBeforeColor, table->style()->direction(), table->style()->writingMode());
535 int after = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderAfterColor, table->style()->direction(), table->style()->writingMode());
612 int before = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderBeforeColor, table->style()->direction(), table->style()->writingMode());
613 int after = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderAfterColor, table->style()->direction(), table->style()->writingMode());
    [all...]
RenderLayerBacking.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
markup.cpp 33 #include "CSSProperty.h"
285 const CSSProperty& property = *it;
293 fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue));
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2005-12-19 685 (DOM::CSSProperty::CSSProperty):
686 (DOM::CSSProperty::operator=):
687 (DOM::CSSProperty::~CSSProperty):
688 (DOM::CSSProperty::setValue):
689 (DOM::CSSProperty::value):
    [all...]
Android.mk 57 css/CSSProperty.cpp \
    [all...]
  /external/webkit/Source/WebCore/page/
Frame.cpp 35 #include "CSSProperty.h"
    [all...]

Completed in 1182 milliseconds

1 2