HomeSort by relevance Sort by last modified time
    Searched defs:additionalAttributeStyleDecls (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/dom/
StyledElement.h 64 virtual void additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>&) {};
  /external/webkit/WebCore/html/
HTMLTableColElement.cpp 96 void HTMLTableColElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
HTMLTableSectionElement.cpp 67 void HTMLTableSectionElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
HTMLTableCellElement.cpp 127 void HTMLTableCellElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
HTMLTableElement.cpp 463 void HTMLTableElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)

Completed in 148 milliseconds