Searched defs:SchedulePaintInRect (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc223 void BrowserFrame::SchedulePaintInRect(const gfx::Rect& rect) { function in class:BrowserFrame
224 views::Widget::SchedulePaintInRect(rect);
233 top_container->SchedulePaintInRect(rect);
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc536 void CustomFrameViewAsh::SchedulePaintInRect(const gfx::Rect& r) { function in class:ash::CustomFrameViewAsh
543 header_view_->SchedulePaintInRect(gfx::ToEnclosingRect(to_paint));
545 views::NonClientFrameView::SchedulePaintInRect(r);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.cc330 void AppListItemView::SchedulePaintInRect(const gfx::Rect& r) { function in class:app_list::AppListItemView
332 views::CustomButton::SchedulePaintInRect(r);
H A Dapp_list_view.cc519 void AppListView::SchedulePaintInRect(const gfx::Rect& rect) { function in class:app_list::AppListView
520 BubbleDelegateView::SchedulePaintInRect(rect);
/external/chromium_org/ui/views/widget/
H A Droot_view.cc338 void RootView::SchedulePaintInRect(const gfx::Rect& rect) { function in class:views::internal::RootView
345 widget_->SchedulePaintInRect(invalid_rect);
H A Dnative_widget_aura.cc612 void NativeWidgetAura::SchedulePaintInRect(const gfx::Rect& rect) { function in class:views::NativeWidgetAura
614 window_->SchedulePaintInRect(rect);
H A Dwidget.cc801 void Widget::SchedulePaintInRect(const gfx::Rect& rect) { function in class:views::Widget
802 native_widget_->SchedulePaintInRect(rect);
/external/chromium_org/ui/aura/
H A Dwindow.cc486 void Window::SchedulePaintInRect(const gfx::Rect& rect) { function in class:aura::Window
493 parent_->SchedulePaintInRect(parent_rect);
945 SchedulePaintInRect(gfx::Rect(0, 0, bounds().width(), bounds().height()));
/external/chromium_org/ui/views/
H A Dview_unittest.cc234 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
420 void TestView::SchedulePaintInRect(const gfx::Rect& rect) { function in class:views::TestView
422 View::SchedulePaintInRect(rect);
1572 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE {
3341 test_view->SchedulePaintInRect(test_view->bounds());
3347 test_view->SchedulePaintInRect(gfx::Rect(0, 0, 1, 1));
3355 test_view->SchedulePaintInRect(gfx::Rect(11, 16, 1, 1));
3365 test_view->SchedulePaintInRect(gfx::Rect(31, 49, 1, 1));
3392 test_view->SchedulePaintInRect(test_view->bounds());
3398 test_view->SchedulePaintInRect(rtl_damag
[all...]
H A Dview.cc753 SchedulePaintInRect(GetLocalBounds());
756 void View::SchedulePaintInRect(const gfx::Rect& rect) { function in class:views::View
765 parent_->SchedulePaintInRect(ConvertRectToParent(rect));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc866 void DesktopNativeWidgetAura::SchedulePaintInRect(const gfx::Rect& rect) { function in class:views::DesktopNativeWidgetAura
868 content_window_->SchedulePaintInRect(rect);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc811 void HWNDMessageHandler::SchedulePaintInRect(const gfx::Rect& rect) { function in class:views::HWNDMessageHandler
1874 SchedulePaintInRect(gfx::Rect(dirty_region));

Completed in 1358 milliseconds