OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:property_store
(Results
1 - 3
of
3
) sorted by null
/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 935 milliseconds