OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
792
// This is the list of properties we want to copy in the
copyBlockProperties
() function.
[
all
...]
/external/webkit/Source/WebCore/editing/
EditingStyle.cpp
453
blockProperties->m_mutableStyle = m_mutableStyle->
copyBlockProperties
();
[
all
...]
Completed in 63 milliseconds