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

/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.h82 // JumpListUpdater updater(app_id);
90 // - Each JumpListUpdater instance is expected to be used once only.
93 class JumpListUpdater { class
95 explicit JumpListUpdater(const std::wstring& app_user_model_id);
96 ~JumpListUpdater();
136 DISALLOW_COPY_AND_ASSIGN(JumpListUpdater);
H A Djumplist_updater_win.cc100 // JumpListUpdater
102 JumpListUpdater::JumpListUpdater(const std::wstring& app_user_model_id) function in class:JumpListUpdater
107 JumpListUpdater::~JumpListUpdater() {
111 bool JumpListUpdater::IsEnabled() {
118 bool JumpListUpdater::BeginUpdate() {
123 if (!JumpListUpdater::IsEnabled() || app_user_model_id_.empty())
154 bool JumpListUpdater::CommitUpdate() {
162 bool JumpListUpdater
[all...]
H A Djumplist_win.cc88 JumpListUpdater* jumplist_updater,
134 if (!JumpListUpdater::IsEnabled())
137 JumpListUpdater jumplist_updater(app_id);
235 return JumpListUpdater::IsEnabled();
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.cc158 if (!JumpListUpdater::IsEnabled() || IsRunningInAsh())
179 JumpListUpdater jumplist_updater(app_model_id_);

Completed in 105 milliseconds