Searched refs:JumpList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
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...]
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...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h65 class JumpList;
693 // The custom JumpList for Windows 7.
694 scoped_refptr<JumpList> jumplist_;
H A Dbrowser_view.cc1988 // Create a custom JumpList and add it to an observer of TabRestoreService
1989 // so we can update the custom JumpList when a tab is added or removed.
1990 if (JumpList::Enabled()) {
2027 jumplist_ = new JumpList(browser_->profile());

Completed in 237 milliseconds