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

  /bootable/recovery/
screen_ui.h 58 void Redraw();
screen_ui.cpp 205 // Redraw everything on the screen. Does not flip pages.
261 // Redraw everything on the screen and flip the screen (make it visible).
274 draw_screen_locked(); // Must redraw the whole screen
294 int redraw = 0; local
301 redraw = 1;
312 redraw = 1;
316 if (redraw) update_progress_locked();
573 void ScreenRecoveryUI::Redraw()
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 101 // the position are changed to redraw the window.
102 bool Redraw(const gfx::PointF& position, float scale, bool animate);
113 // Redraw with the given zoom scale keeping the mouse cursor location. In
214 bool MagnificationControllerImpl::Redraw(const gfx::PointF& position,
449 // Don't redraw the old root window as it's being destroyed.
500 Redraw(gfx::Point(x, y), scale_, animate);
508 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_org/tools/sheriffing/
functions.js 125 // Redraw the page content.
  /device/asus/fugu/recovery/
recovery_ui.cpp 236 Redraw();
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 350 * Redraw subitems with the latest information. The items are sorted in
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 364 // Redraw the elements back onto the canvas.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]

Completed in 190 milliseconds