Home
last modified time | relevance | path

Searched refs:AddToAppLauncherView (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dadd_to_app_launcher_view.cc48 AddToAppLauncherView::AddToAppLauncherView(LocationBarView* parent, in AddToAppLauncherView() function in AddToAppLauncherView
98 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()
Dadd_to_app_launcher_view.h31 class AddToAppLauncherView : public gfx::AnimationDelegate, public views::View {
33 AddToAppLauncherView(LocationBarView* parent,
37 virtual ~AddToAppLauncherView();
59 DISALLOW_COPY_AND_ASSIGN(AddToAppLauncherView);
Dlocation_bar_view.h33 class AddToAppLauncherView; variable
500 AddToAppLauncherView* add_to_app_launcher_view_;
Dlocation_bar_view.cc394 add_to_app_launcher_view_ = new AddToAppLauncherView( in Init()