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

<<11121314151617181920>>

  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 26 import proguard.classfile.editor.CodeAttributeComposer;
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 29 import proguard.classfile.editor.*;
  /external/webkit/Source/WebCore/editing/
markup.cpp 44 #include "Editor.h"
538 DeleteButtonController* deleteButton = frame ? frame->editor()->deleteButtonController() : 0;
695 deleteButtonContainerElement = frame->editor()->deleteButtonController()->containerElement();
    [all...]
SelectionController.cpp 32 #include "Editor.h"
167 TypingCommand::closeTyping(m_frame->editor()->lastEditCommand());
194 m_frame->editor()->respondToChangedSelection(oldSelection, options);
198 if (m_frame->editor()->behavior().shouldCenterAlignWhenSelectionIsRevealed())
337 m_isDirectional = !m_frame || m_frame->editor()->behavior().shouldConsiderSelectionAsDirectional() || isDirectional;
820 if (!m_frame || !m_frame->editor()->behavior().shouldAlwaysGrowSelectionWhenExtendingToBoundary() || m_selection.isCaret() || !isBoundary(granularity))
    [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 511 if (frame->editor()->findString(target, (options & ~WrapAround) | StartInSelection)) {
523 bool found = startFrame->editor()->findString(target, options | WrapAround | StartInSelection);
545 frame->editor()->setMarkedTextMatchesAreHighlighted(shouldHighlight);
546 matches += frame->editor()->countMatchesForText(target, options, limit ? (limit - matches) : 0, true);
  /external/webkit/Source/WebCore/platform/gtk/
ClipboardGtk.cpp 22 #include "Editor.h"
49 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame* frame)
312 m_dataObject->setText(frame->editor()->selectedText());
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 32 import com.android.contacts.editor.ContactEditorUtils;
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 41 import com.android.contacts.editor.PhotoActionPopup;
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 17 package com.android.contacts.editor;
PhoneticNameEditorView.java 17 package com.android.contacts.editor;
30 * A dedicated editor for phonetic name. It is similar to {@link StructuredNameEditorView}.
StructuredNameEditorView.java 17 package com.android.contacts.editor;
39 * A dedicated editor for structured name. When the user collapses/expands
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ImportExportDialogFragment.java 41 import com.android.contacts.editor.SelectAccountDialogFragment;
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 17 package com.android.contacts.editor;
34 * adb shell am instrument -w -e class com.android.contacts.editor.ContactEditorUtilsTest \
187 // Now we open the contact editor with the new account.
189 // When closing the editor, we save the default account.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 169 /** The editor. Non-null when invoked from {@link ExtractStringAction}. Null otherwise. */
274 * @param editor The editor.
277 public ExtractStringRefactoring(IFile file, IEditorPart editor, ITextSelection selection) {
280 mEditor = editor;
532 * originating from an Android Layout Editor. We rely on some internal properties of the
533 * Structured XML editor to retrieve file content to avoid parsing it again. We also rely
548 status.addFatalError("Only the Android XML Editor is currently supported.");
552 AndroidXmlEditor editor = (AndroidXmlEditor) mEditor; local
559 smodel = editor.getModelForRead()
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 309 private SharedPreferences.Editor mPrefEditor = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 520 * example) the XML editor just glow with yellow underlines for all the
626 * Shows the given marker in the editor
641 IEditorPart editor = local
643 if (editor != null) {
644 IDE.gotoMarker(editor, marker);
657 * @param editor the editor for the file, if known
662 @Nullable IEditorPart editor) {
663 LintListDialog dialog = new LintListDialog(shell, file, editor);
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 30 #include "Editor.h"
532 bool containsComposition = renderer()->node() && renderer()->frame()->editor()->compositionNode() == renderer()->node();
533 bool useCustomUnderlines = containsComposition && renderer()->frame()->editor()->compositionUsesCustomUnderlines();
554 renderer()->frame()->editor()->compositionStart(),
555 renderer()->frame()->editor()->compositionEnd());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 738 SharedPreferences.Editor editor = Prefs.edit(mContext);
739 editor.putBoolean(Prefs.DO_NOT_DISTURB_PREF, false);
740 editor.apply();
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 37 import android.content.SharedPreferences.Editor;
331 Editor editor = mPreferences.edit(); local
332 editor.putString(CameraSettings.KEY_EXPOSURE, "0");
333 editor.apply();
2306 Editor editor = mPreferences.edit(); local
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 58 BookmarkEditorView* editor = local
60 editor->Show(parent_hwnd);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 251 * Get the shift key state from the editor.
253 * @param editor Editor
257 protected int getShiftKeyState(EditorInfo editor) {
258 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 156 ExtractStyleRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) {
157 super(selectedElements, editor);
ExtractStyleWizard.java 59 public ExtractStyleWizard(ExtractStyleRefactoring ref, LayoutEditorDelegate editor) {
60 super(ref, editor);

Completed in 1270 milliseconds

<<11121314151617181920>>