/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/ |
bookmark_manager_private_apitest.cc | 33 // Provide some testing data here, since bookmark editing will be disabled
|
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
bookmark_api_constants.cc | 28 const char kEditBookmarksDisabled[] = "Bookmark editing is disabled.";
|
/external/chromium_org/chrome/browser/ui/views/ |
browser_dialogs.h | 32 // to be notified when the user is done editing, or NULL. If NULL, the dialog
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_icon_view.h | 14 // This shows the user's current action while editing, the page security
|
page_info_helper.cc | 29 // Do not show page info if the user has been editing the location
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_url_generator.h | 81 // Generates a URL for getting or editing the resource entry of 85 // Generates a URL for getting or editing the resource entry of the 94 // Generates a URL for getting or editing the resource entry of the given 101 // Generates a URL for editing the contents in the directory specified
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-color-to-contenteditable.html | 4 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=74775">74775</a> WebKit editing throws exception when monochrome color dragged onto text</p>
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
BreakBlockquoteCommand.h | 29 #include "core/editing/CompositeEditCommand.h"
|
RemoveFormatCommand.h | 29 #include "core/editing/CompositeEditCommand.h"
|
UnlinkCommand.h | 29 #include "core/editing/CompositeEditCommand.h"
|
VisibleSelection.h | 29 #include "core/editing/SelectionType.h" 30 #include "core/editing/TextGranularity.h" 31 #include "core/editing/VisiblePosition.h" 130 // used to store values in editing commands for use when
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLSerializer.cpp | 27 #include "core/editing/markup.h"
|
/external/chromium_org/third_party/icu/source/config/ |
mh-unknown | 22 @echo "*** and editing it."
|
/external/chromium_org/third_party/libexif/ |
README.chromium | 10 libexif is a library for parsing, editing, and saving EXIF data. Many maker
|
/external/compiler-rt/lib/tsan/ |
gen_dynamic_list.sh | 43 echo "# AUTO GENERATED by compiler-rt/lib/tsan/gen_dynamic_list.sh; EDITING IS FUTILE."
|
/external/dnsmasq/contrib/port-forward/ |
portforward | 26 # removed when DHCP leases expire. After editing this file, send
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
LocalePropertyEditor.java | 51 // Editing
|
/external/icu4c/config/ |
mh-unknown | 22 @echo "*** and editing it."
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VD_EXTERNAL_Interface.h | 29 (useful for video editing) without having to instanciate a decoder, which can be useful precisely
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
OnContactBrowserActionListener.java | 44 * Opens the specified contact for editing.
|
OnContactPickerActionListener.java | 42 * Opens the specified contact for editing.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
curses_tests.py | 21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
curses_tests.py | 21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
|
/system/core/sh/ |
histedit.c | 80 * Set history and editing status. Called whenever the status may 88 #define editing (Eflag || Vflag) macro 104 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */ 106 * turn editing on 138 out2str("sh: can't initialize editing\n"); 141 } else if (!editing && el) { 156 if (el) { /* no editing if not interactive */ 209 out2str("sh: inputrc ignored, not editing\n"); 372 * If editing, grab a temp file.
|
/external/e2fsprogs/ext2ed/doc/ |
user-guide.sgml | 122 The ext2 general commands are available only when editing an ext2 filesystem. 126 The Type specific commands are available when editing a specific object in the 177 Main editing window 194 the editing at this point. 198 The main editing window is the place at which the actual data will be shown. 214 the usual editing keys are available. Each entered command is placed into a 234 EXT2ED is a tool for filesystem <Literal remap="tt">editing</Literal>. As such, it can be 424 Assuming that you are editing an ext2 filesystem and that everything goes 428 editing of an ext2 filesystem. 442 This section explains what EXT2ED provides even when not editing an ext [all...] |