HomeSort by relevance Sort by last modified time
    Searched refs:chrome_app_guid (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 41 const wchar_t* chrome_app_guid() const { return chrome_app_guid_; } function in class:mini_installer::Configuration
configuration_test.cc 68 TestConfiguration(L"spam.exe").chrome_app_guid());
70 TestConfiguration(L"spam.exe --chrome").chrome_app_guid());
73 .chrome_app_guid());
75 TestConfiguration(L"spam.exe --chrome-frame").chrome_app_guid());
77 TestConfiguration(L"spam.exe --chrome-sxs").chrome_app_guid());
mini_installer.cc 166 configuration.chrome_app_guid();
259 system_level, configuration.chrome_app_guid(), path, size)) {

Completed in 112 milliseconds