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

  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.h 134 class CreateChromeApplicationShortcutView
137 CreateChromeApplicationShortcutView(
141 virtual ~CreateChromeApplicationShortcutView();
150 base::WeakPtrFactory<CreateChromeApplicationShortcutView> weak_ptr_factory_;
152 DISALLOW_COPY_AND_ASSIGN(CreateChromeApplicationShortcutView);
create_application_shortcut_view.cc 245 new CreateChromeApplicationShortcutView(profile, app, close_callback),
511 CreateChromeApplicationShortcutView::CreateChromeApplicationShortcutView(
528 base::Bind(&CreateChromeApplicationShortcutView::OnShortcutInfoLoaded,
532 CreateChromeApplicationShortcutView::~CreateChromeApplicationShortcutView() {}
534 bool CreateChromeApplicationShortcutView::Accept() {
540 bool CreateChromeApplicationShortcutView::Cancel() {
547 void CreateChromeApplicationShortcutView::OnShortcutInfoLoaded(

Completed in 409 milliseconds