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

  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.h 34 // ProfileResetBubbleView warns the user that a settings reset might be needed.
37 class ProfileResetBubbleView : public views::BubbleDelegateView,
42 static ProfileResetBubbleView* ShowBubble(
57 ProfileResetBubbleView(
63 virtual ~ProfileResetBubbleView();
133 base::WeakPtrFactory<ProfileResetBubbleView> weak_factory_;
135 DISALLOW_COPY_AND_ASSIGN(ProfileResetBubbleView);
profile_reset_bubble_view.cc 148 // ProfileResetBubbleView ---------------------------------------------------
151 ProfileResetBubbleView* ProfileResetBubbleView::ShowBubble(
156 ProfileResetBubbleView* reset_bubble = new ProfileResetBubbleView(
163 ProfileResetBubbleView::~ProfileResetBubbleView() {}
165 views::View* ProfileResetBubbleView::GetInitiallyFocusedView() {
169 void ProfileResetBubbleView::WindowClosing() {
174 ProfileResetBubbleView::ProfileResetBubbleView
    [all...]

Completed in 55 milliseconds