Home
last modified time | relevance | path

Searched refs:canEdit (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/platform/
DContextMenu.cpp573 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()
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp455 …if (!frame->editor()->canEdit() && !(frame->settings() && frame->settings()->caretBrowsingEnabled(… in handleKeyboardEvent()
520 if (!targetFrame || !targetFrame->editor()->canEdit()) in handleInputMethodKeydown()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp639 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()
DEditorClientImpl.cpp617 if (!frame->editor()->canEdit()) in handleEditingKeyboardEvent()
DWebFrameImpl.cpp1019 if (!frame()->editor()->canEdit() && webName == "moveToBeginningOfDocument") in executeCommand()
1022 if (!frame()->editor()->canEdit() && webName == "moveToEndOfDocument") in executeCommand()
/external/webkit/WebCore/editing/
DEditor.cpp118 bool Editor::canEdit() const in canEdit() function in WebCore::Editor
182 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()
DEditor.h78 bool canEdit() const;
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp614 enabled = editor->canEdit(); in updateAction()
1241 if (!editor->canEdit()) { in inputMethodEvent()
1302 if (editor->canEdit()) { in shortcutOverrideEvent()
/external/webkit/WebKit/win/
DWebView.cpp4102 *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()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp565 if (focusedFrame && focusedFrame->editor()->canEdit()) { in webkit_web_view_button_release_event()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm1833 return coreFrame && coreFrame->editor()->canEdit();
5871 if (coreFrame && coreFrame->editor()->canEdit()) {
/external/webkit/WebKit/mac/
DChangeLog-2007-10-147492 …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…
/external/webkit/WebKit/qt/
DChangeLog7568 * SetTextDirection{} family of WebActions are available when canEdit() is true
/external/webkit/WebCore/
DChangeLog-2007-10-1454878 (WebCore::Editor::canEdit):
56524 (WebCore::Editor::canEdit): Ditto.
56526 (WebCore::Editor::canPaste): Changed to call canEdit for brevity.
DChangeLog-2008-08-1011725 (WebCore::Editor::canEdit):
DChangeLog-2009-06-1654918 This bug doesn't affect Mac because the canEdit check in -[WebHTMLView insertText:] prevents