HomeSort by relevance Sort by last modified time
    Searched full:newmutablestyle (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 157 RefPtrWillBeRawPtr<MutableStylePropertySet> newMutableStyle = MutableStylePropertySet::create();
158 newMutableStyle->setProperty(propertyID, newStyle);
159 return applyCommandToFrame(frame, source, action, newMutableStyle.get());
    [all...]

Completed in 225 milliseconds