Searched refs:canEditRichly (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h74 bool canEditRichly() const;
H A DEditor.cpp185 bool Editor::canEditRichly() const function in class:blink::Editor
614 if (!style || style->isEmpty() || !canEditRichly())
622 if (!style || style->isEmpty() || !canEditRichly())
812 if (!canEditRichly())
H A DEditorCommand.cpp551 return targetFrame->eventHandler().handleTextInputEvent("\n", event, targetFrame->editor().canEditRichly() ? TextEventInputKeyboard : TextEventInputLineBreak);

Completed in 139 milliseconds