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

  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.h 40 class CreateApplicationShortcutView : public views::DialogDelegateView,
53 explicit CreateApplicationShortcutView(Profile* profile);
54 virtual ~CreateApplicationShortcutView();
94 DISALLOW_COPY_AND_ASSIGN(CreateApplicationShortcutView);
98 class CreateUrlApplicationShortcutView : public CreateApplicationShortcutView {
135 : public CreateApplicationShortcutView {
create_application_shortcut_view.cc 251 CreateApplicationShortcutView::CreateApplicationShortcutView(Profile* profile)
259 CreateApplicationShortcutView::~CreateApplicationShortcutView() {}
261 void CreateApplicationShortcutView::InitControls(DialogLayout dialog_layout) {
339 gfx::Size CreateApplicationShortcutView::GetPreferredSize() const {
347 base::string16 CreateApplicationShortcutView::GetDialogButtonLabel(
354 bool CreateApplicationShortcutView::IsDialogButtonEnabled(
366 ui::ModalType CreateApplicationShortcutView::GetModalType() const {
370 base::string16 CreateApplicationShortcutView::GetWindowTitle() const
    [all...]

Completed in 627 milliseconds