Home
last modified time | relevance | path

Searched refs:SetAppIdForPropertyStore (Results 1 – 7 of 7) sorted by relevance

/external/chromium/base/win/
Dwin_util.h65 BASE_API bool SetAppIdForPropertyStore(IPropertyStore* property_store,
Dwin_util.cc103 bool SetAppIdForPropertyStore(IPropertyStore* property_store, in SetAppIdForPropertyStore() function
/external/chromium_org/base/win/
Dwin_util.h81 BASE_EXPORT bool SetAppIdForPropertyStore(IPropertyStore* property_store,
Dshortcut.cc135 !SetAppIdForPropertyStore(property_store, properties.app_id.c_str())) { in CreateOrUpdateShortcutLink()
Dwin_util.cc169 bool SetAppIdForPropertyStore(IPropertyStore* property_store, in SetAppIdForPropertyStore() function
/external/chromium_org/ui/base/win/
Dshell.cc98 base::win::SetAppIdForPropertyStore(pps, app_id.c_str()); in SetAppDetailsForWindow()
/external/chromium/base/
Dfile_util_win.cc450 if (!base::win::SetAppIdForPropertyStore(property_store, app_id)) in CreateShortcutLink()
501 if (!base::win::SetAppIdForPropertyStore(property_store, app_id)) in UpdateShortcutLink()