Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h126 void applyParagraphStyle(StylePropertySet*, EditAction = EditActionUnspecified);
DEditor.cpp615 void Editor::applyParagraphStyle(StylePropertySet* style, EditAction editingAction) in applyParagraphStyle() function in WebCore::Editor
636 applyParagraphStyle(style, editingAction); in applyParagraphStyleToSelection()
DEditorCommand.cpp187 frame.editor().applyParagraphStyle(style.get()); in executeApplyParagraphStyle()