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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp 90 if (executePendingEditorCommands(frame, pendingEditorCommands, frame->editor()->canEdit())) {
97 if (!frame->editor()->canEdit())
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 66 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())
    [all...]
DumpRenderTreeSupportGtk.cpp 515 if (!editor->canEdit() && !editor->hasComposition())
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 145 if (!frame->editor()->canEdit())
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 326 if (!frame || !frame->editor()->canEdit())
334 if (!frame || !frame->editor()->canEdit())
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 259 if (!canEdit(cursor)) {
287 boolean canEdit(Cursor c) {
605 return canEdit(item);
  /external/webkit/Source/WebCore/editing/
Editor.h 98 bool canEdit() const;
Editor.cpp 182 bool Editor::canEdit() const
246 return canEdit();
293 if (!canEdit())
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
EditorClientImpl.cpp 638 if (!frame->editor()->canEdit())
    [all...]
WebFrameImpl.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 430 protected boolean canEdit(Object element) {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 140 if (!frame->editor()->canEdit())
  /external/webkit/Source/WebCore/dom/
ContainerNode.cpp 803 if (document()->frame() && document()->frame()->editor()->canEdit()) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 668 protected boolean canEdit(Object element) {
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 562 enabled = editor->canEdit();
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 852 if (focusedFrame && focusedFrame->editor()->canEdit()) {
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 897 milliseconds