HomeSort by relevance Sort by last modified time
    Searched refs:CullSet (Results 1 - 25 of 39) 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);
button_drag_utils.cc 74 button.Paint(canvas.get(), views::CullSet());
view.h 500 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 439 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/chrome/browser/ui/views/location_bar/
page_action_image_view.h 60 const views::CullSet& cull_set) OVERRIDE;
page_action_image_view.cc 112 const views::CullSet& cull_set) {
location_bar_view.h 375 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/ui/message_center/views/
bounded_label.h 57 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h 119 const views::CullSet& cull_set) OVERRIDE;
infobar_view.cc 251 const views::CullSet& cull_set) {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.h 155 const views::CullSet& cull_set) OVERRIDE;
browser_action_view.cc 109 const views::CullSet& cull_set) {
  /external/chromium_org/ui/app_list/views/
app_list_view.h 95 const views::CullSet& cull_set) OVERRIDE;
app_list_view.cc 259 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/omnibox/
omnibox_popup_contents_view.h 101 const views::CullSet& cull_set) OVERRIDE;
omnibox_popup_contents_view.cc 375 View::PaintChildren(canvas, views::CullSet());
439 const views::CullSet& cull_set) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 252 const views::CullSet& cull_set) OVERRIDE;
441 const views::CullSet& cull_set);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 267 const views::CullSet& cull_set) OVERRIDE;
351 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 180 const views::CullSet& cull_set) OVERRIDE;
  /external/chromium_org/ash/system/user/
user_view.cc 99 const views::CullSet& cull_set) OVERRIDE {

Completed in 461 milliseconds

1 2