/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiTreeBlock.java | 92 /** Container editor */ 143 * @param editor The parent manifest editor. 157 public UiTreeBlock(AndroidXmlEditor editor, 163 mEditor = editor; 171 /** @returns The container editor */ [all...] |
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
FmRxApp.java | 1355 SharedPreferences.Editor editor = fmConfigPreferences.edit(); local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CComboBox.java | 54 import org.eclipse.wb.internal.core.model.property.editor.TextControlActionsManager;
|
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeComposer.java | 21 package proguard.classfile.editor;
|
CodeAttributeEditor.java | 21 package proguard.classfile.editor; [all...] |
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 27 import proguard.classfile.editor.*; 653 // Create a branch target marker and a code attribute editor that can [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationSimplifier.java | 26 import proguard.classfile.editor.*; [all...] |
/external/webkit/Source/WebCore/editing/ |
SpellingCorrectionController.cpp | 291 m_frame->editor()->markAllMisspellingsAndBadGrammarInRanges(Editor::MarkSpelling | Editor::ShowCorrectionPanel, adjacentWords.toNormalizedRange().get(), 0);
|
CompositeEditCommand.cpp | [all...] |
/external/webkit/Source/WebCore/page/ |
FocusController.cpp | 33 #include "Editor.h" 319 return frame->editor()->shouldEndEditing(rangeOfContents(root).get());
|
/external/webkit/Source/WebCore/rendering/ |
RenderTextControl.cpp | 26 #include "Editor.h" 174 frame->editor()->clearUndoRedoOperations();
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.cpp | 291 return m_coreFrame->displayStringModifiedByEncoding(m_coreFrame->editor()->selectedText());
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
LabeledEditorView.java | 17 package com.android.contacts.editor; 64 public abstract class LabeledEditorView extends LinearLayout implements Editor, DialogShowingView { 155 // the last {@link Editor} in the section). 169 // safe to remove views (in case the user requests to delete this editor). 340 * Prepare this editor using the given {@link DataKind} for defining
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
DefaultSoftKeyboard.java | 739 public void setPreferences(SharedPreferences pref, EditorInfo editor) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 171 import org.eclipse.wb.internal.core.editor.structure.PageSiteComposite; 183 * Graphical layout editor part, version 2. 185 * The main component of the editor part is the {@link LayoutCanvasViewer}, which 214 * - The editor part and the outline are selection providers. 215 * - The editor part, the outline and the property sheet are listeners 239 /** Reference to the layout editor */ 245 /** The configuration chooser at the top of the layout editor. */ 258 /** The Rules Engine associated with this editor. It is project-specific. */ 287 * Flags which tracks whether this editor is currently active which is set whenever 297 * @param editorDelegate the associated XML editor delegat 766 CommonXmlEditor editor = getEditorDelegate().getEditor(); local [all...] |
/tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/model/ |
DbModel.java | 54 import org.eclipse.datatools.sqltools.data.internal.ui.editor.TableDataEditor;
|
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.cpp | 50 #include "Editor.h" [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
/external/webkit/Source/WebKit/win/ |
WebFrame.cpp | 1031 *result = coreFrame->editor()->selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length); 1062 String text = coreFrame->displayStringModifiedByEncoding(coreFrame->editor()->selectedText()); 1074 if (!coreFrame->editor()->command("SelectAll").execute()) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | [all...] |
/external/javassist/src/main/javassist/ |
CtClassType.java | [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
RawContactModifier.java | 50 import com.android.contacts.editor.EventFieldEditorView; 51 import com.android.contacts.editor.PhoneticNameEditorView; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoring.java | 184 public VisualRefactoring(IFile file, LayoutEditorDelegate editor, ITextSelection selection, 187 mDelegate = editor; 193 // is either a treeSelection (when invoked from the layout editor or the outline), or 194 // a selection (when invoked from an XML editor) 663 // is either a treeSelection (when invoked from the layout editor or the outline), or 664 // a selection (when invoked from an XML editor) [all...] |