OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateTrialsInChildProcess
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/metrics/
field_trial_unittest.cc
252
FieldTrialList::
CreateTrialsInChildProcess
("Some_name/Winner/xxx/yyyy/");
266
EXPECT_FALSE(FieldTrialList::
CreateTrialsInChildProcess
("MissingSlash"));
267
EXPECT_FALSE(FieldTrialList::
CreateTrialsInChildProcess
("MissingGroupName/"));
269
FieldTrialList::
CreateTrialsInChildProcess
("MissingFinalSlash/gname"));
271
FieldTrialList::
CreateTrialsInChildProcess
("/noname, only group/"));
284
EXPECT_TRUE(FieldTrialList::
CreateTrialsInChildProcess
(save_string));
287
EXPECT_FALSE(FieldTrialList::
CreateTrialsInChildProcess
("Some name/Loser/"));
field_trial.h
251
static bool
CreateTrialsInChildProcess
(const std::string& prior_trials);
field_trial.cc
216
bool FieldTrialList::
CreateTrialsInChildProcess
(
Completed in 505 milliseconds