Searched refs:CSSComputedStyleDeclaration (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.h92 class CSSComputedStyleDeclaration : public CSSStyleDeclaration { class in namespace:WebCore
94 static PassRefPtr<CSSComputedStyleDeclaration> create(PassRefPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String())
96 return adoptRef(new CSSComputedStyleDeclaration(node, allowVisitedStyle, pseudoElementName));
98 virtual ~CSSComputedStyleDeclaration();
106 CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&);
H A DCSSComputedStyleDeclaration.cpp25 #include "CSSComputedStyleDeclaration.h"
1216 CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtr<Node> n, bool allowVisitedStyle, const String& pseudoElementName) function in class:WebCore::CSSComputedStyleDeclaration
1226 CSSComputedStyleDeclaration::~CSSComputedStyleDeclaration()
1230 void CSSComputedStyleDeclaration::ref()
1235 void CSSComputedStyleDeclaration::deref()
1242 String CSSComputedStyleDeclaration::cssText() const
1258 void CSSComputedStyleDeclaration::setCssText(const String&, ExceptionCode& ec)
1561 PassRefPtr<CSSValue> CSSComputedStyleDeclaration
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGColor.h81 friend class CSSComputedStyleDeclaration;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPosition.h39 class CSSComputedStyleDeclaration;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.h47 class CSSComputedStyleDeclaration;
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.h30 #include "CSSComputedStyleDeclaration.h"
82 PassRefPtr<CSSComputedStyleDeclaration> computedStyleIncludingVisitedInfo(Node*, ExceptionCode&) const;
H A DInternals.cpp598 PassRefPtr<CSSComputedStyleDeclaration> Internals::computedStyleIncludingVisitedInfo(Node* node, ExceptionCode& ec) const
606 return CSSComputedStyleDeclaration::create(node, allowVisitedStyle);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebelement.cpp25 #include "CSSComputedStyleDeclaration.h"
859 RefPtr<CSSComputedStyleDeclaration> style = CSSComputedStyleDeclaration::create(m_element, true);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DFatFingers.cpp25 #include "CSSComputedStyleDeclaration.h"
100 || CSSComputedStyleDeclaration::create(element)->getPropertyValue(cssPropertyID("cursor")) == "pointer";
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCSSAgent.cpp31 #include "CSSComputedStyleDeclaration.h"
801 RefPtr<CSSComputedStyleDeclaration> computedStyleInfo = CSSComputedStyleDeclaration::create(element, true);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp36 #include "CSSComputedStyleDeclaration.h"
1500 styleSheet.append(CSSComputedStyleDeclaration::create(element)->getPropertyValue(property));
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp33 #include "CSSComputedStyleDeclaration.h"
1373 return CSSComputedStyleDeclaration::create(elt, false, pseudoElt);

Completed in 120 milliseconds