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

  /external/chromium_org/chrome/browser/ui/gtk/
unity_service.cc 21 typedef struct _UnityLauncherEntry UnityLauncherEntry;
22 typedef UnityLauncherEntry* (*unity_launcher_entry_get_for_desktop_id_func)
24 typedef void (*unity_launcher_entry_set_count_func)(UnityLauncherEntry* self,
27 (UnityLauncherEntry* self, gboolean value);
28 typedef void (*unity_launcher_entry_set_progress_func)(UnityLauncherEntry* self,
31 (UnityLauncherEntry* self, gboolean value);
42 UnityLauncherEntry* chrome_entry = 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 51 milliseconds