HomeSort by relevance Sort by last modified time
    Searched refs:property_store (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/win/
win_util.cc 103 bool SetAppIdForPropertyStore(IPropertyStore* property_store,
105 DCHECK(property_store);
116 HRESULT result = property_store->SetValue(PKEY_AppUserModel_ID,
119 result = property_store->Commit();
win_util.h 65 BASE_API bool SetAppIdForPropertyStore(IPropertyStore* property_store,
  /external/chromium/chrome/browser/
shell_integration_win.cc 251 base::win::ScopedComPtr<IPropertyStore> property_store; local
252 if (FAILED(property_store.QueryFrom(shell_link)))
257 if (FAILED(property_store->GetValue(PKEY_AppUserModel_ID,
jumplist_win.cc 223 base::win::ScopedComPtr<IPropertyStore> property_store; local
224 result = link.QueryInterface(property_store.Receive());
233 result = property_store->SetValue(PKEY_Title, property_title.Get());
237 result = property_store->Commit();
  /external/chromium/base/
file_util_win.cc 446 base::win::ScopedComPtr<IPropertyStore> property_store; local
447 if (FAILED(property_store.QueryFrom(i_shell_link)))
450 if (!base::win::SetAppIdForPropertyStore(property_store, app_id))
497 base::win::ScopedComPtr<IPropertyStore> property_store; local
498 if (FAILED(property_store.QueryFrom(i_shell_link)))
501 if (!base::win::SetAppIdForPropertyStore(property_store, app_id))
    [all...]

Completed in 73 milliseconds