Home
last modified time | relevance | path

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

/external/chromium_org/base/win/
Dwin_util.h81 BASE_EXPORT bool SetAppIdForPropertyStore(IPropertyStore* property_store,
Dshortcut.cc136 !SetAppIdForPropertyStore(property_store, properties.app_id.c_str())) { in CreateOrUpdateShortcutLink()
Dwin_util.cc170 bool SetAppIdForPropertyStore(IPropertyStore* property_store, in SetAppIdForPropertyStore() function
/external/chromium_org/ui/base/win/
Dshell.cc97 base::win::SetAppIdForPropertyStore(pps, app_id.c_str()); in SetAppDetailsForWindow()