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

  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.h 40 class CSSComputedStyleDeclaration : public CSSStyleDeclaration {
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));
CSSComputedStyleDeclaration.cpp 25 #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)
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::useFixedFontDefaultSize() cons
    [all...]
SVGCSSComputedStyleDeclaration.cpp 24 #include "CSSComputedStyleDeclaration.h"
62 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int propertyID, EUpdateLayout updateLayout) const
  /external/webkit/Source/WebCore/svg/
SVGColor.h 73 friend class CSSComputedStyleDeclaration;
SVGPaint.h 94 friend class CSSComputedStyleDeclaration;
  /external/webkit/Source/WebCore/dom/
Position.h 39 class CSSComputedStyleDeclaration;
123 PassRefPtr<CSSComputedStyleDeclaration> computedStyle() const;
Position.cpp 29 #include "CSSComputedStyleDeclaration.h"
232 PassRefPtr<CSSComputedStyleDeclaration> Position::computedStyle() const
    [all...]
  /external/webkit/Source/WebCore/editing/
EditingStyle.h 45 class CSSComputedStyleDeclaration;
136 void replaceFontSizeByKeywordIfPossible(RenderStyle*, CSSComputedStyleDeclaration*);
EditingStyle.cpp 31 #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()
    [all...]
Editor.cpp 32 #include "CSSComputedStyleDeclaration.h"
587 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(n);
617 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(node);
902 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node);
    [all...]
markup.cpp 30 #include "CSSComputedStyleDeclaration.h"
279 RefPtr<CSSComputedStyleDeclaration> computedStyleForElement = computedStyle(element);
    [all...]
ReplaceSelectionCommand.cpp 32 #include "CSSComputedStyleDeclaration.h"
254 RefPtr<CSSComputedStyleDeclaration> conFontStyle = computedStyle(n);
    [all...]
ApplyStyleCommand.cpp 29 #include "CSSComputedStyleDeclaration.h"
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 30 #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/
WebFrame.cpp 43 #include <WebCore/CSSComputedStyleDeclaration.h>
610 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(static_cast<JSElement*>(toJS(element))->impl(), true);
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 23 #include "CSSComputedStyleDeclaration.h"
890 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(m_element, true);
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 27 #include "CSSComputedStyleDeclaration.h"
555 RefPtr<WebCore::CSSComputedStyleDeclaration> style = computedStyle(webElement, true);
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 34 css/CSSComputedStyleDeclaration.cpp \
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 114 friend class CSSComputedStyleDeclaration; // Ignores visited styles, so needs to be able to see unvisited info.
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 116 #import <WebCore/CSSComputedStyleDeclaration.h>
    [all...]

Completed in 7573 milliseconds