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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dmulti_profile_share_dialog.js20 var canEdit = parentNode.ownerDocument.createElement('option');
21 canEdit.textContent = str('DRIVE_SHARE_TYPE_CAN_EDIT');
22 canEdit.value = MultiProfileShareDialog.Result.CAN_EDIT;
34 this.shareTypeSelect_.appendChild(canEdit);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorKeyBindings.cpp61 if (!behavior().shouldInsertCharacter(*evt) || !canEdit())
H A DEditor.cpp180 bool Editor::canEdit() const function in class:blink::Editor
242 return canEdit();
292 if (!canEdit())
795 if (!canEdit())
809 if (!canEdit())
1023 if (!canEdit())
H A DInputMethodController.cpp395 if (!editor().canEdit())
402 if (!editor().canEdit())
H A DEditor.h73 bool canEdit() const;
H A DEditorCommand.cpp1707 if (!canEdit() && commandName == "moveToBeginningOfDocument")
1710 if (!canEdit() && commandName == "moveToEndOfDocument")
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js62 var canEdit = true; variable
443 e.canExecute = canEdit;
486 e.canExecute = !isSearch && canEdit && !unmodifiable;
552 e.canExecute = isFolder && canEdit && !hasUnmodifiable(items);
565 e.canExecute = !isFolder && canEdit && !hasUnmodifiable(items);
576 e.canExecute = canCopyItems() && canEdit &&
622 e.canExecute = hasSelected() && !isTopLevelItem() && canEdit &&
633 e.canExecute = hasSelected() && !isTopLevelItem() && canEdit &&
661 chrome.bookmarkManagerPrivate.canEdit(function(result) {
662 if (result != canEdit) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp2175 if (!focused->editor().canEdit() && !inputMethodController.hasComposition())
2284 if (!focused->editor().canEdit())
2605 if (!editor.canEdit())
H A DWebLocalFrameImpl.cpp1196 if (!frame()->editor().canEdit())

Completed in 2699 milliseconds