HomeSort by relevance Sort by last modified time
    Searched refs:Redraw (Results 1 - 9 of 9) sorted by null

  /bootable/recovery/
screen_ui.h 56 void Redraw();
screen_ui.cpp 223 // Redraw everything on the screen. Does not flip pages.
279 // Redraw everything on the screen and flip the screen (make it visible).
292 draw_screen_locked(); // Must redraw the whole screen
312 int redraw = 0; local
319 redraw = 1;
325 redraw = 1;
336 redraw = 1;
340 if (redraw) update_progress_locked();
611 void ScreenRecoveryUI::Redraw()
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 99 // the position are changed to redraw the window.
100 bool Redraw(const gfx::PointF& position, float scale, bool animate);
103 // Redraw with the given zoom scale keeping the mouse cursor location. In
213 bool MagnificationControllerImpl::Redraw(const gfx::PointF& position,
464 // Don't redraw the old root window as it's being destroyed.
514 Redraw(gfx::Point(x, y), scale_, animate);
522 Redraw(point, scale_, animate);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.cc 132 gboolean Redraw(gpointer data) {
517 g_idle_add(Redraw, main_wnd_);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 258 void Redraw();
render_widget_host_view_win.cc 315 // should redraw in that case.
624 void RenderWidgetHostViewWin::Redraw() {
659 // Redraw. That minimizes chances of "flicker" resulting if the screen
673 Redraw();
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_tree.js 386 * Redraw subitems with the latest information. The items are sorted in
517 this.redraw(false /* recursive */);
560 this.redraw(recursive);
568 * Redraw the list.
572 DirectoryTree.prototype.redraw = function(recursive) {
589 this.redraw(true /* recursive */);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.h 406 void Redraw();
render_widget_host_view_win.cc 508 // should redraw in that case.
734 void RenderWidgetHostViewWin::Redraw() {
770 // Redraw. That minimizes chances of "flicker" resulting if the screen
794 Redraw();
    [all...]

Completed in 488 milliseconds