HomeSort by relevance Sort by last modified time
    Searched refs:StylePropertySet (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PresentationAttributeStyle.h 39 class StylePropertySet;
41 PassRefPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
ElementData.h 43 class StylePropertySet;
81 const StylePropertySet* inlineStyle() const { return m_inlineStyle.get(); }
83 const StylePropertySet* presentationAttributeStyle() const;
116 mutable RefPtr<StylePropertySet> m_inlineStyle;
185 mutable RefPtr<StylePropertySet> m_presentationAttributeStyle;
203 inline const StylePropertySet* ElementData::presentationAttributeStyle() const
PresentationAttributeStyle.cpp 34 #include "core/css/StylePropertySet.h"
64 RefPtr<StylePropertySet> value;
156 PassRefPtr<StylePropertySet> computePresentationAttributeStyle(Element& element)
176 RefPtr<StylePropertySet> style;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 32 #include "core/css/StylePropertySet.h"
46 void MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType)
50 newProperties.properties = const_cast<StylePropertySet*>(properties);
MatchResult.h 33 class StylePropertySet;
59 RefPtr<StylePropertySet> properties;
79 void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 44 class StylePropertySet : public RefCountedWillBeRefCountedGarbageCollected<StylePropertySet> {
61 PropertyReference(const StylePropertySet& propertySet, unsigned index)
89 const StylePropertySet& m_propertySet;
135 StylePropertySet(CSSParserMode cssParserMode)
141 StylePropertySet(CSSParserMode cssParserMode, unsigned immutableArraySize)
154 class ImmutableStylePropertySet : public StylePropertySet {
188 DEFINE_TYPE_CASTS(ImmutableStylePropertySet, StylePropertySet, set, !set->isMutable(), !set.isMutable());
190 inline ImmutableStylePropertySet* toImmutableStylePropertySet(const RefPtr<StylePropertySet>& set)
195 class MutableStylePropertySet : public StylePropertySet {
    [all...]
StylePropertySerializer.h 27 #include "core/css/StylePropertySet.h"
31 class StylePropertySet;
35 StylePropertySerializer(const StylePropertySet&);
54 const StylePropertySet& m_propertySet;
CSSKeyframeRule.h 37 class StylePropertySet;
58 const StylePropertySet& properties() const { return *m_properties; }
60 void setProperties(PassRefPtr<StylePropertySet>);
71 RefPtr<StylePropertySet> m_properties;
StyleRule.h 36 class StylePropertySet;
109 const StylePropertySet& properties() const { return *m_properties; }
114 void setProperties(PassRefPtr<StylePropertySet>);
126 RefPtr<StylePropertySet> m_properties; // Cannot be null.
136 const StylePropertySet& properties() const { return *m_properties; }
139 void setProperties(PassRefPtr<StylePropertySet>);
149 RefPtr<StylePropertySet> m_properties; // Cannot be null.
159 const StylePropertySet& properties() const { return *m_properties; }
164 void setProperties(PassRefPtr<StylePropertySet>);
174 RefPtr<StylePropertySet> m_properties; // Cannot be null
    [all...]
StylePropertySet.cpp 24 #include "core/css/StylePropertySet.h"
52 void* slot = Heap::allocate<StylePropertySet>(sizeForImmutableStylePropertySetWithPropertyCount(count));
59 PassRefPtr<ImmutableStylePropertySet> StylePropertySet::immutableCopyIfNeeded() const
62 return toImmutableStylePropertySet(const_cast<StylePropertySet*>(this));
68 : StylePropertySet(cssParserMode)
73 : StylePropertySet(HTMLStandardMode)
81 : StylePropertySet(cssParserMode, length)
124 StylePropertySet::traceAfterDispatch(visitor);
127 MutableStylePropertySet::MutableStylePropertySet(const StylePropertySet& other)
128 : StylePropertySet(other.cssParserMode()
    [all...]
StyleRule.cpp 34 #include "core/css/StylePropertySet.h"
250 return sizeof(StyleRule) + sizeof(CSSSelector) + StylePropertySet::averageSizeInBytes();
276 void StyleRule::setProperties(PassRefPtr<StylePropertySet> properties)
304 void StyleRulePage::setProperties(PassRefPtr<StylePropertySet> properties)
331 void StyleRuleFontFace::setProperties(PassRefPtr<StylePropertySet> properties)
421 void StyleRuleViewport::setProperties(PassRefPtr<StylePropertySet> properties)
450 void StyleRuleFilter::setProperties(PassRefPtr<StylePropertySet> properties)
FontFace.h 51 class StylePropertySet;
112 bool setPropertyFromStyle(const StylePropertySet&, CSSPropertyID);
PageRuleCollector.cpp 32 #include "core/css/StylePropertySet.h"
116 const StylePropertySet& properties = rule->properties();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h 69 const StylePropertySet* additionalCellStyle();
70 const StylePropertySet* additionalGroupStyle(bool rows);
85 virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
92 PassRefPtrWillBeRawPtr<StylePropertySet> createSharedCellStyle();
105 RefPtrWillBeMember<StylePropertySet> m_sharedCellStyle;
HTMLTableCellElement.h 59 virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
HTMLTableColElement.h 48 virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
HTMLTableSectionElement.h 50 virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
HTMLTableElement.cpp 35 #include "core/css/StylePropertySet.h"
411 static PassRefPtr<StylePropertySet> createBorderStyle(CSSValueID value)
421 const StylePropertySet* HTMLTableElement::additionalPresentationAttributeStyle()
430 DEFINE_STATIC_REF(StylePropertySet, solidBorderStyle, (createBorderStyle(CSSValueHidden)));
437 DEFINE_STATIC_REF(StylePropertySet, solidBorderStyle, (createBorderStyle(CSSValueSolid)));
440 DEFINE_STATIC_REF(StylePropertySet, outsetBorderStyle, (createBorderStyle(CSSValueOutset)));
467 PassRefPtrWillBeRawPtr<StylePropertySet> HTMLTableElement::createSharedCellStyle()
507 const StylePropertySet* HTMLTableElement::additionalCellStyle()
514 static PassRefPtrWillBeRawPtr<StylePropertySet> createGroupBorderStyle(int rows)
531 const StylePropertySet* HTMLTableElement::additionalGroupStyle(bool rows
    [all...]
HTMLTableColElement.cpp 83 const StylePropertySet* HTMLTableColElement::additionalPresentationAttributeStyle()
HTMLTableSectionElement.cpp 48 const StylePropertySet* HTMLTableSectionElement::additionalPresentationAttributeStyle()
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.h 52 class StylePropertySet;
84 void retrieveResourcesForProperties(const StylePropertySet*, Document&);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveCSSPropertyCommand.cpp 31 #include "core/css/StylePropertySet.h"
52 const StylePropertySet* style = m_element->inlineStyle();
EditingStyle.h 60 class StylePropertySet;
86 static PassRefPtrWillBeRawPtr<EditingStyle> create(const StylePropertySet* style)
101 void overrideWithStyle(const StylePropertySet*);
150 explicit EditingStyle(const StylePropertySet*);
160 void mergeStyle(const StylePropertySet*, CSSPropertyOverrideMode);
232 CSSValueID getIdentifierValue(StylePropertySet*, CSSPropertyID);
Editor.h 58 class StylePropertySet;
125 void applyStyle(StylePropertySet*, EditAction = EditActionUnspecified);
126 void applyParagraphStyle(StylePropertySet*, EditAction = EditActionUnspecified);
127 void applyStyleToSelection(StylePropertySet*, EditAction);
128 void applyParagraphStyleToSelection(StylePropertySet*, EditAction);
213 void computeAndSetTypingStyle(StylePropertySet* , EditAction = EditActionUnspecified);
EditingStyle.cpp 39 #include "core/css/StylePropertySet.h"
144 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> getPropertiesNotIn(StylePropertySet* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);
149 static bool hasTransparentBackgroundColor(StylePropertySet*);
163 virtual bool propertyExistsInStyle(const StylePropertySet* style) const { return style->getPropertyCSSValue(m_propertyID); }
164 virtual bool valueIsPresentInStyle(Element*, StylePropertySet*) const;
200 bool HTMLElementEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const
217 virtual bool propertyExistsInStyle(const StylePropertySet*) const OVERRIDE;
218 virtual bool valueIsPresentInStyle(Element*, StylePropertySet*) const OVERRIDE;
232 bool HTMLTextDecorationEquivalent::propertyExistsInStyle(const StylePropertySet* style) const
238 bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) cons
    [all...]

Completed in 148 milliseconds

1 2 3