Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DContextMenu.cpp498 bool shouldShowFontMenu = frame->editor()->canEditRichly(); in populate()
635 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
653 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
661 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
752 shouldEnable = frame->editor()->canEditRichly(); in checkOrEnableIfNeeded()
/external/webkit/WebCore/editing/
DEditor.cpp123 bool Editor::canEditRichly() const in canEditRichly() function in WebCore::Editor
616 if (!canEditRichly()) in insertOrderedList()
626 if (!canEditRichly()) in insertUnorderedList()
636 …return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame… in canIncreaseSelectionListLevel()
641 …return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame… in canDecreaseSelectionListLevel()
646 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevel()
656 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevelOrdered()
666 if (!canEditRichly() || m_frame->selection()->isNone()) in increaseSelectionListLevelUnordered()
676 if (!canEditRichly() || m_frame->selection()->isNone()) in decreaseSelectionListLevel()
754 if (!style || style->length() == 0 || !canEditRichly()) in applyStyleToSelection()
[all …]
DEditor.h79 bool canEditRichly() const;
DEditorCommand.cpp512 …tFrame->eventHandler()->handleTextInputEvent("\n", event, !targetFrame->editor()->canEditRichly()); in executeInsertNewline()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm1839 return coreFrame && coreFrame->editor()->canEditRichly();
/external/webkit/WebKit/qt/
DChangeLog7569 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):