Home
last modified time | relevance | path

Searched refs:additionalAttributeStyleDecls (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableColElement.h49 virtual void additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>&);
DHTMLTableSectionElement.h42 virtual void additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>&);
DHTMLTableCellElement.h58 virtual void additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>&);
DHTMLTableElement.h102 virtual void additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>&);
DHTMLTableColElement.cpp98 void HTMLTableColElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& result… in additionalAttributeStyleDecls() function in WebCore::HTMLTableColElement
DHTMLTableSectionElement.cpp67 void HTMLTableSectionElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& re… in additionalAttributeStyleDecls() function in WebCore::HTMLTableSectionElement
DHTMLTableCellElement.cpp129 void HTMLTableCellElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& resul… in additionalAttributeStyleDecls() function in WebCore::HTMLTableCellElement
DHTMLTableElement.cpp463 void HTMLTableElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results) in additionalAttributeStyleDecls() function in WebCore::HTMLTableElement
/external/webkit/WebCore/dom/
DStyledElement.h68 virtual void additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>&) {}; in additionalAttributeStyleDecls() function
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp1188 m_styledElement->additionalAttributeStyleDecls(m_additionalAttributeStyleDecls); in styleForElement()
/external/webkit/WebCore/
DChangeLog-2008-08-1011344 (WebCore::HTMLTableElement::additionalAttributeStyleDecls):
13402 (WebCore::HTMLTableElement::additionalAttributeStyleDecls):
56696 (WebCore::StyledElement::additionalAttributeStyleDecls):
56698 (WebCore::HTMLTableCellElement::additionalAttributeStyleDecls):
56702 (WebCore::HTMLTableColElement::additionalAttributeStyleDecls):
56707 (WebCore::HTMLTableElement::additionalAttributeStyleDecls):
56716 (WebCore::HTMLTableSectionElement::additionalAttributeStyleDecls):