OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:persist_file
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
shell_integration_win.cc
165
base::win::ScopedComPtr<IPersistFile>
persist_file
;
local
166
if (FAILED(
persist_file
.QueryFrom(shell_link)) ||
167
FAILED(
persist_file
->Load(shortcut.value().c_str(), STGM_READ))) {
/external/chromium/chrome/browser/importer/
ie_importer.cc
476
base::win::ScopedComPtr<IPersistFile>
persist_file
;
477
result =
persist_file
.QueryFrom(url_locator);
482
result =
persist_file
->Load(file.c_str(), STGM_READ);
importer_unittest.cc
274
base::win::ScopedComPtr<IPersistFile>
persist_file
;
275
result =
persist_file
.QueryFrom(locator);
281
result =
persist_file
->Save(file.c_str(), TRUE);
[
all
...]
Completed in 418 milliseconds