OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsValidCommandLine
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/
chrome_launcher_unittest.cc
11
TEST(ChromeLauncher,
IsValidCommandLine
) {
17
EXPECT_FALSE(chrome_launcher::
IsValidCommandLine
(
25
EXPECT_TRUE(chrome_launcher::
IsValidCommandLine
(
29
EXPECT_TRUE(chrome_launcher::
IsValidCommandLine
(
33
EXPECT_TRUE(chrome_launcher::
IsValidCommandLine
(
chrome_launcher.h
23
bool
IsValidCommandLine
(const wchar_t* command_line);
chrome_launcher.cc
121
bool
IsValidCommandLine
(const wchar_t* command_line) {
197
if (
IsValidCommandLine
(command_line)) {
Completed in 53 milliseconds