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

1 2

  /external/chromium_org/ui/views/
cull_set.cc 9 CullSet::CullSet() {
12 CullSet::~CullSet() {
15 CullSet::CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set)
19 bool CullSet::ShouldPaint(const View* view) const {
cull_set.h 17 // A CullSet defines a set of View pointers which have been possibly culled
20 class VIEWS_EXPORT CullSet {
22 // Default constructor builds a CullSet that will always return true for
24 CullSet();
25 ~CullSet();
29 // to be painted. CullSet takes ownership of the provided pointer.
30 CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set);
42 DISALLOW_COPY_AND_ASSIGN(CullSet);
view.h 507 virtual void Paint(gfx::Canvas* canvas, const CullSet& cull_set);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc 28 frame->Paint(canvas, views::CullSet());
browser_view.h 447 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/ui/views/controls/
separator.h 34 const views::CullSet& cull_set) OVERRIDE;
separator.cc 41 void Separator::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) {
  /external/chromium_org/ui/message_center/views/
bounded_label.h 57 const views::CullSet& cull_set) OVERRIDE;
bounded_label.cc 334 void BoundedLabel::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) {
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h 126 const views::CullSet& cull_set) OVERRIDE;
infobar_view.cc 283 const views::CullSet& cull_set) {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.h 86 const views::CullSet& cull_set) OVERRIDE;
page_action_image_view.cc 231 const views::CullSet& cull_set) {
location_bar_view.h 385 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 100 const views::CullSet& cull_set) OVERRIDE;
omnibox_popup_contents_view.cc 372 View::PaintChildren(canvas, views::CullSet());
436 const views::CullSet& cull_set) {
  /external/chromium_org/ui/app_list/views/
app_list_view.h 83 const views::CullSet& cull_set) OVERRIDE;
app_list_view.cc 201 void AppListView::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) {
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 66 const views::CullSet& cull_view) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.h 79 const views::CullSet& cull_set) OVERRIDE;
browser_action_view.cc 79 const views::CullSet& cull_set) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 240 const views::CullSet& cull_set) OVERRIDE;
437 const views::CullSet& cull_set);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 266 const views::CullSet& cull_set) OVERRIDE;
347 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 175 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/ash/system/user/
user_view.cc 99 const views::CullSet& cull_set) OVERRIDE {

Completed in 798 milliseconds

1 2