Searched refs:editor (Results 126 - 150 of 214) sorted by relevance

123456789

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboPropertyEditor.java11 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()
H A DAbstractTextPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
41 * @coverage core.model.property.editor
350 * @return <code>true</code> if this editor can modify text.
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... $1400 (com.jakewharton.disklrucache.DiskLruCache$Editor) com.jakewharton.disklrucache.DiskLruCache$Editor x0 ...
/external/proguard/src/proguard/classfile/editor/
H A DClassEditor.java21 package proguard.classfile.editor;
H A DConstantAdder.java21 package proguard.classfile.editor;
H A DElementValueAdder.java21 package proguard.classfile.editor;
H A DMemberAdder.java21 package proguard.classfile.editor;
H A DMethodInvocationFixer.java21 package proguard.classfile.editor;
62 // Reset the code attribute editor.
68 // Apply the code atribute editor.
H A DUtf8Shrinker.java21 package proguard.classfile.editor;
31 import proguard.classfile.editor.ConstantPoolRemapper;
H A DComparableConstant.java21 package proguard.classfile.editor;
H A DInstructionWriter.java21 package proguard.classfile.editor;
261 // Don't keep the editor around. We're assuming it won't be needed
310 * Makes sure there is a code attribute editor for the given code attribute.
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerFixer.java27 import proguard.classfile.editor.ConstantPoolEditor;
H A DMethodDescriptorShrinker.java27 import proguard.classfile.editor.ConstantPoolEditor;
H A DTailRecursionSimplifier.java28 import proguard.classfile.editor.CodeAttributeComposer;
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java26 import proguard.classfile.editor.CodeAttributeEditor;
81 // Reset the code attribute editor.
87 // Apply the code atribute editor.
/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 ...
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp91 return !frame || frame->editor().behavior().shouldConsiderSelectionAsDirectional();
286 m_frame->editor().respondToChangedSelection(oldSelection, options);
290 if (m_frame->editor().behavior().shouldCenterAlignWhenSelectionIsRevealed())
585 if (m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight()) {
703 bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight();
871 bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight();
1003 && m_frame && !m_frame->editor().behavior().shouldExtendSelectionByWordOrLineAcrossCaret()) {
1016 if (!m_frame || !m_frame->editor().behavior().shouldAlwaysGrowSelectionWhenExtendingToBoundary() || m_selection.isCaret() || !isBoundary(granularity))
1529 return frame->editor().lastEditCommand() && frame->editor()
[all...]
H A DInsertTextCommand.cpp145 } else if (document().frame()->editor().isOverwriteModeEnabled()) {
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc28 // Base class for bookmark editor tests. Creates a BookmarkModel and populates
287 // Brings up the editor, creating a new URL on the bookmark bar.
310 // Brings up the editor with no tree and modifies the url.
332 // Brings up the editor with no tree and modifies only the title.
382 // in then the editor is initially created showing.
427 ASSERT_TRUE(tree_view()->editor() != NULL);
428 tree_view()->editor()->SetText(ASCIIToUTF16("modified"));
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_editor.js14 * @param {Object} DOMContainers Various DOM containers required for the editor.
15 * @param {Array.<ImageEditor.Mode>} modes Available editor modes.
75 * Reflect the locked state of the editor in the UI.
141 console.warn('Inconsistent image editor state');
171 console.warn('Inconsistent image editor state');
306 * @param {ImageEditor} editor The editor instance.
310 ImageEditor.Mode.prototype.bind = function(editor, button) {
311 this.editor_ = editor;
314 this.viewport_ = editor
[all...]
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h120 views::Textfield* editor() { return editor_; } function in class:views::TreeView
353 // The editor; lazily created and never destroyed (well, until TreeView is
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
32 * @coverage core.model.property.editor
/external/proguard/src/proguard/
H A DProGuard.java24 import proguard.classfile.editor.ClassElementSorter;
/external/proguard/src/proguard/optimize/evaluation/
H A DVariableOptimizer.java25 import proguard.classfile.editor.*;
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java26 import proguard.classfile.editor.CodeAttributeComposer;

Completed in 2969 milliseconds

123456789