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

1 2

  /external/chromium_org/ash/frame/
custom_frame_view_ash.h 61 virtual void SchedulePaintInRect(const gfx::Rect& r) OVERRIDE;
default_header_painter.cc 210 view_->SchedulePaintInRect(GetTitleBounds());
229 view_->SchedulePaintInRect(GetLocalBounds());
custom_frame_view_ash.cc 536 void CustomFrameViewAsh::SchedulePaintInRect(const gfx::Rect& r) {
543 header_view_->SchedulePaintInRect(gfx::ToEnclosingRect(to_paint));
545 views::NonClientFrameView::SchedulePaintInRect(r);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.h 95 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
browser_frame.cc 223 void BrowserFrame::SchedulePaintInRect(const gfx::Rect& rect) {
224 views::Widget::SchedulePaintInRect(rect);
233 top_container->SchedulePaintInRect(rect);
browser_header_painter_ash.cc 268 view_->SchedulePaintInRect(GetTitleBounds());
280 view_->SchedulePaintInRect(GetPaintedBounds());
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 112 virtual void SchedulePaintInRect(const gfx::Rect& r) OVERRIDE;
app_list_view.h 147 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
app_list_item_view.cc 330 void AppListItemView::SchedulePaintInRect(const gfx::Rect& r) {
332 views::CustomButton::SchedulePaintInRect(r);
app_list_view.cc 519 void AppListView::SchedulePaintInRect(const gfx::Rect& rect) {
520 BubbleDelegateView::SchedulePaintInRect(rect);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 63 SchedulePaintInRect(controller_->GetRowBounds(row));
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 75 virtual void SchedulePaintInRect(const gfx::Rect& r) OVERRIDE {
bounds_animator.cc 262 parent_->SchedulePaintInRect(repaint_bounds_);
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 98 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
native_widget_private.h 214 virtual void SchedulePaintInRect(const gfx::Rect& rect) = 0;
root_view.h 105 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
native_widget_aura.h 124 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
root_view.cc 338 void RootView::SchedulePaintInRect(const gfx::Rect& rect) {
345 widget_->SchedulePaintInRect(invalid_rect);
  /external/chromium_org/ui/views/
view_unittest.cc 234 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
420 void TestView::SchedulePaintInRect(const gfx::Rect& rect) {
422 View::SchedulePaintInRect(rect);
    [all...]
  /external/chromium_org/ash/display/
cursor_window_controller.cc 261 cursor_window_->SchedulePaintInRect(
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay.cc 273 window_->SchedulePaintInRect(gfx::Rect(window_->bounds().size()));
  /external/chromium_org/ui/views/controls/
scroll_view.cc 416 header_->SchedulePaintInRect(header_->GetVisibleBounds());
425 contents_->SchedulePaintInRect(contents_->GetVisibleBounds());
  /external/chromium_org/ui/aura/
window.h 176 void SchedulePaintInRect(const gfx::Rect& rect);
window.cc 486 void Window::SchedulePaintInRect(const gfx::Rect& rect) {
493 parent_->SchedulePaintInRect(parent_rect);
945 SchedulePaintInRect(gfx::Rect(0, 0, bounds().width(), bounds().height()));
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 168 virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;

Completed in 499 milliseconds

1 2