Searched refs:profile_button_ (Results 1 – 2 of 2) sorted by relevance
95 profile_button_.reset(new views::ProfileMenuButton(NULL, std::wstring(), in GlassBrowserFrameView()97 profile_button_->SetVisible(false); in GlassBrowserFrameView()99 profile_button_.get())); in GlassBrowserFrameView()102 AddChildView(profile_button_.get()); in GlassBrowserFrameView()138 (show_profile_button() && profile_button_->IsVisible() ? in GetBoundsForTabStrip()139 profile_button_->GetPreferredSize().width() + in GetBoundsForTabStrip()222 if (show_profile_button() && profile_button_->IsVisible() && in NonClientHitTest()223 profile_button_->GetMirroredBounds().Contains(point)) in NonClientHitTest()269 profile_button_->IsVisible() && in HitTest()270 profile_button_->GetMirroredBounds().Contains(l)) || in HitTest()[all …]
105 bool show_profile_button() const { return profile_button_.get() != NULL; } in show_profile_button()120 scoped_ptr<views::ProfileMenuButton> profile_button_; variable