Searched refs:canEditRichly (Results 1 – 9 of 9) sorted by relevance
122 bool Editor::canEditRichly() const in canEditRichly() function in WebCore::Editor615 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 …]
79 bool canEditRichly() const;
509 …tFrame->eventHandler()->handleTextInputEvent("\n", event, !targetFrame->editor()->canEditRichly()); in executeInsertNewline()
615 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()
1816 return coreFrame && coreFrame->editor()->canEditRichly();
2497 and not just canEditRichly().
4438 Remove canEditRichly checks and rely on the editor to do the check instead.
41771 Add check for canEditRichly.56525 (WebCore::Editor::canEditRichly): Ditto.
11726 (WebCore::Editor::canEditRichly):