OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:experiment_labels
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/variations/
experiment_labels.cc
5
#include "chrome/common/variations/
experiment_labels
.h"
48
base::string16
experiment_labels
;
local
63
if (!
experiment_labels
.empty())
64
experiment_labels
+= google_update::kExperimentLabelSeparator;
65
experiment_labels
+= CreateSingleExperimentLabel(++counter, id,
69
return
experiment_labels
;
/external/chromium_org/chrome/installer/util/
google_update_settings.h
300
// Sets |
experiment_labels
| as the Google Update
experiment_labels
value in
302
// |
experiment_labels
| is empty, this will delete the value instead. This will
307
const base::string16&
experiment_labels
);
309
// Reads the Google Update
experiment_labels
value in the ClientState key for
310
// this Chrome product and writes it into |
experiment_labels
|. If the key or
311
// value does not exist, |
experiment_labels
| will be set to the empty string.
312
// If this distribution of Chrome does not set the
experiment_labels
value,
313
// this will do nothing to |
experiment_labels
|. This will return true if the
316
base::string16*
experiment_labels
);
[
all
...]
google_update_settings.cc
[
all
...]
Completed in 205 milliseconds