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

  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.h 31 class AppInfoFooterPanel
35 public base::SupportsWeakPtr<AppInfoFooterPanel> {
37 AppInfoFooterPanel(gfx::NativeWindow parent_window,
40 virtual ~AppInfoFooterPanel();
82 base::WeakPtrFactory<AppInfoFooterPanel> weak_ptr_factory_;
84 DISALLOW_COPY_AND_ASSIGN(AppInfoFooterPanel);
app_info_footer_panel.cc 28 AppInfoFooterPanel::AppInfoFooterPanel(gfx::NativeWindow parent_window,
48 AppInfoFooterPanel::~AppInfoFooterPanel() {
51 void AppInfoFooterPanel::CreateButtons() {
77 void AppInfoFooterPanel::LayoutButtons() {
91 void AppInfoFooterPanel::UpdatePinButtons() {
100 void AppInfoFooterPanel::ButtonPressed(views::Button* sender,
115 void AppInfoFooterPanel::ExtensionUninstallAccepted() {
127 void AppInfoFooterPanel::ExtensionUninstallCanceled()
    [all...]
app_info_dialog_views.cc 60 dialog_footer_ = new AppInfoFooterPanel(parent_window, profile, app);

Completed in 60 milliseconds