Searched refs:AddToAppLauncherView (Results 1 – 4 of 4) sorted by relevance
48 AddToAppLauncherView::AddToAppLauncherView(LocationBarView* parent, in AddToAppLauncherView() function in AddToAppLauncherView98 AddToAppLauncherView::~AddToAppLauncherView() { in ~AddToAppLauncherView()101 void AddToAppLauncherView::Update(content::WebContents* web_contents) { in Update()121 void AddToAppLauncherView::AnimationEnded(const gfx::Animation* animation) { in AnimationEnded()127 void AddToAppLauncherView::AnimationProgressed( in AnimationProgressed()133 void AddToAppLauncherView::AnimationCanceled(const gfx::Animation* animation) { in AnimationCanceled()137 gfx::Size AddToAppLauncherView::GetPreferredSize() const { in GetPreferredSize()160 void AddToAppLauncherView::Layout() { in Layout()174 void AddToAppLauncherView::OnPaintBackground(gfx::Canvas* canvas) { in OnPaintBackground()
31 class AddToAppLauncherView : public gfx::AnimationDelegate, public views::View {33 AddToAppLauncherView(LocationBarView* parent,37 virtual ~AddToAppLauncherView();59 DISALLOW_COPY_AND_ASSIGN(AddToAppLauncherView);
33 class AddToAppLauncherView; variable500 AddToAppLauncherView* add_to_app_launcher_view_;
394 add_to_app_launcher_view_ = new AddToAppLauncherView( in Init()