Searched refs:canEdit (Results 1 – 16 of 16) sorted by relevance
573 shouldEnable = frame->editor()->canEdit(); in checkOrEnableIfNeeded()674 shouldEnable = frame->editor()->canEdit(); in checkOrEnableIfNeeded()692 shouldEnable = frame->editor()->canEdit(); in checkOrEnableIfNeeded()699 shouldEnable = frame->editor()->canEdit(); in checkOrEnableIfNeeded()
455 …if (!frame->editor()->canEdit() && !(frame->settings() && frame->settings()->caretBrowsingEnabled(… in handleKeyboardEvent()520 if (!targetFrame || !targetFrame->editor()->canEdit()) in handleInputMethodKeydown()
639 if (focusedFrame->editor() && focusedFrame->editor()->canEdit() && start.node()) { in sendContextMenuEvent()1017 if (!editor->canEdit()) { in handleCompositionEvent()1101 if (!editor || !editor->canEdit()) in queryCompositionStatus()1132 if (!editor || !editor->canEdit()) in setTextDirection()
617 if (!frame->editor()->canEdit()) in handleEditingKeyboardEvent()
1019 if (!frame()->editor()->canEdit() && webName == "moveToBeginningOfDocument") in executeCommand()1022 if (!frame()->editor()->canEdit() && webName == "moveToEndOfDocument") in executeCommand()
118 bool Editor::canEdit() const in canEdit() function in WebCore::Editor182 return canEdit(); in canPaste()229 if (!canEdit()) in deleteWithDirection()980 if (!canEdit()) in insertLineBreak()993 if (!canEdit()) in insertParagraphSeparator()2523 …} else if (canEdit() && shouldInsertText(result->replacement, rangeToReplace.get(), EditorInsertAc… in markAllMisspellingsAndBadGrammarInRanges()2661 if (!canEdit()) in transpose()
78 bool canEdit() const;
614 enabled = editor->canEdit(); in updateAction()1241 if (!editor->canEdit()) { in inputMethodEvent()1302 if (editor->canEdit()) { in shortcutOverrideEvent()
4102 *enabled = m_page->focusController()->focusedOrMainFrame()->editor()->canEdit(); in editingEnabled()5365 if (!targetFrame || !targetFrame->editor()->canEdit()) in onIMEComposition()5474 if (!targetFrame || !targetFrame->editor()->canEdit()) in onIMERequest()
565 if (focusedFrame && focusedFrame->editor()->canEdit()) { in webkit_web_view_button_release_event()
1833 return coreFrame && coreFrame->editor()->canEdit();5871 if (coreFrame && coreFrame->editor()->canEdit()) {
7492 …frame for the target of the keyboard event. Also, don't do the canEdit check here, since the targ…7493 …have a selection at this point. Do the canEdit check within Editor::insertText, where we determin…
7568 * SetTextDirection{} family of WebActions are available when canEdit() is true
54878 (WebCore::Editor::canEdit):56524 (WebCore::Editor::canEdit): Ditto.56526 (WebCore::Editor::canPaste): Changed to call canEdit for brevity.
11725 (WebCore::Editor::canEdit):
54918 This bug doesn't affect Mac because the canEdit check in -[WebHTMLView insertText:] prevents