Searched refs:canEdit (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp90 if (executePendingEditorCommands(frame, pendingEditorCommands, frame->editor()->canEdit())) {
97 if (!frame->editor()->canEdit())
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp66 if (!frame || !frame->editor()->canEdit())
89 if (!frame || !frame->editor()->canEdit())
727 if (executePendingEditorCommands(frame, frame->editor()->canEdit())) {
734 if (!frame->editor()->canEdit())
770 if (!targetFrame || !targetFrame->editor()->canEdit())
821 if (!targetFrame || !targetFrame->editor()->canEdit())
H A DDumpRenderTreeSupportGtk.cpp515 if (!editor->canEdit() && !editor->hasComposition())
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm145 if (!frame->editor()->canEdit())
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp326 if (!frame || !frame->editor()->canEdit())
334 if (!frame || !frame->editor()->canEdit())
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp1031 shouldEnable = frame->editor()->canEdit();
1120 shouldEnable = frame->editor()->canEdit();
1138 shouldEnable = frame->editor()->canEdit();
1145 shouldEnable = frame->editor()->canEdit();
/external/webkit/Source/WebCore/editing/
H A DEditor.h98 bool canEdit() const;
H A DEditor.cpp182 bool Editor::canEdit() const function in class:WebCore::Editor
246 return canEdit();
293 if (!canEdit())
1134 if (!canEdit())
1149 if (!canEdit())
2274 } else if (canEdit() && shouldInsertText(result->replacement, rangeToReplace.get(), EditorInsertActionTyped)) {
2508 if (!canEdit())
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp1307 if (!editor->canEdit() && !editor->hasComposition())
1389 if (!editor || !editor->canEdit())
1483 if (!editor || !editor->canEdit())
H A DEditorClientImpl.cpp638 if (!frame->editor()->canEdit())
H A DWebFrameImpl.cpp1235 if (!frame()->editor()->canEdit() && webName == "moveToBeginningOfDocument")
1238 if (!frame()->editor()->canEdit() && webName == "moveToEndOfDocument")
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebPageMac.mm140 if (!frame->editor()->canEdit())
/external/webkit/Source/WebCore/dom/
H A DContainerNode.cpp803 if (document()->frame() && document()->frame()->editor()->canEdit()) {
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp562 enabled = editor->canEdit();
1058 if (!editor->canEdit()) {
1232 if (editor->canEdit()) {
/external/webkit/Source/WebKit/win/
H A DWebView.cpp4183 *enabled = m_page->focusController()->focusedOrMainFrame()->editor()->canEdit();
5500 if (!targetFrame || !targetFrame->editor()->canEdit())
5609 if (!targetFrame || !targetFrame->editor()->canEdit())
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp852 if (focusedFrame && focusedFrame->editor()->canEdit()) {
988 if (focusController->focusedFrame()->editor()->canEdit())
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm1841 return coreFrame && coreFrame->editor()->canEdit();
6104 if (!coreFrame || !coreFrame->editor()->canEdit())

Completed in 177 milliseconds