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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.h 50 class CSSComputedStyleDeclaration FINAL : public CSSStyleDeclaration {
52 static PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> create(PassRefPtrWillBeRawPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String())
54 return adoptRefWillBeNoop(new CSSComputedStyleDeclaration(node, allowVisitedStyle, pseudoElementName));
56 virtual ~CSSComputedStyleDeclaration();
78 CSSComputedStyleDeclaration(PassRefPtrWillBeRawPtr<Node>, bool allowVisitedStyle, const String&);
CSSComputedStyleDeclaration.cpp 25 #include "core/css/CSSComputedStyleDeclaration.h"
640 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(const RenderStyle& style, const StyleColor& color) const
778 PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::valueForFilter(const RenderObject* renderer, const RenderStyle& style) const
    [all...]
SVGCSSComputedStyleDeclaration.cpp 23 #include "core/css/CSSComputedStyleDeclaration.h"
86 PassRefPtrWillBeRawPtr<SVGPaint> CSSComputedStyleDeclaration::adjustSVGPaintForCurrentColor(PassRefPtrWillBeRawPtr<SVGPaint> newPaint, RenderStyle& style) const
99 PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 32 #include "core/css/CSSComputedStyleDeclaration.h"
137 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> editingStyleFromComputedStyle(PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> style, EditingPropertiesType type = OnlyInheritableEditingProperties)
458 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = CSSComputedStyleDeclaration::create(node);
497 void EditingStyle::replaceFontSizeByKeywordIfPossible(RenderStyle* renderStyle, CSSComputedStyleDeclaration* computedStyle)
629 RefPtrWillBeRawPtr<MutableStylePropertySet> parentStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node->parentNode()), AllEditingProperties);
630 RefPtrWillBeRawPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node), AllEditingProperties);
640 RefPtrWillBeRawPtr<MutableStylePropertySet> parentStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node->parentNode()), AllEditingProperties);
641 RefPtrWillBeRawPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclaration::create(node), AllEditingProperties);
711 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> nodeStyle = CSSComputedStyleDeclaration::create(node)
    [all...]
EditingStyle.h 49 class CSSComputedStyleDeclaration;
155 void replaceFontSizeByKeywordIfPossible(RenderStyle*, CSSComputedStyleDeclaration*);
ApplyStyleCommand.cpp 32 #include "core/css/CSSComputedStyleDeclaration.h"
469 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnicodeBidi);
519 int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(element).get(), CSSPropertyUnicodeBidi);
545 if (n->isHTMLElement() && getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnicodeBidi) == CSSValueEmbed)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.h 112 friend class CSSComputedStyleDeclaration;
SVGAnimationElement.cpp 31 #include "core/css/CSSComputedStyleDeclaration.h"
638 value = CSSComputedStyleDeclaration::create(element)->getPropertyValue(id);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 39 class CSSComputedStyleDeclaration;
149 PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyle() const;
Position.cpp 30 #include "core/css/CSSComputedStyleDeclaration.h"
287 PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> Position::computedStyle() const
292 return CSSComputedStyleDeclaration::create(elem);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 33 #include "core/css/CSSComputedStyleDeclaration.h"
702 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleInfo = CSSComputedStyleDeclaration::create(node, true);
732 RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleInfo = CSSComputedStyleDeclaration::create(node, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 33 #include "core/css/CSSComputedStyleDeclaration.h"
95 PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleIncludingVisitedInfo(Node*, ExceptionState&) const;
Internals.cpp 575 PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> Internals::computedStyleIncludingVisitedInfo(Node* node, ExceptionState& exceptionState) const
583 return CSSComputedStyleDeclaration::create(node, allowVisitedStyle);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 36 #include "core/css/CSSComputedStyleDeclaration.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 123 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 123 friend class CSSComputedStyleDeclaration; // Ignores visited styles, so needs to be able to see unvisited info.
    [all...]

Completed in 428 milliseconds