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

/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.h40 class CSSComputedStyleDeclaration : public CSSStyleDeclaration { class in namespace:WebCore
42 friend PassRefPtr<CSSComputedStyleDeclaration> computedStyle(PassRefPtr<Node>, bool allowVisitedStyle, const String& pseudoElementName);
43 virtual ~CSSComputedStyleDeclaration();
70 CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&);
85 inline PassRefPtr<CSSComputedStyleDeclaration> computedStyle(PassRefPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String())
87 return adoptRef(new CSSComputedStyleDeclaration(node, allowVisitedStyle, pseudoElementName));
H A DCSSComputedStyleDeclaration.cpp25 #include "CSSComputedStyleDeclaration.h"
427 PassRefPtr<CSSPrimitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(RenderStyle* style, const Color& color) const
587 CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtr<Node> n, bool allowVisitedStyle, const String& pseudoElementName) function in class:WebCore::CSSComputedStyleDeclaration
596 CSSComputedStyleDeclaration::~CSSComputedStyleDeclaration()
600 String CSSComputedStyleDeclaration::cssText() const
616 void CSSComputedStyleDeclaration::setCssText(const String&, ExceptionCode& ec)
628 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getFontSizeCSSValuePreferringKeyword() const
648 bool CSSComputedStyleDeclaration
[all...]
H A DSVGCSSComputedStyleDeclaration.cpp24 #include "CSSComputedStyleDeclaration.h"
62 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int propertyID, EUpdateLayout updateLayout) const
/external/webkit/Source/WebCore/svg/
H A DSVGColor.h73 friend class CSSComputedStyleDeclaration;
H A DSVGPaint.h94 friend class CSSComputedStyleDeclaration;
/external/webkit/Source/WebCore/dom/
H A DPosition.h39 class CSSComputedStyleDeclaration;
123 PassRefPtr<CSSComputedStyleDeclaration> computedStyle() const;
H A DPosition.cpp29 #include "CSSComputedStyleDeclaration.h"
232 PassRefPtr<CSSComputedStyleDeclaration> Position::computedStyle() const
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.h45 class CSSComputedStyleDeclaration;
136 void replaceFontSizeByKeywordIfPossible(RenderStyle*, CSSComputedStyleDeclaration*);
H A DEditingStyle.cpp31 #include "CSSComputedStyleDeclaration.h"
85 static PassRefPtr<CSSMutableStyleDeclaration> editingStyleFromComputedStyle(PassRefPtr<CSSComputedStyleDeclaration> style)
312 RefPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = computedStyle(node);
347 void EditingStyle::replaceFontSizeByKeywordIfPossible(RenderStyle* renderStyle, CSSComputedStyleDeclaration* computedStyle)
809 RefPtr<CSSComputedStyleDeclaration> computedStyle = position.computedStyle();
H A DEditor.cpp32 #include "CSSComputedStyleDeclaration.h"
587 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(n);
617 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(node);
902 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node);
950 RefPtr<CSSComputedStyleDeclaration> ancestorStyle = computedStyle(ancestor);
H A Dmarkup.cpp30 #include "CSSComputedStyleDeclaration.h"
279 RefPtr<CSSComputedStyleDeclaration> computedStyleForElement = computedStyle(element);
H A DReplaceSelectionCommand.cpp32 #include "CSSComputedStyleDeclaration.h"
254 RefPtr<CSSComputedStyleDeclaration> conFontStyle = computedStyle(n);
H A DApplyStyleCommand.cpp29 #include "CSSComputedStyleDeclaration.h"
1458 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(node);
/external/webkit/Source/WebCore/inspector/
H A DInspectorCSSAgent.cpp30 #include "CSSComputedStyleDeclaration.h"
196 RefPtr<CSSComputedStyleDeclaration> computedStyleInfo = computedStyle(element, true); // Support the viewing of :visited information in computed style.
258 RefPtr<CSSComputedStyleDeclaration> computedStyleInfo = computedStyle(element, true);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp43 #include <WebCore/CSSComputedStyleDeclaration.h>
610 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(static_cast<JSElement*>(toJS(element))->impl(), true);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp23 #include "CSSComputedStyleDeclaration.h"
890 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(m_element, true);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp27 #include "CSSComputedStyleDeclaration.h"
555 RefPtr<WebCore::CSSComputedStyleDeclaration> style = computedStyle(webElement, true);
/external/webkit/Source/WebCore/
H A DAndroid.mk34 css/CSSComputedStyleDeclaration.cpp \
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h114 friend class CSSComputedStyleDeclaration; // Ignores visited styles, so needs to be able to see unvisited info.
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm116 #import <WebCore/CSSComputedStyleDeclaration.h>
6339 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(element, true);

Completed in 707 milliseconds