Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h212 void computeAndSetTypingStyle(StylePropertySet* , EditAction = EditActionUnspecified);
DEditor.cpp593 computeAndSetTypingStyle(style, editingAction); in applyStyle()
1121 void Editor::computeAndSetTypingStyle(StylePropertySet* style, EditAction editingAction) in computeAndSetTypingStyle() function in blink::Editor