Home
last modified time | relevance | path

Searched refs:canEditRichly (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/editing/
DEditor.cpp122 bool Editor::canEditRichly() const in canEditRichly() function in WebCore::Editor
615 if (!canEditRichly()) in insertOrderedList()
625 if (!canEditRichly()) in insertUnorderedList()
635 …return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame… in canIncreaseSelectionListLevel()
640 …return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame… in canDecreaseSelectionListLevel()
645 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevel()
655 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevelOrdered()
665 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevelUnordered()
675 if (!canEditRichly() || m_frame->selection()->isNone()) in decreaseSelectionListLevel()
753 if (!style || style->length() == 0 || !canEditRichly()) in applyStyleToSelection()
[all …]
DEditor.h79 bool canEditRichly() const;
DEditorCommand.cpp509 …tFrame->eventHandler()->handleTextInputEvent("\n", event, !targetFrame->editor()->canEditRichly()); in executeInsertNewline()
/external/webkit/WebCore/platform/
DContextMenu.cpp615 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
633 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
641 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
732 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm1816 return coreFrame && coreFrame->editor()->canEditRichly();
/external/webkit/WebKit/qt/
DChangeLog2497 and not just canEditRichly().
/external/webkit/WebKit/mac/
DChangeLog-2007-10-144438 Remove canEditRichly checks and rely on the editor to do the check instead.
/external/webkit/WebCore/
DChangeLog-2007-10-1441771 Add check for canEditRichly.
56525 (WebCore::Editor::canEditRichly): Ditto.
DChangeLog-2008-08-1011726 (WebCore::Editor::canEditRichly):