Home
last modified time | relevance | path

Searched refs:blockProperties (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/css/
DCSSMutableStyleDeclaration.cpp661 static const int blockProperties[] = { variable
681 const unsigned numBlockProperties = sizeof(blockProperties) / sizeof(blockProperties[0]);
685 return copyPropertiesInSet(blockProperties, numBlockProperties); in copyBlockProperties()
690 removePropertiesInSet(blockProperties, numBlockProperties); in removeBlockProperties()
/external/webkit/WebCore/
DChangeLog-2005-08-2322540 …SMutableStyleDeclarationImpl::copyBlockProperties): Use new name for blockProperties, and use the …