Searched refs:canHaveAdditionalAttributeStyleDecls (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLTableColElement.h47 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableColElement
H A DHTMLTableSectionElement.h59 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableSectionElement
H A DHTMLTableCellElement.h60 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableCellElement
H A DHTMLTableElement.h80 virtual bool canHaveAdditionalAttributeStyleDecls() const { return true; } function in class:WebCore::HTMLTableElement
/external/webkit/Source/WebCore/dom/
H A DStyledElement.h58 virtual bool canHaveAdditionalAttributeStyleDecls() const { return false; } function in class:WebCore::StyledElement
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1409 if (m_styledElement->canHaveAdditionalAttributeStyleDecls()) {

Completed in 775 milliseconds