HomeSort by relevance Sort by last modified time
    Searched refs:canEditRichly (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 74 bool canEditRichly() const;
Editor.cpp 185 bool Editor::canEditRichly() const
614 if (!style || style->isEmpty() || !canEditRichly())
622 if (!style || style->isEmpty() || !canEditRichly())
812 if (!canEditRichly())
    [all...]
EditorCommand.cpp 551 return targetFrame->eventHandler().handleTextInputEvent("\n", event, targetFrame->editor().canEditRichly() ? TextEventInputKeyboard : TextEventInputLineBreak);
    [all...]

Completed in 37 milliseconds