Home
last modified time | relevance | path

Searched refs:profile_button_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc95 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 …]
Dglass_browser_frame_view.h105 bool show_profile_button() const { return profile_button_.get() != NULL; } in show_profile_button()
120 scoped_ptr<views::ProfileMenuButton> profile_button_; variable