Searched refs:propertyID (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DDOMWindowCSS.cpp61 CSSPropertyID propertyID = cssPropertyID(property.stripWhiteSpace()); local
62 if (propertyID == CSSPropertyInvalid)
65 if (!RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID))
78 return CSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, CSSStrictMode, 0);
H A DPropertySetCSSStyleDeclaration.cpp167 CSSPropertyID propertyID = cssPropertyID(propertyName); local
168 if (!propertyID)
170 return cloneAndCacheForCSSOM(m_propertySet->getPropertyCSSValue(propertyID).get());
175 CSSPropertyID propertyID = cssPropertyID(propertyName); local
176 if (!propertyID)
178 return m_propertySet->getPropertyValue(propertyID);
183 CSSPropertyID propertyID = cssPropertyID(propertyName); local
184 if (!propertyID)
186 return m_propertySet->propertyIsImportant(propertyID) ? "important" : "";
191 CSSPropertyID propertyID local
202 CSSPropertyID propertyID = cssPropertyID(propertyName); local
211 CSSPropertyID propertyID = cssPropertyID(propertyName); local
233 CSSPropertyID propertyID = cssPropertyID(propertyName); local
249 getPropertyCSSValueInternal(CSSPropertyID propertyID) argument
254 getPropertyValueInternal(CSSPropertyID propertyID) argument
259 setPropertyInternal(CSSPropertyID propertyID, const String& value, bool important, ExceptionState& es) argument
345 cssPropertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const argument
[all...]
H A DStylePropertySet.cpp109 String StylePropertySet::getPropertyValue(CSSPropertyID propertyID) const
111 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID);
115 return StylePropertySerializer(*this).getPropertyValue(propertyID);
118 PassRefPtr<CSSValue> StylePropertySet::getPropertyCSSValue(CSSPropertyID propertyID) const
120 int foundPropertyIndex = findPropertyIndex(propertyID);
146 bool MutableStylePropertySet::removeShorthandProperty(CSSPropertyID propertyID) argument
148 StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
154 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propertyID);
155 if (prefixingVariant == propertyID)
162 bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, Strin argument
190 removePrefixedOrUnprefixedProperty(CSSPropertyID propertyID) argument
231 setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet) argument
243 setProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> prpValue, bool important) argument
319 setProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important) argument
325 setProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important) argument
504 findCSSPropertyWithID(CSSPropertyID propertyID) argument
512 propertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const argument
[all...]
H A DCSSProperty.h34 StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) argument
35 : m_propertyID(propertyID)
56 CSSProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false) argument
57 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID))
60 ASSERT((propertyID == CSSPropertyVariable) == (m_value && m_value->isVariableValue()));
H A DCSSPrimitiveValue.cpp207 static const AtomicString& propertyName(CSSPropertyID propertyID) argument
209 ASSERT_ARG(propertyID, propertyID >= 0);
210 ASSERT_ARG(propertyID, (propertyID >= firstCSSProperty && propertyID < firstCSSProperty + numCSSProperties));
212 if (propertyID < 0)
215 return getPropertyNameAtomicString(propertyID);
240 CSSPrimitiveValue::CSSPrimitiveValue(CSSPropertyID propertyID) argument
244 m_value.propertyID
[all...]
H A DCSSComputedStyleDeclaration.cpp590 static PassRefPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer* layer, const RenderStyle* style) argument
594 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
599 ASSERT(propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
606 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, CSSPropertyID propertyID, const RenderObject* renderer, RenderView* renderView) argument
612 switch (propertyID) {
630 LayoutUnit containingBlockSize = (propertyID == CSSPropertyLeft || propertyID
1276 valueForShadow(const RenderObject* renderer, const ShadowData* shadow, CSSPropertyID propertyID, const RenderStyle* style) const argument
1412 counterToCSSValue(const RenderStyle* style, CSSPropertyID propertyID) argument
1427 logUnimplementedPropertyID(CSSPropertyID propertyID) argument
1504 isLayoutDependent(CSSPropertyID propertyID, PassRefPtr<RenderStyle> style, RenderObject* renderer) argument
1575 getPropertyCSSValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const argument
2870 cssPropertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const argument
2958 CSSPropertyID propertyID = cssPropertyID(propertyName); local
2967 CSSPropertyID propertyID = cssPropertyID(propertyName); local
3000 getPropertyCSSValueInternal(CSSPropertyID propertyID) argument
3005 getPropertyValueInternal(CSSPropertyID propertyID) argument
[all...]
H A DSVGCSSComputedStyleDeclaration.cpp73 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const argument
91 switch (propertyID) {
207 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propertyID);
209 LOG_ERROR("unimplemented propertyID: %d", propertyID);
H A DCSSToStyleMap.cpp228 void CSSToStyleMap::mapFillXPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) const argument
243 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPositionX || propertyID == CSSPropertyWebkitMaskPositionX);
264 void CSSToStyleMap::mapFillYPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) const argument
279 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPositionY || propertyID == CSSPropertyWebkitMaskPositionY);
H A DCSSProperty.cpp178 CSSPropertyID CSSProperty::resolveDirectionAwareProperty(CSSPropertyID propertyID, TextDirection direction, WritingMode writingMode) argument
180 switch (propertyID) {
254 return propertyID;
258 bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID) argument
260 switch (propertyID) {
H A DStylePropertySerializer.cpp64 CSSPropertyID propertyID = property.id(); local
66 ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID));
71 switch (propertyID) {
223 propertyID = shorthandPropertyID;
229 if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID))
234 result.append(getPropertyName(propertyID));
311 String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const
314 switch (propertyID) {
418 void StylePropertySerializer::appendFontLonghandValueIfExplicit(CSSPropertyID propertyID, StringBuilder& result, String& commonValue) const argument
420 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID);
[all...]
H A DCSSPrimitiveValue.h202 static PassRefPtr<CSSPrimitiveValue> createIdentifier(CSSPropertyID propertyID) { return adoptRef(new CSSPrimitiveValue(propertyID)); } argument
305 CSSPropertyID getPropertyID() const { return m_primitiveUnitType == CSS_PROPERTY_ID ? m_value.propertyID : CSSPropertyInvalid; }
366 CSSPropertyID propertyID; member in union:WebCore::CSSPrimitiveValue::__anon10158
H A DCSSParser-in.cpp1091 static bool parseTranslateTransformValue(MutableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important) argument
1093 if (propertyID != CSSPropertyWebkitTransform)
1153 bool CSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, Document* document) argument
1159 if (parseSimpleLengthValue(declaration, propertyID, string, important, context.mode))
1161 if (parseColorValue(declaration, propertyID, string, important, context.mode))
1163 if (parseKeywordValue(declaration, propertyID, string, important, context))
1167 return parser.parseValue(declaration, propertyID, string, important, static_cast<StyleSheetContents*>(0));
1170 bool CSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet) argument
1173 if (parseSimpleLengthValue(declaration, propertyID, string, important, cssParserMode))
1175 if (parseColorValue(declaration, propertyID, strin
1193 parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/scripts/templates/
H A DStylePropertyShorthand.cpp.tmpl46 const StylePropertyShorthand& shorthandForProperty(CSSPropertyID propertyID)
49 switch (propertyID) {
67 const Vector<StylePropertyShorthand> matchingShorthandsForLonghand(CSSPropertyID propertyID)
80 return map.get(propertyID);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp144 static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, CSSValueID primitiveValue, const QualifiedName& tagName) argument
146 return adoptPtr(new HTMLElementEquivalent(propertyID, primitiveValue, tagName));
230 static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& tagName, const QualifiedName& attrName) argument
232 return adoptPtr(new HTMLAttributeEquivalent(propertyID, tagName, attrName));
234 static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& attrName) argument
236 return adoptPtr(new HTMLAttributeEquivalent(propertyID, attrName));
356 EditingStyle::EditingStyle(CSSPropertyID propertyID, const String& value) argument
361 setProperty(propertyID, value);
473 void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important) argument
478 m_mutableStyle->setProperty(propertyID, valu
731 CSSPropertyID propertyID = m_mutableStyle->propertyAt(i).id(); local
1402 setTextDecorationProperty(MutableStylePropertySet* style, const CSSValueList* newTextDecoration, CSSPropertyID propertyID) argument
1566 getIdentifierValue(StylePropertySet* style, CSSPropertyID propertyID) argument
1576 getIdentifierValue(CSSStyleDeclaration* style, CSSPropertyID propertyID) argument
[all...]
H A DEditingStyle.h95 static PassRefPtr<EditingStyle> create(CSSPropertyID propertyID, const String& value) argument
97 return adoptRef(new EditingStyle(propertyID, value));
H A DEditorCommand.cpp118 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
121 style->setProperty(propertyID, propertyValue);
125 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValueID propertyValue) argument
128 style->setProperty(propertyID, propertyValue);
135 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValue* value) argument
141 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
155 newMutableStyle->setProperty(propertyID, newStyle);
159 static bool executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue) argument
167 styleIsPresent = frame->editor()->selectionStartHasStyle(propertyID, onValue);
169 styleIsPresent = frame->editor()->selectionHasStyle(propertyID, onValu
175 executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
226 stateStyle(Frame* frame, CSSPropertyID propertyID, const char* desiredValue) argument
233 valueStyle(Frame* frame, CSSPropertyID propertyID) argument
[all...]
H A DEditor.cpp700 bool Editor::selectionStartHasStyle(CSSPropertyID propertyID, const String& value) const argument
702 return EditingStyle::create(propertyID, value)->triStateOfStyle(
703 EditingStyle::styleAtSelectionStart(m_frame->selection()->selection(), propertyID == CSSPropertyBackgroundColor).get());
706 TriState Editor::selectionHasStyle(CSSPropertyID propertyID, const String& value) const argument
708 return EditingStyle::create(propertyID, value)->triStateOfStyle(m_frame->selection()->selection());
711 String Editor::selectionStartCSSPropertyValue(CSSPropertyID propertyID) argument
714 propertyID == CSSPropertyBackgroundColor);
718 if (propertyID == CSSPropertyFontSize)
720 return selectionStyle->style()->getPropertyValue(propertyID);
H A Dmarkup.cpp457 static bool propertyMissingOrEqualToNone(StylePropertySet* style, CSSPropertyID propertyID) argument
461 RefPtr<CSSValue> value = style->getPropertyCSSValue(propertyID);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp135 CSSPropertyID propertyID = cssPropertyID(propName); local
136 if (propertyID && RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) {
138 propInfo->propID = propertyID;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.cpp289 CSSPropertyID propertyID = SVGElement::cssPropertyIdForSVGAttributeName(attr->name()); local
290 style->setProperty(propertyID, attr->value());
291 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(propertyID);
718 CSSPropertyID propertyID = cssPropertyIdForSVGAttributeName(name); local
719 if (propertyID > 0)
720 addPropertyToPresentationAttributeStyle(style, propertyID, value);
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp333 static void addPropertyWrapper(CSSPropertyID propertyID, AnimationPropertyWrapperBase* wrapper) argument
335 int propIndex = propertyID - firstCSSProperty;
344 static AnimationPropertyWrapperBase* wrapperForProperty(CSSPropertyID propertyID) argument
346 int propIndex = propertyID - firstCSSProperty;
1049 CSSPropertyID propertyID = animatableShorthandProperties[i]; local
1050 StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
1052 addPropertyWrapper(propertyID, new ShorthandPropertyWrapper(propertyID, shorthand));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp3263 bool Element::setInlineStyleProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important)
3266 ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important);
3271 bool Element::setInlineStyleProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important)
3274 ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important);
3279 bool Element::setInlineStyleProperty(CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important)
3282 ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createValue(value, unit), important);
3287 bool Element::setInlineStyleProperty(CSSPropertyID propertyID, const String& value, bool important)
3290 bool changes = ensureMutableInlineStyle()->setProperty(propertyID, value, important, document()->elementSheet()->contents());
3296 bool Element::removeInlineStyleProperty(CSSPropertyID propertyID)
3301 bool changes = ensureMutableInlineStyle()->removeProperty(propertyID);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.cpp957 void HTMLElement::addHTMLLengthToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value) argument
983 addPropertyToPresentationAttributeStyle(style, propertyID, v->substring(0, l));
988 addPropertyToPresentationAttributeStyle(style, propertyID, value);
1048 void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue) argument
1065 style->setProperty(propertyID, cssValuePool().createColorValue(parsedColor.rgb()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/AST/
H A DDeclObjC.cpp164 IdentifierInfo *propertyID) {
173 DeclContext::lookup_const_result R = DC->lookup(propertyID);
163 findPropertyDecl(const DeclContext *DC, IdentifierInfo *propertyID) argument

Completed in 2926 milliseconds

12