OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUninstallCommandLine
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/installer/util/
google_update_settings.h
228
static string16
GetUninstallCommandLine
(bool system_install);
google_update_settings_unittest.cc
644
// Test GoogleUpdateSettings::
GetUninstallCommandLine
at system- or user-level,
646
class
GetUninstallCommandLine
: public GoogleUpdateSettingsTest,
661
const wchar_t
GetUninstallCommandLine
::kDummyCommand[] =
664
// Tests that
GetUninstallCommandLine
returns an empty string if there's no
666
TEST_P(
GetUninstallCommandLine
, TestNoKey) {
668
GoogleUpdateSettings::
GetUninstallCommandLine
(system_install_));
671
// Tests that
GetUninstallCommandLine
returns an empty string if there's no
673
TEST_P(
GetUninstallCommandLine
, TestNoValue) {
676
GoogleUpdateSettings::
GetUninstallCommandLine
(system_install_));
679
// Tests that
GetUninstallCommandLine
returns an empty string if there's a
[
all
...]
google_update_util.cc
202
GoogleUpdateSettings::
GetUninstallCommandLine
(system_install));
google_update_settings.cc
521
string16 GoogleUpdateSettings::
GetUninstallCommandLine
(bool system_install) {
Completed in 563 milliseconds