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

1 2

  /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...]
  /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...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 273 if (!canEdit(cursor)) {
301 boolean canEdit(Cursor c) {
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
EditorClientImpl.cpp 638 if (!frame->editor()->canEdit())
    [all...]
WebFrameImpl.cpp     [all...]
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorView.java 354 protected boolean canEdit(Object arg0) {
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/dialogs/importks/
ConvertKeyStoreTypeDialog.java 184 protected boolean canEdit(Object element)
ImportEntriesDialog.java 185 protected boolean canEdit(Object element)
  /tools/motodev/src/plugins/preflighting.ui/src/com/motorolamobility/preflighting/ui/tabs/
CheckersTabComposite.java     [all...]
  /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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 632 protected boolean canEdit(Object element) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
LegacyAvdEditDialog.java 704 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...]

Completed in 851 milliseconds

1 2