OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallTypeTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc
39
class
InstallTypeTest
;
40
InstallTypeTest
* g_install_type = 0;
127
class
InstallTypeTest
: public DiagnosticTest {
129
InstallTypeTest
() : DiagnosticTest(ASCIIToUTF16("Install Type")),
156
DISALLOW_COPY_AND_ASSIGN(
InstallTypeTest
);
216
// This test depends on |
InstallTypeTest
| having run successfully.
403
return new
InstallTypeTest
();
/external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc
44
class
InstallTypeTest
;
45
InstallTypeTest
* g_install_type = 0;
133
class
InstallTypeTest
: public DiagnosticsTest {
135
InstallTypeTest
()
160
DISALLOW_COPY_AND_ASSIGN(
InstallTypeTest
);
287
// This test depends on |
InstallTypeTest
| having run successfully.
389
DiagnosticsTest* MakeInstallTypeTest() { return new
InstallTypeTest
(); }
Completed in 44 milliseconds