Searched defs:redraw (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/file_manager/gallery/js/
H A Dribbon.js49 * Force redraw the ribbon.
51 Ribbon.prototype.redraw = function() {
56 * Clear all cached data to force full redraw on the next selection change.
78 this.redraw();
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c764 void redraw (char *command_line) function
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js605 * Fires once per minute to redraw extension icon.
607 function redraw() { function
730 window.setInterval(redraw, DRAW_INTERVAL);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_table.js312 // Override header#redraw to use FileTableSplitter.
313 self.header_.redraw = function() {
314 this.__proto__.redraw.call(this);
668 this.redraw();
H A Ddirectory_tree.js1053 this.redraw(recursive);
1063 DirectoryTree.prototype.redraw = function(recursive) {
1076 this.redraw(true /* recursive */);
/external/chromium_org/cc/scheduler/
H A Dscheduler_unittest.cc127 void SetRedrawWillHappenIfUpdateVisibleTilesHappens(bool redraw) { argument
128 redraw_will_happen_if_update_visible_tiles_happens_ = redraw;
486 // Test that requesting redraw inside a failed draw doesn't lose the request.
509 // We have a commit pending and the draw failed, and we didn't lose the redraw
/external/chromium_org/tools/traceline/svgui/
H A Dtraceline.js373 dom.redraw = draw;
447 // will need to be updated each time we redraw the scene.
457 // Called when we detected new scroll a should redraw
458 'redraw': function() { },
478 // need to give it a pointer to use in the closer to call this.redraw();
486 theobj.redraw(e.target.scrollLeft, e.target.scrollWidth);
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc1520 bool redraw) {
1528 redraw);
1515 OnUpdateScrollbarTheme( float initial_button_delay, float autoscroll_button_delay, bool jump_on_track_click, blink::ScrollerStyle preferred_scroller_style, bool redraw) argument
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc266 // A scoping class that prevents a window from being able to redraw in response
324 // If true, perform the redraw lock regardless of Aero state.
798 // Don't redraw the window here, because we invalidate the window later.
820 // windows, so we schedule a redraw manually using a task, since those never
1115 void HWNDMessageHandler::ResetWindowRegion(bool force, bool redraw) { argument
1125 SetWindowRgn(hwnd(), NULL, redraw); local
1158 SetWindowRgn(hwnd(), new_region, redraw); local
1607 // TODO(beng, et al): Hack to redraw this window and child windows
1610 // We redraw out-of-process HWNDs asynchronously to avoid hanging the
1617 // The frame may need to redraw a
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 9080 milliseconds