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

  /external/chromium_org/base/test/
test_shortcut_win.cc 120 ScopedComPtr<IPropertyStore> property_store; local
121 EXPECT_TRUE(SUCCEEDED(hr = property_store.QueryFrom(i_shell_link)));
127 EXPECT_EQ(S_OK, property_store->GetValue(PKEY_AppUserModel_ID,
143 EXPECT_EQ(S_OK, property_store->GetValue(PKEY_AppUserModel_IsDualMode,
  /external/chromium_org/base/win/
shortcut.cc 130 ScopedComPtr<IPropertyStore> property_store; local
131 if (FAILED(property_store.QueryFrom(i_shell_link)) || !property_store.get())
135 !SetAppIdForPropertyStore(property_store, properties.app_id.c_str())) {
139 !SetBooleanValueForPropertyStore(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_org/chrome/browser/
jumplist_win.cc 200 base::win::ScopedComPtr<IPropertyStore> property_store; local
201 result = link.QueryInterface(property_store.Receive());
216 result = property_store->SetValue(PKEY_Title, property_title.get());
220 result = property_store->Commit();
shell_integration_win.cc 431 base::win::ScopedComPtr<IPropertyStore> property_store; local
433 if (FAILED(property_store.QueryFrom(shell_link)) ||
434 property_store->GetValue(PKEY_AppUserModel_ID,
462 if (property_store->GetValue(PKEY_AppUserModel_IsDualMode,
  /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 117 milliseconds