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

  /external/chromium_org/chrome/browser/
jumplist_win.h 35 // A class which implements an application JumpList.
37 // JumpList:
40 // * Creatng COM objects used by JumpList from PageUsageData objects;
41 // * Adding COM objects to JumpList, etc.
45 // updates a JumpList when a tab is added or removed.
47 // Updating a JumpList requires some file operations and it is not good to
49 // runnable method when it actually updates a JumpList.
52 // always delete JumpList on UI thread (the same thread it got constructed on).
53 class JumpList : public TabRestoreServiceObserver,
56 JumpList, content::BrowserThread::DeleteOnUIThread>
    [all...]
jumplist_win.cc 61 // Creates a temporary icon file to be shown in JumpList.
67 // JumpList does not care about it.
85 // Updates the "Tasks" category of the JumpList.
119 // Updates the application JumpList.
123 // JumpList is implemented only on Windows 7 or later.
133 // We allocate 60% of the given JumpList slots to "most-visited" items
149 // Update the "Most Visited" category of the JumpList.
150 // This update request is applied into the JumpList when we commit this
159 // Update the "Recently Closed" category of the JumpList.
167 // Update the "Tasks" category of the JumpList
    [all...]

Completed in 4930 milliseconds