OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EncodeBool
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_unittest.cc
216
std::string
EncodeBool
(bool value) { return value ? VALUE_TRUE : VALUE_FALSE; }
248
EncodeBool
(emulate_satisfied_criterion_1));
251
EncodeBool
(emulate_satisfied_criterion_2));
254
EncodeBool
(emulate_satisfied_criterion_1 ||
258
EncodeBool
(emulate_satisfied_criterion_1 ||
310
EncodeBool
(emulate_satisfied_odd_criteria));
313
EncodeBool
(emulate_satisfied_odd_criteria));
316
EncodeBool
(emulate_satisfied_odd_criteria));
319
EncodeBool
(emulate_satisfied_even_criteria));
322
EncodeBool
(emulate_satisfied_even_criteria))
[
all
...]
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
27
CONTENT_EXPORT void
EncodeBool
(bool value, std::string* into);
indexed_db_leveldb_coding_unittest.cc
96
EncodeBool
(value, &buffer);
100
TEST(IndexedDBLevelDBCodingTest,
EncodeBool
) {
[
all
...]
indexed_db_leveldb_coding.cc
226
void
EncodeBool
(bool value, std::string* into) {
[
all
...]
indexed_db_backing_store.cc
106
EncodeBool
(value, &buffer);
[
all
...]
Completed in 294 milliseconds