Home
last modified time | relevance | path

Searched refs:QueryFrom (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/
Dfile_util_win.cc385 result = persist.QueryFrom(i_shell_link); in ResolveShortcut()
426 result = i_persist_file.QueryFrom(i_shell_link); in CreateShortcutLink()
447 if (FAILED(property_store.QueryFrom(i_shell_link))) in CreateShortcutLink()
475 if (FAILED(i_persist_file.QueryFrom(i_shell_link))) in UpdateShortcutLink()
498 if (FAILED(property_store.QueryFrom(i_shell_link))) in UpdateShortcutLink()
/external/chromium/base/win/
Dscoped_comptr.h109 HRESULT QueryFrom(IUnknown* object) { in QueryFrom() function
Dscoped_comptr_unittest.cc72 EXPECT_TRUE(SUCCEEDED(unk.QueryFrom(mem_alloc))); in TEST()
/external/chromium/chrome/browser/
Dshell_integration_win.cc166 if (FAILED(persist_file.QueryFrom(shell_link)) || in MigrateWin7ShortcutsInPath()
252 if (FAILED(property_store.QueryFrom(shell_link))) in GetShortcutAppId()
/external/chromium/chrome/browser/importer/
Die_importer.cc477 result = persist_file.QueryFrom(url_locator); in ResolveInternetShortcut()
Dimporter_unittest.cc275 result = persist_file.QueryFrom(locator); in CreateUrlFile()