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

  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.cpp 780 static const int blockProperties[] = {
800 const unsigned numBlockProperties = WTF_ARRAY_LENGTH(blockProperties);
804 return copyPropertiesInSet(blockProperties, numBlockProperties);
809 removePropertiesInSet(blockProperties, numBlockProperties);
    [all...]
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 449 RefPtr<EditingStyle> blockProperties = EditingStyle::create();
451 return blockProperties;
453 blockProperties->m_mutableStyle = m_mutableStyle->copyBlockProperties();
456 return blockProperties;
    [all...]

Completed in 663 milliseconds