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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
bookmark_list.js 415 get editing() {
416 return this.hasAttribute('editing');
418 set editing(editing) {
419 var oldEditing = this.editing;
420 if (oldEditing == editing)
436 // Calling list.focus blurs the input which will stop editing the list
459 listItem.editing = false;
465 if (editing) {
466 this.setAttribute('editing', '');
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
list.css 116 list[inlineeditable] > :not([editing]) [displaymode="edit"],
117 list[inlineeditable] > [editing] [displaymode="static"] {
121 list > [editing] input:invalid {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.cpp 27 #include "core/editing/EditCommand.h"
31 #include "core/editing/CompositeEditCommand.h"
32 #include "core/editing/FrameSelection.h"
EditCommand.h 29 #include "core/editing/EditAction.h"
30 #include "core/editing/VisibleSelection.h"
IndentOutdentCommand.h 29 #include "core/editing/ApplyBlockElementCommand.h"
30 #include "core/editing/EditAction.h"
ReplaceNodeWithSpanCommand.cpp 32 #include "core/editing/ReplaceNodeWithSpanCommand.h"
36 #include "core/editing/htmlediting.h"
TextInsertionBaseCommand.cpp 27 #include "core/editing/TextInsertionBaseCommand.h"
33 #include "core/editing/FrameSelection.h"
WrapContentsInDummySpanCommand.cpp 27 #include "core/editing/WrapContentsInDummySpanCommand.h"
30 #include "core/editing/ApplyStyleCommand.h"
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 43 #include "core/editing/FrameSelection.h"
44 #include "core/editing/PlainTextRange.h"
45 #include "core/editing/TextIterator.h"
  /external/mksh/src/
sh_flags.h 33 /* ./. Emacs command line editing mode */
41 /* ./. Emacs command line editing mode, gmacs variant */
116 /* ./. Vi command line editing mode */
  /libcore/luni/src/main/java/org/w3c/dom/
DocumentType.java 22 * <p>DOM Level 3 doesn't support editing <code>DocumentType</code> nodes.
45 * <br>The DOM Level 2 does not support editing entities, therefore
54 * <br>The DOM Level 2 does not support editing notations, therefore
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_icon_decoration.mm 33 // Do not drag if the user has been editing the location bar, or the
74 // Do not show page info if the user has been editing the location
  /external/chromium/chrome/browser/ui/cocoa/
rwhvm_editcommand_helper.h 43 // Adds editing selectors to the objc class using the objc runtime APIs.
58 // Converts an editing selector into a command name that can be sent to
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 25 NONE = 0, // HTTP/no URL/user is editing
45 // user is editing; see AutocompleteEditView::GetIcon().
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_editcommand_helper.h 41 // Adds editing selectors to the objc class using the objc runtime APIs.
56 // Converts an editing selector into a command name that can be sent to
  /external/chromium_org/third_party/WebKit/Source/web/
WebSurroundingText.cpp 33 #include "core/editing/SurroundingText.h"
34 #include "core/editing/VisiblePosition.h"
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
tree.js 512 set editing(editing) {
513 var oldEditing = this.editing;
514 if (editing == oldEditing)
542 if (editing) {
544 this.setAttribute('editing', '');
548 // the input loses focus we set editing to false again.
558 this.editing = false;
581 this.removeAttribute('editing');
597 get editing() {
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
tree.js 526 set editing(editing) {
527 var oldEditing = this.editing;
528 if (editing == oldEditing)
556 if (editing) {
558 this.setAttribute('editing', '');
562 // the input loses focus we set editing to false again.
572 this.editing = false;
595 this.removeAttribute('editing');
611 get editing() {
    [all...]
  /development/samples/SampleSyncAdapter/res/xml-v11/
syncadapter.xml 25 the file specifies that uploading (and thus editing) is supported.
  /external/bison/djgpp/
config_h.sed 1 # sed script for DJGPP specific editing of config.hin
testsuite.sed 2 # Sed script for additional DJGPP specific editing
  /external/chromium/chrome/browser/chromeos/login/
existing_user_view.h 53 // For editing the password.
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_apitest.cc 30 // Provide some testing data here, since bookmark editing will be disabled
  /external/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc 23 // Do not show page info if the user has been editing the location
location_icon_view.h 18 // This shows the user's current action while editing, the page security

Completed in 443 milliseconds

1 2 34 5 6 7 8 91011>>