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 61 base::win::ScopedComPtr<IPropertyStore> property_store; local
62 result = link.QueryInterface(property_store.Receive());
67 property_store.get(),
shell_integration_win.cc 489 base::win::ScopedComPtr<IPropertyStore> property_store; local
491 if (FAILED(property_store.QueryFrom(shell_link)) ||
492 property_store->GetValue(PKEY_AppUserModel_ID,
520 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,
244 ScopedComPtr<IPropertyStore> property_store; local
245 if (FAILED(property_store.QueryFrom(i_shell_link)))
250 if (property_store->GetValue(PKEY_AppUserModel_ID,
269 if (property_store->GetValue(PKEY_AppUserModel_IsDualMode,

Completed in 3543 milliseconds