Searched defs:JumpList (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/
H A Djumplist_win.cc62 // Creates a temporary icon file to be shown in JumpList.
68 // JumpList does not care about it.
86 // Updates the "Tasks" category of the JumpList.
126 // Updates the application JumpList.
131 // JumpList is implemented only on Windows 7 or later.
141 // We allocate 60% of the given JumpList slots to "most-visited" items
157 // Update the "Most Visited" category of the JumpList.
158 // This update request is applied into the JumpList when we commit this
167 // Update the "Recently Closed" category of the JumpList.
175 // Update the "Tasks" category of the JumpList
188 JumpList::JumpList(Profile* profile) function in class:JumpList
[all...]
H A Djumplist_win.h37 // A class which implements an application JumpList.
39 // JumpList:
42 // * Creating COM objects used by JumpList from PageUsageData objects;
43 // * Adding COM objects to JumpList, etc.
46 // the JumpList whenever a change is detected.
48 // Updating a JumpList requires some file operations and it is not good to
50 // runnable method when it actually updates a JumpList.
53 // always delete JumpList on UI thread (the same thread it got constructed on).
54 class JumpList : public TabRestoreServiceObserver, class in inherits:TabRestoreServiceObserver,content::NotificationObserver,base::RefCountedThreadSafe
57 JumpList, conten
[all...]

Completed in 104 milliseconds