HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 326 - 350 of 537) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/page/
DragController.cpp 39 #include "Editor.h"
377 Node* target = innerFrame->editor()->findEventTargetFrom(dragCaret);
408 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get()))
411 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor);
456 if (!fragment || !innerFrame->editor()->shouldInsertFragment(fragment, range, EditorInsertActionDropped)) {
465 bool smartDelete = innerFrame->editor()->smartInsertDeleteEnabled();
480 if (text.isEmpty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActionDropped)) {
758 clipboard->writePlainText(src->editor()->selectedText());
    [all...]
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 1378 SharedPreferences.Editor editor = fmTxPreferences.edit(); local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 197 if (!frame->editor()->hasComposition() || frame->editor()->ignoreCompositionSelectionChange())
202 m_page->send(Messages::WebPageProxy::DidChangeCompositionSelection(frame->editor()->getCompositionSelection(start, end)));
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 62 * the video editor.
120 * @param editor The video editor reference
129 protected MediaItem(VideoEditor editor, String mediaItemId, String filename,
150 mMANativeHelper = ((VideoEditorImpl)editor).getNativeContext();
151 mProjectPath = editor.getPath();
172 * the editor then this API controls the rendering mode.
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 17 package com.android.contacts.editor;
47 * Simple editor that handles labels and any {@link EditField} defined for the
114 final View editor = mFields.getChildAt(0); local
120 if (!imm.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT)) {
279 * Returns true if the editor is currently configured to show optional fields.
290 * Populates the bound rectangle with the bounds of the last editor field inside this view.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 341 * @param editor the editor associated with the property
347 @NonNull AndroidXmlEditor editor,
352 IDocument document = editor.getStructuredSourceViewer().getDocument();
357 AdtUtils.setToolsAttribute(editor, element, "Bind View", name, value,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 50 import org.eclipse.wb.internal.core.editor.structure.IPage;
62 * Property sheet page used when the graphical layout editor is chosen
85 * editor
87 * @param editor the editor associated with this property sheet page
89 public PropertySheetPage(GraphicalEditorPart editor) {
90 mEditor = editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 146 // if marker is text type, enforce a line number so that it shows in the editor
367 // before we show the type in an editor window, we make sure the current
368 // workbench page has an editor area (typically the ddms perspective doesn't).
373 // no editor area? we open the java perspective.
377 IEditorPart editor = JavaUI.openInEditor(result); local
378 if (editor instanceof ITextEditor) {
379 // get the text editor that was just opened.
380 ITextEditor textEditor = (ITextEditor)editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 147 IEditorPart editor = AdtPlugin.openFile(file, null,
149 if (editor instanceof AndroidXmlEditor) {
150 final AndroidXmlEditor xmlEditor = (AndroidXmlEditor)editor;
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 86 #import <WebCore/Editor.h>
903 coreFrame->editor()->pasteAsFragment(core(fragment), [self _canSmartReplaceWithPasteboard:pasteboard], false);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 49 #include "Editor.h"
401 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()) {
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
31 * The {@link PropertyEditor} for selecting single value using {@link CComboBox}. This editor has
37 * @coverage core.model.property.editor
87 // keep editor active
AbstractComboPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
33 * @coverage core.model.property.editor
97 // keep editor active
104 // editor created without bounds, so activate it after first setBounds()
  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 21 package proguard.classfile.editor;
ComparableConstant.java 21 package proguard.classfile.editor;
ElementValueAdder.java 21 package proguard.classfile.editor;
InstructionWriter.java 21 package proguard.classfile.editor;
56 // The code attribute editor has to be created lazily.
268 * Makes sure there is a code attribute editor for the given code attribute.
MemberAdder.java 21 package proguard.classfile.editor;
MethodInvocationFixer.java 21 package proguard.classfile.editor;
65 // Reset the code attribute editor.
71 // Apply the code atribute editor.
  /external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java 27 import proguard.classfile.editor.ConstantPoolEditor;
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 27 import proguard.classfile.editor.VariableRemapper;
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 26 import proguard.classfile.editor.CodeAttributeEditor;
81 // Reset the code attribute editor.
87 // Apply the code atribute editor.
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 88 String plainText = frame->editor()->selectedText();
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardGtk.cpp 70 dataObject->setText(frame->editor()->selectedText());
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 32 #include "Editor.h"
63 QString text = frame->editor()->selectedText();
172 /* This function is called from Editor::tryDHTMLCopy before actually set the clipboard

Completed in 551 milliseconds

<<11121314151617181920>>