HomeSort by relevance Sort by last modified time
    Searched defs:decorate (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/file_manager/js/
metrics.js 62 metrics.decorate = function(name) {
73 metrics.decorate('recordMediumCount');
74 metrics.decorate('recordSmallCount');
75 metrics.decorate('recordTime');
76 metrics.decorate('recordUserAction');
file_grid.js 16 throw new Error('Use FileGrid.decorate');
35 * @param {HTMLElement} self The grid to decorate.
39 FileGrid.decorate = function(self, metadataCache) {
40 cr.ui.Grid.decorate(self);
49 FileGrid.Item.decorate(item, entry, self);
129 * @param {HTMLDivElement} box Box to decorate.
215 FileGrid.Item.decorate = function(li, entry, grid) {
commandbutton.js 32 CommandButton.prototype.decorate = function() {
63 cr.ui.decorate(command, cr.ui.Command);
navigation_list.js 124 * Decorate the item.
126 NavigationListItem.prototype.decorate = function() {
127 // decorate() may be called twice: from the constructor and from
248 NavigationList.decorate = function(el, directoryModel) {
250 el.decorate(directoryModel);
256 NavigationList.prototype.decorate = function(directoryModel) {
257 cr.ui.List.decorate(this);
275 // Overriding default role 'list' set by cr.ui.List.decorate() to 'listbox'
scrollbar.js 48 ScrollBar.prototype.decorate = function() {
255 MainPanelScrollBar.prototype.decorate = function() {
256 ScrollBar.prototype.decorate.call(this);
directory_tree.js 221 DirectoryItem.decorate(item, dirEntry, parentDirItem, tree);
231 DirectoryItem.decorate =
234 (/** @type {DirectoryItem} */ el).decorate(
265 DirectoryItem.prototype.decorate = function(
459 DirectoryTree.decorate = function(el, directoryModel) {
461 (/** @type {DirectoryTree} */ el).decorate(directoryModel);
485 DirectoryTree.prototype.decorate = function(directoryModel) {
486 cr.ui.Tree.prototype.decorate.call(this);
file_table.js 201 throw new Error('Designed to decorate elements');
211 * @param {HTMLElement} self Table to decorate.
216 FileTable.decorate = function(self, metadataCache, fullPage) {
217 cr.ui.Table.decorate(self);
359 FileTableSplitter.decorate(splitters[i]);
866 * @param {HTMLInputElement} input Element to decorate.
896 * @param {HTMLInputElement} input Element to decorate.
file_tasks.js 688 FileTasks.decorate = function(method) {
727 FileTasks.decorate('display');
728 FileTasks.decorate('updateMenuItem');
729 FileTasks.decorate('execute');
730 FileTasks.decorate('executeDefault');
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
tile_view.js 19 TileView.decorate(self, prepareBox, loadBox);
41 * @param {HTMLDivElement} self Element to decorate.
45 TileView.decorate = function(self, prepareBox, loadBox) {
298 TileView.local.decorate = function(view, metadataCache) {
299 TileView.decorate(view, TileView.local.prepareBox, TileView.local.loadBox);
369 TileView.drive.decorate = function(view, metadataCache) {
370 TileView.decorate(view, TileView.drive.prepareBox, TileView.drive.loadBox);
427 TileBox.decorate(self, view, entry);
434 * @param {HTMLDivElement} self Element to decorate.
438 TileBox.decorate = function(self, view, entry)
    [all...]
ribbon.js 19 Ribbon.decorate(self, metadataCache, dataModel, selectionModel);
29 * Decorate a Ribbon instance.
36 Ribbon.decorate = function(self, metadataCache, dataModel, selectionModel) {
mosaic_mode.js 80 Mosaic.decorate(self, dataModel, selectionModel, metadataCache);
105 * Decorate a Mosaic instance.
112 Mosaic.decorate = function(self, dataModel, selectionModel, metadataCache) {
    [all...]
  /external/chromium/chrome/browser/resources/
wrench_menu.js 14 * Decorate Button item.
16 decorate: function() {
81 decorate: function() {
181 * Decorate Zoom button item.
183 decorate: function() {
272 * Decorate Zoom button item.
274 decorate: function() {
275 Menu.prototype.decorate.call(this);
  /external/chromium_org/chrome/browser/resources/chromeos/
wrench_menu.js 14 * Decorate Button item.
16 decorate: function() {
81 decorate: function() {
181 * Decorate Zoom button item.
183 decorate: function() {
272 * Decorate Zoom button item.
274 decorate: function() {
275 Menu.prototype.decorate.call(this);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PasswordGeneratorButtonElement.cpp 76 // input.shadowRoot may be inaccessible if the browser has decided to decorate
84 void PasswordGeneratorButtonElement::decorate(HTMLInputElement* input) function in class:WebCore::PasswordGeneratorButtonElement
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 46 public void decorate(Object element, IDecoration decoration) { method in class:FolderDecorator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 87 def decorate(func): function in function:ContextManagerTestCase._create_contextmanager_attribs.attribs
91 return decorate
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 87 def decorate(func): function in function:ContextManagerTestCase._create_contextmanager_attribs.attribs
91 return decorate
test_decorators.py 5 def decorate(func): function in function:funcattrs
8 return decorate
13 def decorate(func): function in function:MiscDecorators.author
16 return decorate
29 def decorate(func): function in function:dbcheck
36 return decorate
42 def decorate(func): function in function:countcalls
50 return decorate
98 def decorate(func): function in function:TestDecorators.test_argforms.noteargs
101 return decorate
226 def decorate(func): function in function:TestDecorators.test_eval_order.make_decorator
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 854 var decorate = function (job) { function
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 854 var decorate = function (job) { function
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 22 decorate: function() {
23 cr.ui.GridItem.prototype.decorate.call(this, arguments);
82 cr.ui.Grid.decorate(this.previewGrid_);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsTreeOutline.js 688 decorate: function(node)
712 decorate: function(node)
    [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 1833 milliseconds

1 2