Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DEditorCommand.cpp150 RefPtr<CSSMutableStyleDeclaration> newMutableStyle = CSSMutableStyleDeclaration::create(); in executeToggleStyleInList() local
151 newMutableStyle->setProperty(propertyID, newStyle,ec); in executeToggleStyleInList()
152 return applyCommandToFrame(frame, source, action, newMutableStyle.get()); in executeToggleStyleInList()