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

  /external/chromium_org/base/test/
test_shortcut_win.cc 114 ScopedComPtr<IPropertyStore> property_store; local
115 EXPECT_TRUE(SUCCEEDED(hr = property_store.QueryFrom(i_shell_link)));
121 EXPECT_EQ(S_OK, property_store->GetValue(PKEY_AppUserModel_ID,
137 EXPECT_EQ(S_OK, property_store->GetValue(PKEY_AppUserModel_IsDualMode,
  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 63 base::win::ScopedComPtr<IPropertyStore> property_store; local
64 result = link.QueryInterface(property_store.Receive());
69 property_store.get(),
shell_integration_win.cc 490 base::win::ScopedComPtr<IPropertyStore> property_store; local
492 if (FAILED(property_store.QueryFrom(shell_link)) ||
493 property_store->GetValue(PKEY_AppUserModel_ID,
521 if (property_store->GetValue(PKEY_AppUserModel_IsDualMode,
  /external/chromium_org/base/win/
shortcut.cc 131 ScopedComPtr<IPropertyStore> property_store; local
132 if (FAILED(property_store.QueryFrom(i_shell_link)) || !property_store.get())
136 !SetAppIdForPropertyStore(property_store, properties.app_id.c_str())) {
140 !SetBooleanValueForPropertyStore(property_store,
241 ScopedComPtr<IPropertyStore> property_store; local
242 if (FAILED(property_store.QueryFrom(i_shell_link)))
247 if (property_store->GetValue(PKEY_AppUserModel_ID,
266 if (property_store->GetValue(PKEY_AppUserModel_IsDualMode,

Completed in 73 milliseconds