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

  /external/webkit/WebCore/editing/
Editor.cpp 123 bool Editor::canEditRichly() const
616 if (!canEditRichly())
626 if (!canEditRichly())
636 return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame->document());
641 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
646 if (!canEditRichly() || m_frame->selection()->isNone())
656 if (!canEditRichly() || m_frame->selection()->isNone())
666 if (!canEditRichly() || m_frame->selection()->isNone())
676 if (!canEditRichly() || m_frame->selection()->isNone())
754 if (!style || style->length() == 0 || !canEditRichly())
    [all...]
Editor.h 79 bool canEditRichly() const;
EditorCommand.cpp 512 return targetFrame->eventHandler()->handleTextInputEvent("\n", event, !targetFrame->editor()->canEditRichly());
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 498 bool shouldShowFontMenu = frame->editor()->canEditRichly();
635 shouldEnable = frame->editor()->canEditRichly();
653 shouldEnable = frame->editor()->canEditRichly();
661 shouldEnable = frame->editor()->canEditRichly();
752 shouldEnable = frame->editor()->canEditRichly();
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 1632 milliseconds