HomeSort by relevance Sort by last modified time
    Searched full:unitylauncherentry (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.cc 24 typedef struct _UnityLauncherEntry UnityLauncherEntry;
25 typedef UnityLauncherEntry* (*unity_launcher_entry_get_for_desktop_id_func)
27 typedef void (*unity_launcher_entry_set_count_func)(UnityLauncherEntry* self,
30 (UnityLauncherEntry* self, gboolean value);
31 typedef void (*unity_launcher_entry_set_progress_func)(UnityLauncherEntry* self,
34 (UnityLauncherEntry* self, gboolean value);
45 UnityLauncherEntry* chrome_entry = NULL;

Completed in 327 milliseconds