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

  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h 129 PassRefPtr<CSSMutableStyleDeclaration> copyBlockProperties() const;
CSSMutableStyleDeclaration.cpp 778 // This is the list of properties we want to copy in the copyBlockProperties() function.
802 PassRefPtr<CSSMutableStyleDeclaration> CSSMutableStyleDeclaration::copyBlockProperties() const
    [all...]
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 453 blockProperties->m_mutableStyle = m_mutableStyle->copyBlockProperties();
    [all...]

Completed in 265 milliseconds