Searched refs:setMappedState (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | CSSMappedAttributeDeclaration.h | 43 … void setMappedState(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& val) in setMappedState() function
|
D | StyledElement.cpp | 195 attr->decl()->setMappedState(entry, attr->name(), attr->value()); in attributeChanged()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLTableElement.cpp | 471 decl->setMappedState(ePersistent, tableborderAttr, borderValue); in additionalAttributeStyleDecls() 559 decl->setMappedState(ePersistent, cellborderAttr, cellborderValue); in addSharedCellBordersDecl() 587 m_paddingDecl->setMappedState(eUniversal, cellpaddingAttr, paddingValue); in addSharedCellPaddingDecl() 621 decl->setMappedState(ePersistent, rulesAttr, rulesValue); in addSharedGroupDecls()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 10018 (DOM::CSSMappedAttributeDeclarationImpl::setMappedState): 17510 (DOM::CSSMappedAttributeDeclarationImpl::setMappedState): 50863 (DOM::CSSMappedAttributeDeclarationImpl::setMappedState):
|