Searched refs:views_ (Results 1 – 11 of 11) sorted by relevance
72 views_(&views), in BrowserActionOverflowMenuController()80 for (size_t i = start_index; i < views_->size(); ++i) { in BrowserActionOverflowMenuController()81 BrowserActionView* view = (*views_)[i]; in BrowserActionOverflowMenuController()132 BrowserActionView* view = (*views_)[start_index_ + id - 1]; in IsCommandEnabled()137 BrowserActionView* view = (*views_)[start_index_ + id - 1]; in ExecuteCommand()147 (*views_)[start_index_ + id - 1]->button()->extension(); in ShowContextMenu()
112 const std::vector<BrowserActionView*>* views_; variable
156 EXPECT_EQ(notification_promo_.views_, 0); in TestNotification()187 EXPECT_EQ(notification_promo_.views_, in TestInitFromPrefs()188 prefs_notification_promo.views_); in TestInitFromPrefs()217 notification_promo_.views_ = notification_promo_.max_views_ - 2; in TestViews()223 EXPECT_EQ(new_promo.max_views_ - 1, new_promo.views_); in TestViews()227 EXPECT_EQ(new_promo.max_views_, new_promo.views_); in TestViews()232 new_promo.views_ = i; in TestViews()238 new_promo.views_ = i; in TestViews()
201 views_(0), in NotificationPromo()344 ntp_promo->SetInteger(kPrefPromoViews, views_); in WritePrefs()391 ntp_promo->GetInteger(kPrefPromoViews, &views_); in InitFromPrefs()434 ++promo.views_; in HandleViewed()444 return (max_views_ == 0) ? false : views_ >= max_views_; in ExceedsMaxViews()
122 int views_; variable
514 while (!views_.empty()) { in ~ViewManagerClientImpl()515 IdToViewMap::iterator it = views_.begin(); in ~ViewManagerClientImpl()519 views_.erase(it); in ~ViewManagerClientImpl()629 DCHECK(views_.find(view->id()) == views_.end()); in AddView()630 views_[view->id()] = view; in AddView()634 IdToViewMap::iterator it = views_.find(view_id); in RemoveView()635 if (it != views_.end()) in RemoveView()636 views_.erase(it); in RemoveView()656 IdToViewMap::const_iterator it = views_.find(id); in GetViewById()657 return it != views_.end() ? it->second : NULL; in GetViewById()
152 IdToViewMap views_; variable
193 views_(views) {} in DestructionObserver()215 std::set<Id>::iterator it = views_->find(view->id()); in OnViewDestroy()216 if (it != views_->end()) in OnViewDestroy()217 views_->erase(it); in OnViewDestroy()223 return (!nodes_ || nodes_->empty()) && (!views_ || views_->empty()); in CanQuit()227 std::set<Id>* views_; member in mojo::view_manager::__anona13f7bf40111::DestructionObserver
59 std::vector<content::RenderView*> views() { return views_; } in views()79 views_.push_back(render_view); in Visit()102 std::vector<content::RenderView*> views_; member in extensions::__anonbfcb26440111::ViewAccumulator
34 base::scoped_nsobject<NSDictionary> views_; variable
139 views_.reset([@{161 NSView* view = [views_ objectForKey:key];