HomeSort by relevance Sort by last modified time
    Searched full:editing (Results 201 - 225 of 1203) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 74 // Called when the user begins editing the field, for every edit,
75 // and when the user is done editing the field.
126 // Superclass aborts editing before changing the string, which causes
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 78 // Called when the user begins editing the field, for every edit,
79 // and when the user is done editing the field.
136 // Superclass aborts editing before changing the string, which causes
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.h 92 // when editing an existing profile. Asks the profile shortcut manager whether
111 // Callback for the "addProfileShortcut" message, which is called when editing
117 // editing an existing profile and the user clicks the "Remove desktop
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.cpp 32 #include "core/editing/FormatBlockCommand.h"
33 #include "core/editing/VisibleUnits.h"
34 #include "core/editing/htmlediting.h"
PlainTextRange.cpp 28 #include "core/editing/PlainTextRange.h"
33 #include "core/editing/TextIterator.h"
34 #include "core/editing/VisiblePosition.h"
TypingCommand.cpp 27 #include "core/editing/TypingCommand.h"
32 #include "core/editing/BreakBlockquoteCommand.h"
33 #include "core/editing/Editor.h"
34 #include "core/editing/FrameSelection.h"
35 #include "core/editing/InsertLineBreakCommand.h"
36 #include "core/editing/InsertParagraphSeparatorCommand.h"
37 #include "core/editing/InsertTextCommand.h"
38 #include "core/editing/SpellChecker.h"
39 #include "core/editing/VisiblePosition.h"
40 #include "core/editing/VisibleUnits.h
    [all...]
VisibleSelection.cpp 27 #include "core/editing/VisibleSelection.h"
33 #include "core/editing/TextIterator.h"
34 #include "core/editing/VisibleUnits.h"
35 #include "core/editing/htmlediting.h"
439 // FIXME: Position::downstream() or Position::upStream() might violate editing boundaries
440 // if an anchor node has a Shadow DOM. So we adjust selection to avoid crossing editing
447 // But because we use VisibleSelection to store values in editing commands for use when
451 // class for editing to use that can manipulate selections that are not currently valid.
586 // The selection crosses an Editing boundary. This is a
587 // programmer error in the editing code. Happy debugging
    [all...]
htmlediting.cpp 27 #include "core/editing/htmlediting.h"
39 #include "core/editing/Editor.h"
40 #include "core/editing/HTMLInterchange.h"
41 #include "core/editing/PlainTextRange.h"
42 #include "core/editing/TextIterator.h"
43 #include "core/editing/VisiblePosition.h"
44 #include "core/editing/VisibleSelection.h"
45 #include "core/editing/VisibleUnits.h"
66 // purposes of editing.
527 // Use this function instead of create a regular range object (avoiding editing offset)
    [all...]
Editor.cpp 28 #include "core/editing/Editor.h"
45 #include "core/editing/ApplyStyleCommand.h"
46 #include "core/editing/DeleteSelectionCommand.h"
47 #include "core/editing/IndentOutdentCommand.h"
48 #include "core/editing/InputMethodController.h"
49 #include "core/editing/InsertListCommand.h"
50 #include "core/editing/ModifySelectionListLevel.h"
51 #include "core/editing/RemoveFormatCommand.h"
52 #include "core/editing/RenderedPosition.h"
53 #include "core/editing/ReplaceSelectionCommand.h
    [all...]
InsertListCommand.cpp 27 #include "core/editing/InsertListCommand.h"
32 #include "core/editing/TextIterator.h"
33 #include "core/editing/VisibleUnits.h"
34 #include "core/editing/htmlediting.h"
231 // See the bug 33668 and editing/execCommand/insert-list-orphaned-item-with-nested-lists.html.
370 // inline ancestors of start, since it is easier for editing to produce
BreakBlockquoteCommand.cpp 27 #include "core/editing/BreakBlockquoteCommand.h"
32 #include "core/editing/VisiblePosition.h"
33 #include "core/editing/htmlediting.h"
Caret.cpp 27 #include "core/editing/Caret.h"
30 #include "core/editing/htmlediting.h"
216 // it happens after the document has accounted for any editing
FrameSelection.h 30 #include "core/editing/Caret.h"
31 #include "core/editing/EditingStyle.h"
32 #include "core/editing/VisibleSelection.h"
ModifySelectionListLevel.cpp 27 #include "core/editing/ModifySelectionListLevel.h"
30 #include "core/editing/FrameSelection.h"
31 #include "core/editing/htmlediting.h"
  /external/chromium_org/ui/gfx/
selection_model.h 32 // TODO(xji): publish bidi-editing guide line and replace the place holder.
39 // bidi editing guide (http://bidi-editing-guideline):
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 41 #include "core/editing/FrameSelection.h"
42 #include "core/editing/TextIterator.h"
43 #include "core/editing/htmlediting.h"
209 // FIXME: Eliminate legacy editing positions
268 // FIXME: Eliminate legacy editing positions
287 // FIXME: Eliminate legacy editing positions
363 // FIXME: Eliminate legacy editing positions
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 196 // We are still editing the element's tag name, not the attributes
229 // We're editing attributes in an element node (either the attributes' names
287 * Gets the choices when the user is editing the name of an XML element.
289 * The user is editing the name of an element (the "parent").
337 * Gets the choices when the user is editing an XML attribute.
340 * user is editing an attribute value (isInValue) or an attribute name.
344 * - AttribInfo.correctedPrefix if the user has been editing an attribute value and it has
353 * @return an AttributeDescriptor[] if the user is editing an attribute name.
354 * a String[] if the user is editing an attribute value with some known values,
362 // Editing an attribute's value... Get the attribute name and then th
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 29 // receive notification of selection changes and restrict editing.
69 // Cancels the current edit. Does nothing if not editing.
72 // Commits the current edit. Does nothing if not editing.
75 // If the user is editing a node, it is returned. If the user is not
76 // editing a node, NULL is returned.
350 // destroyed). Hidden when no longer editing. We do this avoid destruction
  /frameworks/base/docs/html/training/notepad/
notepad-ex3.jd 30 <p>The current application has some problems &mdash; hitting the back button when editing
31 causes a crash, and anything else that happens during editing will cause the
33 <p>To fix this, we will move most of the functionality for creating and editing
34 the note into the NoteEdit class, and introduce a full life cycle for editing
42 NoteEdit Activity is a <code>mRowId</code> (but only if we are editing, if creating we pass
75 editing contains a saved state in the Bundle, which we should recover (this would happen
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 69 VpnProfile profile, boolean editing) {
73 mEditing = editing;
136 // Forth, determine to do editing or connecting.
164 // Not editing, just show username and password.
252 private boolean validate(boolean editing) {
253 if (!editing) {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_intents.html 14 such as editing images via the <code>manifest.json</code>;
43 "title" : "Best Image editing app",
228 To ask for an application that supports image editing,
  /external/libvorbis/doc/
vorbis-clip.txt 3 Sample granularity editing of a Vorbis file; inferred arbitrary sample
18 Thus, when we edit a Vorbis stream, the finest physical editing
20 actually somewhat more complex and mp3 editing is more complicated
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 128 * <p>Start editing the pixels in the buffer. A null is returned if the buffer
129 * cannot be locked for editing.</p>
180 * Finish editing pixels in the buffer.
  /external/ceres-solver/internal/ceres/generated/
schur_eliminator_2_2_2.cc 41 // Editing it manually is not recommended.
schur_eliminator_2_2_3.cc 41 // Editing it manually is not recommended.

Completed in 597 milliseconds

1 2 3 4 5 6 7 891011>>