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

  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 187 bool Editor::canEditRichly() const
711 if (!canEditRichly())
721 if (!canEditRichly())
731 return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame->document());
736 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
741 if (!canEditRichly() || m_frame->selection()->isNone())
751 if (!canEditRichly() || m_frame->selection()->isNone())
761 if (!canEditRichly() || m_frame->selection()->isNone())
771 if (!canEditRichly() || m_frame->selection()->isNone())
862 if (!style || !style->length() || !canEditRichly())
    [all...]
Editor.h 99 bool canEditRichly() const;
EditorCommand.cpp 523 return targetFrame->eventHandler()->handleTextInputEvent("\n", event, targetFrame->editor()->canEditRichly() ? TextEventInputKeyboard : TextEventInputLineBreak);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 72 milliseconds