OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuildAppModelId
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc
117
properties->set_app_id(ShellUtil::
BuildAppModelId
(components));
shell_util.h
394
static string16
BuildAppModelId
(const std::vector<string16>& components);
shell_util_unittest.cc
650
ASSERT_EQ(base_app_id, ShellUtil::
BuildAppModelId
(components));
661
ShellUtil::
BuildAppModelId
(components));
672
ShellUtil::
BuildAppModelId
(components));
683
const string16 constructed_app_id(ShellUtil::
BuildAppModelId
(components));
shell_util.cc
[
all
...]
/external/chromium_org/chrome/browser/
shell_integration_win.cc
343
return ShellUtil::
BuildAppModelId
(components);
Completed in 172 milliseconds