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

  /external/webkit/Source/WebCore/dom/
CSSMappedAttributeDeclaration.cpp 32 if (m_entryType != ePersistent)
MappedAttributeEntry.h 34 , ePersistent
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 455 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue);
468 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl);
471 decl->setMappedState(ePersistent, tableborderAttr, borderValue);
513 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue);
556 setMappedAttributeDecl(ePersistent, cellborderAttr, *cellBorderNames[borders], decl);
559 decl->setMappedState(ePersistent, cellborderAttr, cellborderValue);
599 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue);
618 setMappedAttributeDecl(ePersistent, rulesAttr, rulesValue, decl);
621 decl->setMappedState(ePersistent, rulesAttr, rulesValue);

Completed in 44 milliseconds