Home
last modified time | relevance | path

Searched refs:ePersistent (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp455 …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/
DCSSMappedAttributeDeclaration.cpp32 if (m_entryType != ePersistent) in ~CSSMappedAttributeDeclaration()
DMappedAttributeEntry.h34 , ePersistent enumerator