Lines Matching defs:JumpList
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 {
105 JumpList();
106 ~JumpList();
110 // class automatically updates an application JumpList.
125 // Returns true if the custom JumpList is enabled.
126 // We use the custom JumpList when we satisfy the following conditions:
128 // * Chromium is lauched without a "--disable-custom-jumplist" option.
130 // items of our JumpList.
161 // decompresses collected favicons and updates a JumpList.
176 // The directory which contains JumpList icons.
179 // Items in the "Most Visited" category of the application JumpList.
182 // Items in the "Recently Closed" category of the application JumpList.