HomeSort by relevance Sort by last modified time
    Searched refs:OnPaint (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/ui/app_list/views/
cached_label.cc 29 Label::OnPaint(&canvas);
35 void CachedLabel::OnPaint(gfx::Canvas* canvas) {
cached_label.h 23 // Have the next call to OnPaint() update the backing image.
26 // Calls the base label's OnPaint() to paint into a backing image.
31 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
progress_bar_view.h 26 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
pulsing_block_view.h 31 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
folder_background_view.h 41 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
search_result_actions_view.h 37 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.h 30 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
overlay_scroll_bar.h 33 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /ndk/tests/device/test-stlport_shared-exception/jni/
p8155.cpp 54 void OnPaint();
65 void CWnd :: OnPaint() {
102 void OnPaint();
114 void CMainWindow :: OnPaint()
139 { 100, (AFX_PMSG)(AFX_PMSGW)(void (CWnd::*)(void))&CMainWindow::OnPaint },
  /ndk/tests/device/test-stlport_static-exception/jni/
p8155.cpp 54 void OnPaint();
65 void CWnd :: OnPaint() {
102 void OnPaint();
114 void CMainWindow :: OnPaint()
139 { 100, (AFX_PMSG)(AFX_PMSGW)(void (CWnd::*)(void))&CMainWindow::OnPaint },
  /external/chromium_org/ash/desktop_background/
desktop_background_view.h 22 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/ash/shelf/
overflow_button.h 28 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.h 35 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
password_generation_popup_view_views.h 43 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_toolbar_button.h 22 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/ui/message_center/views/
proportional_image_view.h 22 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
notification_button.h 32 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
padded_button.h 28 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
proportional_image_view.cc 24 void ProportionalImageView::OnPaint(gfx::Canvas* canvas) {
25 views::View::OnPaint(canvas);
  /external/chromium_org/ui/views/controls/menu/
menu_separator.h 23 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/ash/system/user/
rounded_image_view.h 38 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_view.h 38 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/ui/views/controls/
progress_bar.h 51 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/ash/system/tray/
actionable_view.cc 70 void ActionableView::OnPaint(gfx::Canvas* canvas) {
71 View::OnPaint(canvas);
  /external/chromium_org/ui/compositor/test/
test_compositor_host_win.cc 38 CR_MSG_WM_PAINT(OnPaint)
41 void OnPaint(HDC dc) {

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 910