Searched refs:SchedulePaint (Results 126 - 150 of 150) sorted by relevance

123456

/external/chromium_org/ui/views/focus/
H A Dfocus_manager.cc383 v->SchedulePaint(); // Remove focus border.
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h136 virtual void SchedulePaint() OVERRIDE;
H A Ddesktop_window_tree_host_win.cc571 void DesktopWindowTreeHostWin::SchedulePaint() { function in class:views::DesktopWindowTreeHostWin
572 GetWidget()->GetRootView()->SchedulePaint();
H A Ddesktop_window_tree_host_x11.cc212 native_widget_delegate_->AsWidget()->GetRootView()->SchedulePaint();
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc265 layer->SchedulePaint(layer->bounds());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.cc281 window_icon_->SchedulePaint();
286 window_title_->SchedulePaint();
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc194 SchedulePaint();
705 SchedulePaint();
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc834 SchedulePaint();
842 SchedulePaint();
1614 SchedulePaint();
1730 SchedulePaint();
1887 SchedulePaint();
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc445 view_model_->view_at(i)->SchedulePaint();
448 overflow_button_->SchedulePaint();
1539 button->SchedulePaint();
/external/chromium_org/ui/views/controls/
H A Dscroll_view.cc324 SchedulePaint();
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc276 SchedulePaint();
/external/chromium_org/ui/views/
H A Dview.h297 // or mouse inputs. If |enabled| differs from the current value, SchedulePaint
498 // system before propagating SchedulePaint up the view hierarchy.
500 virtual void SchedulePaint();
1049 // changed. The default implementation calls SchedulePaint() on this View.
H A Dview_unittest.cc1980 v2->SchedulePaint();
1993 v2->SchedulePaint();
2289 // Verifies SetBounds(same bounds) doesn't trigger a SchedulePaint().
3406 GetRootLayer()->SchedulePaint(gfx::Rect(0, 0, 10, 10));
3416 content_view->layer()->SchedulePaint(gfx::Rect(0, 0, 10, 10));
/external/chromium_org/ui/views/widget/
H A Droot_view.cc300 layer()->SchedulePaint(rect);
H A Dnative_widget_aura.cc201 GetWidget()->GetRootView()->SchedulePaint();
H A Dwidget.cc1038 non_client_view()->frame_view()->SchedulePaint();
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc196 window_icon_->SchedulePaint();
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc869 SchedulePaint();
895 SchedulePaint();
905 SchedulePaint();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc438 menu_button_->SchedulePaint();
1209 menu_button_->SchedulePaint();
1212 menu_button_->SchedulePaint();
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc575 container->SchedulePaint();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc1121 SchedulePaint();
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc485 title_icon_->SchedulePaint();
H A Dpanel_view.cc565 GetFrameView()->SchedulePaint();
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_bubble_view.cc380 SchedulePaint();
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1582 delegate_->SchedulePaint();

Completed in 2385 milliseconds

123456