HomeSort by relevance Sort by last modified time
    Searched defs:propertyID (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
DOMWindowCSS.cpp 61 CSSPropertyID propertyID = cssPropertyID(property.stripWhiteSpace());
62 if (propertyID == CSSPropertyInvalid)
64 ASSERT(CSSPropertyMetadata::isEnabledProperty(propertyID));
76 return CSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, HTMLStandardMode, 0);
PropertySetCSSStyleDeclaration.cpp 177 CSSPropertyID propertyID = cssPropertyID(propertyName);
178 if (!propertyID)
180 return cloneAndCacheForCSSOM(propertySet().getPropertyCSSValue(propertyID).get());
185 CSSPropertyID propertyID = cssPropertyID(propertyName);
186 if (!propertyID)
188 return propertySet().getPropertyValue(propertyID);
193 CSSPropertyID propertyID = cssPropertyID(propertyName);
194 if (!propertyID)
196 return propertySet().propertyIsImportant(propertyID) ? "important" : "";
201 CSSPropertyID propertyID = cssPropertyID(propertyName)
    [all...]
StylePropertySerializer.cpp 46 String StylePropertySerializer::getPropertyText(CSSPropertyID propertyID, const String& value, bool isImportant, bool isNotFirstDecl) const
51 result.append(getPropertyName(propertyID));
71 CSSPropertyID propertyID = property.id();
73 ASSERT(CSSPropertyMetadata::isEnabledProperty(propertyID) || isInternalProperty(propertyID));
78 switch (propertyID) {
232 propertyID = shorthandPropertyID;
238 if (value == "initial" && !CSSPropertyMetadata::isInheritedProperty(propertyID))
241 result.append(getPropertyText(propertyID, value, property.isImportant(), numDecls++));
251 String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) cons
    [all...]
CSSPrimitiveValue.h 220 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createIdentifier(CSSPropertyID propertyID)
222 return adoptRefWillBeNoop(new CSSPrimitiveValue(propertyID));
324 CSSPropertyID getPropertyID() const { return m_primitiveUnitType == CSS_PROPERTY_ID ? m_value.propertyID : CSSPropertyInvalid; }
389 CSSPropertyID propertyID;
CSSComputedStyleDeclaration.cpp 587 static PassRefPtrWillBeRawPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer& layer, const RenderStyle& style)
591 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
596 ASSERT(propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
603 static PassRefPtrWillBeRawPtr<CSSValue> valueForPositionOffset(RenderStyle& style, CSSPropertyID propertyID, const RenderObject* renderer)
606 switch (propertyID) {
624 LayoutUnit containingBlockSize = (propertyID == CSSPropertyLeft || propertyID == CSSPropertyRight)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 292 CSSPropertyID propertyId = cssPropertyID(attrName.localName());
293 ASSERT(propertyId > 0);
294 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
714 CSSPropertyID propertyID = cssPropertyIdForSVGAttributeName(name);
715 if (propertyID > 0)
716 addPropertyToPresentationAttributeStyle(style, propertyID, value);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 161 static PassOwnPtrWillBeRawPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, CSSValueID primitiveValue, const HTMLQualifiedName& tagName)
163 return adoptPtrWillBeNoop(new HTMLElementEquivalent(propertyID, primitiveValue, tagName));
253 static PassOwnPtrWillBeRawPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const HTMLQualifiedName& tagName, const QualifiedName& attrName)
255 return adoptPtrWillBeNoop(new HTMLAttributeEquivalent(propertyID, tagName, attrName));
257 static PassOwnPtrWillBeRawPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& attrName)
259 return adoptPtrWillBeNoop(new HTMLAttributeEquivalent(propertyID, attrName));
377 EditingStyle::EditingStyle(CSSPropertyID propertyID, const String& value)
382 setProperty(propertyID, value);
495 void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important)
500 m_mutableStyle->setProperty(propertyID, value, important)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 854 milliseconds