Searched refs:OnPaint (Results 201 - 225 of 244) sorted by relevance

12345678910

/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.cc335 void AppListItemView::OnPaint(gfx::Canvas* canvas) { function in class:app_list::AppListItemView
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h235 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h197 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc169 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
351 void StatusBubbleViews::StatusView::OnPaint(gfx::Canvas* canvas) { function in class:StatusBubbleViews::StatusView
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc198 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
216 void NotificationProgressBar::OnPaint(gfx::Canvas* canvas) { function in class:__anon16962::NotificationProgressBar
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc110 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc77 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc638 void AutofillDialogViews::OverlayView::OnPaint(gfx::Canvas* canvas) { function in class:autofill::AutofillDialogViews::OverlayView
769 void AutofillDialogViews::NotificationArea::OnPaint(gfx::Canvas* canvas) { function in class:autofill::AutofillDialogViews::NotificationArea
770 views::View::OnPaint(canvas);
1011 void AutofillDialogViews::SuggestedButton::OnPaint(gfx::Canvas* canvas) { function in class:autofill::AutofillDialogViews::SuggestedButton
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc265 void GlassBrowserFrameView::OnPaint(gfx::Canvas* canvas) { function in class:GlassBrowserFrameView
H A Dopaque_browser_frame_view.cc459 void OpaqueBrowserFrameView::OnPaint(gfx::Canvas* canvas) { function in class:OpaqueBrowserFrameView
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc200 // recomputed in OnPaint().
518 void OmniboxResultView::OnPaint(gfx::Canvas* canvas) { function in class:OmniboxResultView
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h296 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
550 // If non-NULL we're in OnPaint() and this is the supplied canvas.
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc298 void MainUIWindow::OnPaint(HWND window) { function in class:MainUIWindow
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc109 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {}
/external/chromium_org/ui/views/controls/
H A Dlabel.cc362 void Label::OnPaint(gfx::Canvas* canvas) { function in class:views::Label
H A Dscroll_view.cc41 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc190 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
/external/chromium_org/ui/views/
H A Dview.h498 // to paint itself via the various OnPaint*() event handlers and then paints
1080 // have to call the subsequent OnPaint*() methods manually.
1081 virtual void OnPaint(gfx::Canvas* canvas);
1084 // is done if you are satisfied with a default OnPaint handler but wish to
1249 // invoke OnPaint() on the View.
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc209 void CustomFrameView::OnPaint(gfx::Canvas* canvas) { function in class:views::CustomFrameView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1431 void LocationBarView::OnPaint(gfx::Canvas* canvas) { function in class:LocationBarView
1432 View::OnPaint(canvas);
1481 // OnPaint().
/external/chromium_org/ash/
H A Droot_window_controller.cc245 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc557 void PanelFrameView::OnPaint(gfx::Canvas* canvas) { function in class:PanelFrameView
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc723 void BrowserActionsContainer::OnPaint(gfx::Canvas* canvas) { function in class:BrowserActionsContainer
959 // The visual highlighting is done in OnPaint(). It's a bit of a pain that
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc526 void Combobox::OnPaint(gfx::Canvas* canvas) { function in class:views::Combobox
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc403 void MenuItemView::OnPaint(gfx::Canvas* canvas) { function in class:views::MenuItemView

Completed in 407 milliseconds

12345678910