Searched defs:JumpListUpdateTask (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
H A Djumplist_win.cc492 // 2. Create a JumpListUpdateTask instance, and;
494 class JumpListUpdateTask : public Task { class in namespace:__anon2103
496 JumpListUpdateTask(const wchar_t* app_id, function in class:__anon2103::JumpListUpdateTask
524 void JumpListUpdateTask::Run() {
758 // This data will be decoded by JumpListUpdateTask.
771 // We create a JumpListUpdateTask that creates icon files, and we post it to
775 new JumpListUpdateTask(app_id_.c_str(), icon_dir_, most_visited_pages_,

Completed in 35 milliseconds