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 82 bool canEditRichly() const;
Editor.cpp 184 bool Editor::canEditRichly() const
625 if (!style || style->isEmpty() || !canEditRichly())
633 if (!style || style->isEmpty() || !canEditRichly())
835 if (!canEditRichly())
    [all...]
EditorCommand.cpp 533 return targetFrame->eventHandler().handleTextInputEvent("\n", event, targetFrame->editor().canEditRichly() ? TextEventInputKeyboard : TextEventInputLineBreak);
    [all...]

Completed in 245 milliseconds