Searched refs:redraw (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/third_party/WebKit/public/web/mac/
H A DWebScrollbarTheme.h50 // |redraw| is true if the update requires a redraw to include the change.
53 ScrollerStyle preferredScrollerStyle, bool redraw);
/external/chromium_org/third_party/WebKit/Source/web/mac/
H A DWebScrollbarTheme.mm48 ScrollerStyle preferredScrollerStyle, bool redraw)
55 initialButtonDelay, autoscrollButtonDelay, preferredScrollerStyle, redraw);
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A DrootUi.js34 return processes.redraw();
36 return profiler.redraw();
38 return mmap.redraw();
40 return nheap.redraw();
H A Dnheap.js64 this.redraw();
85 this.redraw = function() {
H A Dmmap.js101 this.redraw();
171 this.redraw = function() {
H A Dprocesses.js299 this.redraw = function() {
311 this.redraw();
/external/chromium_org/content/browser/
H A Dtheme_helper_mac.h30 bool redraw);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtable.js57 this.header_.redraw();
87 this.redraw();
193 redraw: function(index) {
194 this.list_.redraw();
195 this.header_.redraw();
212 // We resize columns only instead of full redraw.
237 * After sorting we need to redraw header
241 this.header_.redraw();
289 this.list_.redraw();
312 list.redraw();
[all...]
H A Dgrid.js179 this.redraw();
325 redraw: function() {
334 List.prototype.redraw.call(this);
H A Dlist.js104 this.redraw();
147 this.redraw();
205 this.redraw();
219 this.redraw();
296 this.redraw();
558 requestAnimationFrame(this.redraw.bind(this));
605 // it into view. The first scroll attempt will trigger a redraw,
607 // During the redraw, the list may shrink temporarily, which if the
627 * - redraw. (called in this.endBatchUpdates())
669 this.redraw();
[all...]
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
H A Dkiosk_app_list.js105 this.redraw();
158 redraw: function() {
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dpreferred_networks.js51 list.redraw();
139 this.redraw();
147 this.redraw();
H A Dbluetooth_device_list.js151 this.redraw();
174 this.redraw();
208 this.redraw();
H A Daccounts_options.js86 $('userList').redraw();
H A Dproxy_rules_list.js29 window.addEventListener('resize', this.redraw.bind(this));
H A Daccounts_user_list.js28 window.addEventListener('resize', this.redraw.bind(this));
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
H A Dtable_list.js40 List.prototype.redraw.call(this); // Redraw items only.
65 redraw: function() {
70 List.prototype.redraw.call(this);
H A Dtable_header.js56 this.redraw();
75 this.redraw();
81 redraw: function() {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Dlist.js155 this.redraw();
197 this.redraw();
248 this.redraw();
333 this.redraw();
357 this.addEventListener('scroll', this.redraw.bind(this));
539 // it into view. The first scroll attempt will trigger a redraw,
541 // During the redraw, the list may shrink temporarily, which if the
560 * - redraw.
592 this.redraw();
852 redraw
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacCommon.h42 void preferencesChanged(float initialButtonDelay, float autoscrollButtonDelay, NSScrollerStyle preferredScrollerStyle, bool redraw);
/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_view.js122 this.pageDiv.querySelector('.cookies-list').redraw();
H A Dsupervised_user_import.js156 $('select-avatar-grid').redraw();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java110 redraw();
116 redraw();
H A DCImageLabel.java70 redraw();
79 redraw();
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_images_grid.js357 this.redraw();
385 redraw: function() {
386 Grid.prototype.redraw.call(this);
387 // The active thumbnail maybe deleted in the above redraw(). Sets it again

Completed in 1001 milliseconds

123