HomeSort by relevance Sort by last modified time
    Searched refs:ePersistent (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/dom/
CSSMappedAttributeDeclaration.cpp 32 if (m_entryType != ePersistent)
MappedAttributeEntry.h 33 , ePersistent
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 469 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue);
482 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl);
485 decl->setMappedState(ePersistent, tableborderAttr, borderValue);
527 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue);
570 setMappedAttributeDecl(ePersistent, cellborderAttr, *cellBorderNames[borders], decl);
573 decl->setMappedState(ePersistent, cellborderAttr, cellborderValue);
613 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue);
632 setMappedAttributeDecl(ePersistent, rulesAttr, rulesValue, decl);
635 decl->setMappedState(ePersistent, rulesAttr, rulesValue);

Completed in 248 milliseconds