HomeSort by relevance Sort by last modified time
    Searched full:profile_button_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 95 profile_button_.reset(new views::ProfileMenuButton(NULL, std::wstring(),
97 profile_button_->SetVisible(false);
99 profile_button_.get()));
102 AddChildView(profile_button_.get());
138 (show_profile_button() && profile_button_->IsVisible() ?
139 profile_button_->GetPreferredSize().width() +
222 if (show_profile_button() && profile_button_->IsVisible() &&
223 profile_button_->GetMirroredBounds().Contains(point))
269 profile_button_->IsVisible() &&
270 profile_button_->GetMirroredBounds().Contains(l)) |
    [all...]
glass_browser_frame_view.h 105 bool show_profile_button() const { return profile_button_.get() != NULL; }
120 scoped_ptr<views::ProfileMenuButton> profile_button_; member in class:GlassBrowserFrameView
122 // Image tag displayed on frame beneath profile_button_.
125 // Multi-profile menu for profile_button_.

Completed in 477 milliseconds