Searched refs:ePersistent (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/html/ |
D | HTMLTableElement.cpp | 455 …CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderV… in additionalAttributeStyleDecls() 468 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl); in additionalAttributeStyleDecls() 471 decl->setMappedState(ePersistent, tableborderAttr, borderValue); in additionalAttributeStyleDecls() 513 …CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellbord… in addSharedCellBordersDecl() 556 setMappedAttributeDecl(ePersistent, cellborderAttr, *cellBorderNames[borders], decl); in addSharedCellBordersDecl() 559 decl->setMappedState(ePersistent, cellborderAttr, cellborderValue); in addSharedCellBordersDecl() 599 … CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); in addSharedGroupDecls() 618 setMappedAttributeDecl(ePersistent, rulesAttr, rulesValue, decl); in addSharedGroupDecls() 621 decl->setMappedState(ePersistent, rulesAttr, rulesValue); in addSharedGroupDecls()
|
/external/webkit/Source/WebCore/dom/ |
D | CSSMappedAttributeDeclaration.cpp | 32 if (m_entryType != ePersistent) in ~CSSMappedAttributeDeclaration()
|
D | MappedAttributeEntry.h | 34 , ePersistent enumerator
|