Searched refs:canHaveAdditionalAttributeStyleDecls (Results 1 - 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/html/ | ||
H A D | HTMLTableColElement.h | 47 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableColElement |
H A D | HTMLTableSectionElement.h | 59 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableSectionElement |
H A D | HTMLTableCellElement.h | 60 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableCellElement |
H A D | HTMLTableElement.h | 80 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableElement |
/external/webkit/Source/WebCore/dom/ | ||
H A D | StyledElement.h | 58 virtual bool canHaveAdditionalAttributeStyleDecls() const { return false; } function in class:WebCore::StyledElement |
/external/webkit/Source/WebCore/css/ | ||
H A D | CSSStyleSelector.cpp | 1409 if (m_styledElement->canHaveAdditionalAttributeStyleDecls()) { |
Completed in 775 milliseconds