Home
last modified time | relevance | path

Searched refs:chrome_entry (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dunity_service.cc45 UnityLauncherEntry* chrome_entry = NULL; variable
96 chrome_entry = entry_get_for_desktop_id(desktop_id.c_str()); in EnsureMethodsLoaded()
131 if (chrome_entry && entry_set_count && entry_set_count_visible) { in SetDownloadCount()
132 entry_set_count(chrome_entry, count); in SetDownloadCount()
133 entry_set_count_visible(chrome_entry, count != 0); in SetDownloadCount()
139 if (chrome_entry && entry_set_progress && entry_set_progress_visible) { in SetProgressFraction()
140 entry_set_progress(chrome_entry, percentage); in SetProgressFraction()
141 entry_set_progress_visible(chrome_entry, in SetProgressFraction()