Searched refs:canEditRichly (Results 1 – 9 of 9) sorted by relevance
498 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()
123 bool Editor::canEditRichly() const in canEditRichly() function in WebCore::Editor616 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 …]
79 bool canEditRichly() const;
512 …tFrame->eventHandler()->handleTextInputEvent("\n", event, !targetFrame->editor()->canEditRichly()); in executeInsertNewline()
1839 return coreFrame && coreFrame->editor()->canEditRichly();
7569 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):