Home
last modified time | relevance | path

Searched refs:CSSComputedStyleDeclaration (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.h40 class CSSComputedStyleDeclaration : public CSSStyleDeclaration {
42 …friend PassRefPtr<CSSComputedStyleDeclaration> computedStyle(PassRefPtr<Node>, bool allowVisitedSt…
43 virtual ~CSSComputedStyleDeclaration();
70 CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&);
85 inline PassRefPtr<CSSComputedStyleDeclaration> computedStyle(PassRefPtr<Node> node, bool allowVisi…
87 return adoptRef(new CSSComputedStyleDeclaration(node, allowVisitedStyle, pseudoElementName));
DCSSComputedStyleDeclaration.cpp427 PassRefPtr<CSSPrimitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(RenderStyle* st… in currentColorOrValidColor()
587 CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtr<Node> n, bool allowVisitedStyle… in CSSComputedStyleDeclaration() function in WebCore::CSSComputedStyleDeclaration
596 CSSComputedStyleDeclaration::~CSSComputedStyleDeclaration() in ~CSSComputedStyleDeclaration()
600 String CSSComputedStyleDeclaration::cssText() const in cssText()
616 void CSSComputedStyleDeclaration::setCssText(const String&, ExceptionCode& ec) in setCssText()
628 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getFontSizeCSSValuePreferringKeyword() const in getFontSizeCSSValuePreferringKeyword()
648 bool CSSComputedStyleDeclaration::useFixedFontDefaultSize() const in useFixedFontDefaultSize()
660 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadow(const ShadowData* shadow, int id, … in valueForShadow()
681 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID) const in getPropertyCSSValue()
803 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID, EUpdateLayout… in getPropertyCSSValue()
[all …]
DSVGCSSComputedStyleDeclaration.cpp62 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int propertyID, EUpdateLay… in getSVGPropertyCSSValue()
/external/webkit/Source/WebCore/dom/
DPosition.h39 class CSSComputedStyleDeclaration; variable
123 PassRefPtr<CSSComputedStyleDeclaration> computedStyle() const;
DPosition.cpp232 PassRefPtr<CSSComputedStyleDeclaration> Position::computedStyle() const in computedStyle()
/external/webkit/Source/WebCore/editing/
DEditingStyle.h45 class CSSComputedStyleDeclaration; variable
136 void replaceFontSizeByKeywordIfPossible(RenderStyle*, CSSComputedStyleDeclaration*);
DEditingStyle.cpp85 …tableStyleDeclaration> editingStyleFromComputedStyle(PassRefPtr<CSSComputedStyleDeclaration> style) in editingStyleFromComputedStyle()
312 RefPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = computedStyle(node); in init()
347 …::replaceFontSizeByKeywordIfPossible(RenderStyle* renderStyle, CSSComputedStyleDeclaration* comput… in replaceFontSizeByKeywordIfPossible()
809 RefPtr<CSSComputedStyleDeclaration> computedStyle = position.computedStyle(); in StyleChange()
DEditor.cpp587 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(n); in textDirectionForSelection()
617 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(node); in textDirectionForSelection()
902 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node); in selectionHasStyle()
950 RefPtr<CSSComputedStyleDeclaration> ancestorStyle = computedStyle(ancestor); in selectionStartCSSPropertyValue()
Dmarkup.cpp279 RefPtr<CSSComputedStyleDeclaration> computedStyleForElement = computedStyle(element); in appendElement()
DReplaceSelectionCommand.cpp254 RefPtr<CSSComputedStyleDeclaration> conFontStyle = computedStyle(n); in insertFragmentForTestRendering()
DApplyStyleCommand.cpp1458 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(node); in computedFontSize()
/external/webkit/Source/WebCore/svg/
DSVGColor.h73 friend class CSSComputedStyleDeclaration;
DSVGPaint.h94 friend class CSSComputedStyleDeclaration;
/external/webkit/Source/WebCore/inspector/
DInspectorCSSAgent.cpp196 …RefPtr<CSSComputedStyleDeclaration> computedStyleInfo = computedStyle(element, true); // Support t… in getStylesForNode()
258 RefPtr<CSSComputedStyleDeclaration> computedStyleInfo = computedStyle(element, true); in getComputedStyleForNode()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp610 …RefPtr<CSSComputedStyleDeclaration> style = computedStyle(static_cast<JSElement*>(toJS(element))->… in computedStyleIncludingVisitedInfo()
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp890 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(m_element, true); in styleProperty()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp555 RefPtr<WebCore::CSSComputedStyleDeclaration> style = computedStyle(webElement, true); in computedStyleIncludingVisitedInfo()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-14675 * css/CSSComputedStyleDeclaration.cpp:
677 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): call getPropertyCSSValue
678 * css/CSSComputedStyleDeclaration.h: add getPropertyCSSValue
688 (WebCore::CSSComputedStyleDeclaration::getSVGPropertyCSSValue): added.
1074 * css/CSSComputedStyleDeclaration.cpp:
1075 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
4484 * css/CSSComputedStyleDeclaration.cpp:
4485 * css/CSSComputedStyleDeclaration.h:
6490 …* css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue)…
8007 * css/CSSComputedStyleDeclaration.cpp:
[all …]
DAndroid.mk34 css/CSSComputedStyleDeclaration.cpp \
DChangeLog-2006-12-311547 * css/CSSComputedStyleDeclaration.cpp:
2089 * css/CSSComputedStyleDeclaration.cpp:
2091 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
3028 * css/CSSComputedStyleDeclaration.cpp:
3029 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
7106 * css/CSSComputedStyleDeclaration.cpp:
7107 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
10093 * css/CSSComputedStyleDeclaration.cpp:
10094 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
11707 * css/CSSComputedStyleDeclaration.cpp:
[all …]
DChangeLog-2008-08-10638 * css/CSSComputedStyleDeclaration.cpp:
639 … (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): add missing CSSProperties to switch
911 * css/CSSComputedStyleDeclaration.cpp:
1078 * css/CSSComputedStyleDeclaration.cpp:
4131 * css/CSSComputedStyleDeclaration.cpp:
4147 * css/CSSComputedStyleDeclaration.cpp:
5269 * css/CSSComputedStyleDeclaration.cpp:
5271 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
11074 * css/CSSComputedStyleDeclaration.cpp:
11081 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
[all …]
DWebCore.pro388 css/CSSComputedStyleDeclaration.cpp \
1372 css/CSSComputedStyleDeclaration.h \
DChangeLog-2010-01-298549 * css/CSSComputedStyleDeclaration.cpp:
8550 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
12081 * css/CSSComputedStyleDeclaration.cpp:
12086 (WebCore::CSSComputedStyleDeclaration::getSVGPropertyCSSValue):
27473 * css/CSSComputedStyleDeclaration.cpp: Removed include CachedImage.h, and
29105 * css/CSSComputedStyleDeclaration.cpp:
29106 (WebCore::CSSComputedStyleDeclaration::item):
32063 …* css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue)…
34284 * css/CSSComputedStyleDeclaration.cpp:
34286 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
[all …]
DChangeLog-2010-05-241062 * css/CSSComputedStyleDeclaration.cpp:
1064 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
1133 * css/CSSComputedStyleDeclaration.cpp:
1134 (WebCore::CSSComputedStyleDeclaration::currentColorOrValidColor):
1135 * css/CSSComputedStyleDeclaration.h:
15512 (2) a comment in CSSComputedStyleDeclaration::getPropertyCSSValue says so.
15773 * css/CSSComputedStyleDeclaration.cpp:
15774 …(WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): Add missing unimplemented CSS propert…
20674 * css/CSSComputedStyleDeclaration.cpp:
20675 (WebCore::CSSComputedStyleDeclaration::CSSComputedStyleDeclaration):
[all …]
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h114 …friend class CSSComputedStyleDeclaration; // Ignores visited styles, so needs to be able to see un… variable

12