/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.h | 40 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));
|
D | CSSComputedStyleDeclaration.cpp | 427 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 …]
|
D | SVGCSSComputedStyleDeclaration.cpp | 62 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int propertyID, EUpdateLay… in getSVGPropertyCSSValue()
|
/external/webkit/Source/WebCore/dom/ |
D | Position.h | 39 class CSSComputedStyleDeclaration; variable 123 PassRefPtr<CSSComputedStyleDeclaration> computedStyle() const;
|
D | Position.cpp | 232 PassRefPtr<CSSComputedStyleDeclaration> Position::computedStyle() const in computedStyle()
|
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.h | 45 class CSSComputedStyleDeclaration; variable 136 void replaceFontSizeByKeywordIfPossible(RenderStyle*, CSSComputedStyleDeclaration*);
|
D | EditingStyle.cpp | 85 …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()
|
D | Editor.cpp | 587 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()
|
D | markup.cpp | 279 RefPtr<CSSComputedStyleDeclaration> computedStyleForElement = computedStyle(element); in appendElement()
|
D | ReplaceSelectionCommand.cpp | 254 RefPtr<CSSComputedStyleDeclaration> conFontStyle = computedStyle(n); in insertFragmentForTestRendering()
|
D | ApplyStyleCommand.cpp | 1458 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(node); in computedFontSize()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGColor.h | 73 friend class CSSComputedStyleDeclaration;
|
D | SVGPaint.h | 94 friend class CSSComputedStyleDeclaration;
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorCSSAgent.cpp | 196 …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/ |
D | WebFrame.cpp | 610 …RefPtr<CSSComputedStyleDeclaration> style = computedStyle(static_cast<JSElement*>(toJS(element))->… in computedStyleIncludingVisitedInfo()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.cpp | 890 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(m_element, true); in styleProperty()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.cpp | 555 RefPtr<WebCore::CSSComputedStyleDeclaration> style = computedStyle(webElement, true); in computedStyleIncludingVisitedInfo()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 675 * 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 …]
|
D | Android.mk | 34 css/CSSComputedStyleDeclaration.cpp \
|
D | ChangeLog-2006-12-31 | 1547 * 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 …]
|
D | ChangeLog-2008-08-10 | 638 * 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 …]
|
D | WebCore.pro | 388 css/CSSComputedStyleDeclaration.cpp \ 1372 css/CSSComputedStyleDeclaration.h \
|
D | ChangeLog-2010-01-29 | 8549 * 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 …]
|
D | ChangeLog-2010-05-24 | 1062 * 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/ |
D | RenderStyle.h | 114 …friend class CSSComputedStyleDeclaration; // Ignores visited styles, so needs to be able to see un… variable
|