Searched defs:OnPaint (Results 1 - 25 of 110) sorted by last modified time

12345

/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py111 self.Bind(wx.EVT_PAINT, self.OnPaint)
206 def OnPaint(self, event=None): member in class:SegmentGraph
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc237 void MainWnd::OnPaint() { function in class:MainWnd
365 OnPaint();
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgdivideorenderer.cc96 void OnPaint();
160 OnPaint();
195 void GdiVideoRenderer::VideoWindow::OnPaint() { function in class:cricket::GdiVideoRenderer::VideoWindow
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc98 virtual bool OnPaint(pp::Graphics2D& graphics_2d, function in class:MyInstance
/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
H A Dcached_label.cc32 Label::OnPaint(&canvas);
38 void CachedLabel::OnPaint(gfx::Canvas* canvas) { function in class:app_list::CachedLabel
H A Dfolder_background_view.cc75 void FolderBackgroundView::OnPaint(gfx::Canvas* canvas) { function in class:app_list::FolderBackgroundView
H A Dfolder_header_view.cc194 void FolderHeaderView::OnPaint(gfx::Canvas* canvas) { function in class:app_list::FolderHeaderView
195 views::View::OnPaint(canvas);
H A Dprogress_bar_view.cc41 void ProgressBarView::OnPaint(gfx::Canvas* canvas) { function in class:app_list::ProgressBarView
H A Dpulsing_block_view.cc92 void PulsingBlockView::OnPaint(gfx::Canvas* canvas) { function in class:app_list::PulsingBlockView
H A Dsearch_result_actions_view.cc89 void SearchResultActionsView::OnPaint(gfx::Canvas* canvas) { function in class:app_list::SearchResultActionsView
H A Dsearch_result_view.cc206 void SearchResultView::OnPaint(gfx::Canvas* canvas) { function in class:app_list::SearchResultView
H A Dspeech_view.cc56 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
65 void SoundLevelIndicator::OnPaint(gfx::Canvas* canvas) { function in class:app_list::__anon16571::SoundLevelIndicator
/external/chromium_org/ui/aura/test/
H A Dtest_window_delegate.cc74 void TestWindowDelegate::OnPaint(gfx::Canvas* canvas) { function in class:aura::test::TestWindowDelegate
119 void ColorTestWindowDelegate::OnPaint(gfx::Canvas* canvas) { function in class:aura::test::ColorTestWindowDelegate
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host_win.cc41 CR_MSG_WM_PAINT(OnPaint)
44 void OnPaint(HDC dc) { function in class:ui::TestCompositorHostWin
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc52 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
171 void InnerBoundedLabel::OnPaint(gfx::Canvas* canvas) { function in class:message_center::InnerBoundedLabel
H A Dmessage_view.cc183 void MessageView::OnPaint(gfx::Canvas* canvas) { function in class:message_center::MessageView
186 SlideOutView::OnPaint(canvas);
H A Dnotification_button.cc83 void NotificationButton::OnPaint(gfx::Canvas* canvas) { function in class:message_center::NotificationButton
84 CustomButton::OnPaint(canvas);
H A Dnotification_view.cc198 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
216 void NotificationProgressBar::OnPaint(gfx::Canvas* canvas) { function in class:__anon16962::NotificationProgressBar
H A Dnotifier_settings_view.cc138 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
190 void EntryView::OnPaint(gfx::Canvas* canvas) { function in class:message_center::__anon16963::EntryView
191 View::OnPaint(canvas);
H A Dpadded_button.cc57 void PaddedButton::OnPaint(gfx::Canvas* canvas) { function in class:message_center::PaddedButton
58 // This is the same implementation as ImageButton::OnPaint except
61 View::OnPaint(canvas);
H A Dproportional_image_view.cc24 void ProportionalImageView::OnPaint(gfx::Canvas* canvas) { function in class:message_center::ProportionalImageView
25 views::View::OnPaint(canvas);
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc154 void WinWindow::OnPaint(HDC) { function in class:ui::WinWindow
/external/chromium_org/ui/views/color_chooser/
H A Dcolor_chooser_view.cc130 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
173 void ColorChooserView::HueView::OnPaint(gfx::Canvas* canvas) { function in class:views::ColorChooserView::HueView
242 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
300 void ColorChooserView::SaturationValueView::OnPaint(gfx::Canvas* canvas) { function in class:views::ColorChooserView::SaturationValueView
/external/chromium_org/ui/views/controls/button/
H A Dimage_button.cc35 // By default, we request that the gfx::Canvas passed to our View::OnPaint()
105 void ImageButton::OnPaint(gfx::Canvas* canvas) { function in class:views::ImageButton
107 View::OnPaint(canvas);

Completed in 264 milliseconds

12345