Searched defs:editor (Results 101 - 116 of 116) sorted by relevance

12345

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java21 package proguard.classfile.editor;
H A DConstantPoolRemapper.java21 package proguard.classfile.editor;
320 // Initially, the code attribute editor doesn't contain any changes.
326 // Apply the code atribute editor. It will only contain any changes if
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp129 const Editor* editor = frame->editor(); local
130 if (!editor)
132 if (editor->isSpellCheckingEnabledInFocusedNode())
390 // Keys with special meaning. These will be delegated to the editor using
576 Editor::Command command = frame->editor()->command(commandName);
638 if (!frame->editor()->canEdit())
641 return frame->editor()->insertText(evt->keyEvent()->text(), evt);
H A DWebViewImpl.cpp551 Editor* editor = focused->editor(); local
555 editor->command(AtomicString("Paste")).execute();
1283 Editor* editor = focusedFrame->editor(); local
1284 if (editor && editor->hasComposition())
1285 editor->confirmComposition();
1300 Editor* editor = focused->editor();
1388 const Editor* editor = focused->editor(); local
[all...]
H A DWebFrameImpl.cpp1120 Editor* editor = frame()->editor(); local
1122 if (editor->hasComposition())
1123 editor->confirmComposition(text);
1125 editor->insertText(text, 0);
1131 Editor* editor = frame()->editor(); local
1134 editor->setComposition(text, decorations, location, length);
1139 frame()->editor()->confirmCompositionWithoutDisturbingSelection();
1144 return frame()->editor()
1199 Editor* editor = frame()->editor(); local
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp247 // Lookup the appropriate editor command to use for WebAction \a action
532 WebCore::Editor *editor = page->focusController()->focusedOrMainFrame()->editor();
557 case QWebPage::SelectAll: // editor command is always enabled
562 enabled = editor->canEdit();
566 // see if it's an editor command
569 // if it's an editor command, let it's logic determine state
571 Editor::Command command = editor->command(commandName);
749 if (focusFrame && (focusFrame->editor()->canCopy() || focusFrame->editor()
1056 WebCore::Editor *editor = frame->editor(); local
1231 WebCore::Editor* editor = frame->editor(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.ui.workbench_3.6.1.M20101117-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.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp401 IntRect firstRect = frame->editor()->firstRectForRange(selection->selection().firstRange().get());
835 Editor* editor = webView->priv->corePage->focusController()->focusedOrMainFrame()->editor(); local
836 result = result || editor->canPaste() || editor->canDHTMLPaste();
837 editor->paste();
852 if (focusedFrame && focusedFrame->editor()->canEdit()) {
988 if (focusController->focusedFrame()->editor()->canEdit())
1245 frame->editor()->command("SelectAll").execute();
1251 frame->editor()
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 352 milliseconds

12345