HomeSort by relevance Sort by last modified time
    Searched refs:Edit (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 78 'edit': 'Enter',
89 'edit': 'F2',
199 // If hash contains e=, edit the item specified.
201 // Verify the node to edit is a valid node.
206 // After the list reloads, edit the desired bookmark.
562 case 'edit-command':
563 // Show the edit command if not a folder.
629 case 'edit-command':
659 var editingCommands = ['cut', 'delete', 'rename-folder', 'edit',
722 // Edit
    [all...]
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/
main.js 78 'edit': 'Enter',
89 'edit': 'F2',
196 // If hash contains e=, edit the item specified.
198 // Verify the node to edit is a valid node.
203 // After the list reloads, edit the desired bookmark.
549 case 'edit-command':
550 // Show the edit command if not a folder.
616 case 'edit-command':
642 var commandNames = ['copy', 'cut', 'delete', 'rename-folder', 'edit',
659 var editingCommands = ['cut', 'delete', 'rename-folder', 'edit',
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 17 # In addition, a new SQL function named "edit()" is created. This function
22 # the result of the edit() function. This allows text fields of SQL tables
25 # UPDATE table1 SET dscr = edit(dscr) WHERE rowid=15;
49 menubutton $w.mb.edit -text Edit -menu $w.mb.edit.m
50 pack $w.mb.file $w.mb.edit -side left -padx 8 -pady 1
53 sqlitecon::create_child $w $prompt $w.mb.edit.m
55 $db function edit ::sqlitecon::_edit
59 # window. It also creates an edit menu named "$editmenu" if $editmenu!=""
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 93 var EDIT_COLUMNS_LINK_ID = 'edit-columns-link';
96 var EDIT_COLUMNS_ROW = 'edit-columns-row';
483 * from the table. (They can be re-enabled by clicking [Edit columns]).
515 * including whatever has been hidden via [Edit Columns]).
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 328 // Edit constraints do nothing
637 * that do no computation, such as stay and edit constraints, are
790 * edit constraint is then added to the opposite end and the time is
816 var edit = new EditConstraint(first, Strength.PREFERRED);
818 edits.add(edit);
866 var edit = new EditConstraint(v, Strength.PREFERRED);
868 edits.add(edit);
874 edit.destroyConstraint();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 319 // Edit constraints do nothing
628 * that do no computation, such as stay and edit constraints, are
781 * edit constraint is then added to the opposite end and the time is
807 var edit = new EditConstraint(first, Strength.PREFERRED);
809 edits.add(edit);
857 var edit = new EditConstraint(v, Strength.PREFERRED);
859 edits.add(edit);
865 edit.destroyConstraint();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 319 // Edit constraints do nothing
628 * that do no computation, such as stay and edit constraints, are
781 * edit constraint is then added to the opposite end and the time is
807 var edit = new EditConstraint(first, Strength.PREFERRED);
809 edits.add(edit);
857 var edit = new EditConstraint(v, Strength.PREFERRED);
859 edits.add(edit);
865 edit.destroyConstraint();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 319 // Edit constraints do nothing
628 * that do no computation, such as stay and edit constraints, are
781 * edit constraint is then added to the opposite end and the time is
807 var edit = new EditConstraint(first, Strength.PREFERRED);
809 edits.add(edit);
857 var edit = new EditConstraint(v, Strength.PREFERRED);
859 edits.add(edit);
865 edit.destroyConstraint();
  /external/chromium_org/v8/benchmarks/
deltablue.js 325 // Edit constraints do nothing
634 * that do no computation, such as stay and edit constraints, are
787 * edit constraint is then added to the opposite end and the time is
813 var edit = new EditConstraint(first, Strength.PREFERRED);
815 edits.add(edit);
863 var edit = new EditConstraint(v, Strength.PREFERRED);
865 edits.add(edit);
871 edit.destroyConstraint();
  /external/v8/benchmarks/
deltablue.js 325 // Edit constraints do nothing
634 * that do no computation, such as stay and edit constraints, are
787 * edit constraint is then added to the opposite end and the time is
813 var edit = new EditConstraint(first, Strength.PREFERRED);
815 edits.add(edit);
863 var edit = new EditConstraint(v, Strength.PREFERRED);
865 edits.add(edit);
871 edit.destroyConstraint();
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 1075 case 'edit-command':
1076 // Show the edit command if not a folder
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
slide_mode.js 9 * between the images and to edit an image.
197 this.editButton_ = util.createChild(this.toolbar_, 'button edit', 'button');
207 this.editBarSpacer_ = util.createChild(this.toolbar_, 'edit-bar-spacer');
208 this.editBarMain_ = util.createChild(this.editBarSpacer_, 'edit-main');
210 this.editBarMode_ = util.createChild(this.container_, 'edit-modal');
212 this.editBarMode_, 'edit-modal-wrapper');
978 if (this.imageView_.getContentRevision() === 1) { // First edit.
979 ImageUtil.metrics.recordUserAction(ImageUtil.getMetricName('Edit'));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 3909 milliseconds

12