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.cpp 192 bool Editor::canEditRichly() const
529 if (!canEditRichly())
539 if (!canEditRichly())
549 return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame->document());
554 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
559 if (!canEditRichly() || m_frame->selection()->isNone())
569 if (!canEditRichly() || m_frame->selection()->isNone())
579 if (!canEditRichly() || m_frame->selection()->isNone())
589 if (!canEditRichly() || m_frame->selection()->isNone())
684 if (!style || style->isEmpty() || !canEditRichly())
    [all...]
Editor.h 84 bool canEditRichly() const;
EditorCommand.cpp 530 return targetFrame->eventHandler()->handleTextInputEvent("\n", event, targetFrame->editor()->canEditRichly() ? TextEventInputKeyboard : TextEventInputLineBreak);
    [all...]

Completed in 69 milliseconds