Searched refs:CreateApplicationShortcutView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.h41 class CreateApplicationShortcutView : public views::DialogDelegateView, class in inherits:views::DialogDelegateView,views::ButtonListener
54 explicit CreateApplicationShortcutView(Profile* profile);
55 virtual ~CreateApplicationShortcutView();
96 DISALLOW_COPY_AND_ASSIGN(CreateApplicationShortcutView);
100 class CreateUrlApplicationShortcutView : public CreateApplicationShortcutView {
137 : public CreateApplicationShortcutView {
H A Dcreate_application_shortcut_view.cc249 CreateApplicationShortcutView::CreateApplicationShortcutView(Profile* profile) function in class:CreateApplicationShortcutView
257 CreateApplicationShortcutView::~CreateApplicationShortcutView() {}
259 void CreateApplicationShortcutView::InitControls(DialogLayout dialog_layout) {
337 gfx::Size CreateApplicationShortcutView::GetPreferredSize() const {
345 base::string16 CreateApplicationShortcutView::GetDialogButtonLabel(
352 bool CreateApplicationShortcutView::IsDialogButtonEnabled(
364 ui::ModalType CreateApplicationShortcutView::GetModalType() const {
368 base::string16 CreateApplicationShortcutView
[all...]

Completed in 1242 milliseconds