HomeSort by relevance Sort by last modified time
    Searched refs:canEdit (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/editing/
Editor.h 78 bool canEdit() const;
Editor.cpp 118 bool Editor::canEdit() const
182 return canEdit();
229 if (!canEdit())
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 573 shouldEnable = frame->editor()->canEdit();
674 shouldEnable = frame->editor()->canEdit();
692 shouldEnable = frame->editor()->canEdit();
699 shouldEnable = frame->editor()->canEdit();
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 455 if (!frame->editor()->canEdit() && !(frame->settings() && frame->settings()->caretBrowsingEnabled()))
520 if (!targetFrame || !targetFrame->editor()->canEdit())
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp 639 if (focusedFrame->editor() && focusedFrame->editor()->canEdit() && start.node()) {
    [all...]
EditorClientImpl.cpp 617 if (!frame->editor()->canEdit())
    [all...]
WebFrameImpl.cpp 1019 if (!frame()->editor()->canEdit() && webName == "moveToBeginningOfDocument")
1022 if (!frame()->editor()->canEdit() && webName == "moveToEndOfDocument")
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 614 enabled = editor->canEdit();
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 580 protected boolean canEdit(Object element) {
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 565 if (focusedFrame && focusedFrame->editor()->canEdit()) {
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 209 milliseconds