HomeSort by relevance Sort by last modified time
    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 33 CONTENT_EXPORT void EncodeBool(bool value, std::string* into);
indexed_db_leveldb_coding_unittest.cc 97 EncodeBool(value, &buffer);
101 TEST(IndexedDBLevelDBCodingTest, EncodeBool) {
    [all...]
indexed_db_leveldb_coding.cc 244 void EncodeBool(bool value, std::string* into) {
    [all...]
indexed_db_backing_store.cc 186 EncodeBool(value, &buffer);
660 EncodeBool(info.is_file(), &ret);
    [all...]

Completed in 615 milliseconds