Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h115 void applyParagraphStyleToSelection(StylePropertySet*, EditAction);
DEditor.cpp620 void Editor::applyParagraphStyleToSelection(StylePropertySet* style, EditAction editingAction) in applyParagraphStyleToSelection() function in blink::Editor
1010 applyParagraphStyleToSelection(style.get(), EditActionSetWritingDirection); in setBaseWritingDirection()
DEditorCommand.cpp185 frame.editor().applyParagraphStyleToSelection(style.get(), action); in executeApplyParagraphStyle()