Searched defs:UpdateShortcutWorker (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc32 // UpdateShortcutWorker holds all context data needed for update shortcut.
37 class UpdateShortcutWorker : public NotificationObserver { class in namespace:__anon2756
39 explicit UpdateShortcutWorker(TabContentsWrapper* tab_contents);
89 DISALLOW_COPY_AND_ASSIGN(UpdateShortcutWorker);
92 UpdateShortcutWorker::UpdateShortcutWorker(TabContentsWrapper* tab_contents) function in class:__anon2756::UpdateShortcutWorker
104 void UpdateShortcutWorker::Run() {
109 void UpdateShortcutWorker::Observe(NotificationType type,
120 void UpdateShortcutWorker::DownloadIcon() {
141 NewCallback(this, &UpdateShortcutWorker
[all...]
/external/chromium_org/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc73 // UpdateShortcutWorker holds all context data needed for update shortcut.
78 class UpdateShortcutWorker : public content::NotificationObserver { class in namespace:__anon6711
80 explicit UpdateShortcutWorker(WebContents* web_contents);
136 DISALLOW_COPY_AND_ASSIGN(UpdateShortcutWorker);
139 UpdateShortcutWorker::UpdateShortcutWorker(WebContents* web_contents) function in class:__anon6711::UpdateShortcutWorker
156 void UpdateShortcutWorker::Run() {
161 void UpdateShortcutWorker::Observe(
173 void UpdateShortcutWorker::DownloadIcon() {
195 base::Bind(&UpdateShortcutWorker
[all...]

Completed in 61 milliseconds