HomeSort by relevance Sort by last modified time
    Searched defs:JumpList (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/
jumplist_win.cc 228 // Creates a temporary icon file to be shown in JumpList.
234 // JumpList does not care about it.
252 // Updates a specified category of an application JumpList.
260 // An application name to be used for creating JumpList items.
285 // collection to the JumpList.
298 // We can now add the new list to the JumpList.
313 // Updates the "Tasks" category of the JumpList.
356 // We can now add the new list to the JumpList.
368 // Updates the application JumpList.
370 // the Chromium JumpList, such as
    [all...]
jumplist_win.h 45 // The string to be displayed in a JumpList.
47 // The absolute path to an icon to be displayed in a JumpList.
102 // A class which implements an application JumpList.
104 // JumpList:
107 // * Creatng COM objects used by JumpList from PageUsageData objects;
108 // * Adding COM objects to JumpList, etc.
112 // updates a JumpList when a tab is added or removed.
114 // Updating a JumpList requires some file operations and it is not good to
116 // runnable method when it actually updates a JumpList.
118 // Note. CancelableTaskTracker is not thread safe, so we always delete JumpList
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.h 30 // The string to be displayed in a JumpList.
32 // The absolute path to an icon to be displayed in a JumpList.
87 // A class which implements an application JumpList.
89 // JumpList:
92 // * Creatng COM objects used by JumpList from PageUsageData objects;
93 // * Adding COM objects to JumpList, etc.
97 // updates a JumpList when a tab is added or removed.
99 // Updating a JumpList requires some file operations and it is not good to
101 // task when it actually updates a JumpList. (This task is implemented in an
103 class JumpList : public TabRestoreServiceObserver
    [all...]
jumplist_win.cc 245 // Creates a temporary icon file to be shown in JumpList.
251 // JumpList does not care about it.
267 // Updates a specified category of an application JumpList.
275 // An application name to be used for creating JumpList items.
300 // collection to the JumpList.
313 // We can now add the new list to the JumpList.
328 // Updates the "Tasks" category of the JumpList.
371 // We can now add the new list to the JumpList.
383 // Updates the application JumpList.
385 // the Chromium JumpList, such as
    [all...]

Completed in 137 milliseconds