HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 28 // 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"));
bookmark_editor_view.cc 57 BookmarkEditorView* editor = new BookmarkEditorView(profile, local
59 editor->Show(parent_window);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertTextCommand.cpp 32 #include "core/editing/Editor.h"
145 } else if (document().frame()->editor().isOverwriteModeEnabled()) {
SpellChecker.cpp 35 #include "core/editing/Editor.h"
421 frame().editor().replaceSelectionWithText(autocorrectedString, false, false);
    [all...]
CompositeEditCommand.cpp 42 #include "core/editing/Editor.h"
120 frame->editor().unappliedEditing(this);
140 frame->editor().reappliedEditing(this);
214 frame->editor().appliedEditing(this);
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 120 views::Textfield* editor() { return editor_; } function in class:views::TreeView
353 // The editor; lazily created and never destroyed (well, until TreeView is
tree_view_unittest.cc 419 tree_.editor()->SetText(ASCIIToUTF16("a changed"));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 11 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
32 * @coverage core.model.property.editor
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 104 #include "core/editing/Editor.h"
    [all...]
WebViewImpl.cpp 43 #include "core/editing/Editor.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 35 #include "core/editing/Editor.h"
97 , m_editor(Editor::create(*this))
411 LayoutRect rect = editor().firstRectForRange(previousCharacterRange.get());
418 LayoutRect rect = editor().firstRectForRange(nextCharacterRange.get());
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 28 #include "core/editing/Editor.h"
130 if (node->renderer()->frame()->editor().behavior().shouldSelectOnContextualMenuClick())
171 if (textRenderer->frame()->editor().behavior().shouldSelectOnContextualMenuClick()) {
EventHandler.cpp 43 #include "core/editing/Editor.h"
416 (result.event().clickCount() == 2 && m_frame->editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
424 (result.event().clickCount() == 2 && m_frame->editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
532 if (!m_frame->editor().behavior().shouldConsiderSelectionAsDirectional()) {
    [all...]
DragController.cpp 42 #include "core/editing/Editor.h"
442 Element* target = innerFrame->editor().findEventTargetFrom(VisibleSelection(m_page->dragCaretController().caretPosition()));
504 bool smartDelete = innerFrame->editor().smartInsertDeleteEnabled();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /build/tools/releasetools/
common.py 687 self.editor = os.getenv("EDITOR", None)
696 user edit that file to add more needed passwords. If no editor is
741 if not self.editor or not self.pwfile:
759 p = Run([self.editor, "+%d" % (first_line,), self.pwfile])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 590 InspectorStyleTextEditor editor(&allProperties, text, sourceData->ruleBodyRange, newLineAndWhitespaceDelimiters());
596 editor.replaceProperty(index, propertyText);
598 editor.insertProperty(index, propertyText);
601 return m_parentStyleSheet->setStyleText(m_styleId, editor.styleText());
    [all...]
  /external/javassist/src/main/javassist/
CtClass.java     [all...]
CtBehavior.java 653 * @param editor specifies how to modify.
655 public void instrument(ExprEditor editor)
663 if (editor.doit(declaringClass, methodInfo))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 64 #include "core/editing/Editor.h"
229 if (page->deprecatedLocalMainFrame()->editor().isOverwriteModeEnabled())
230 page->deprecatedLocalMainFrame()->editor().toggleOverwriteModeEnabled();
786 document->frame()->editor().setMarkedTextMatchesAreHighlighted(highlight);
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 52 * List of available editor modes.
200 // Editor.
370 * Execute an action when the editor is not busy.
866 case 'U+0045': // 'e' toggles the editor.
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 54 import org.eclipse.wb.internal.core.model.property.editor.TextControlActionsManager;
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt

Completed in 1124 milliseconds

1 2 3 45 6 7