HomeSort by relevance Sort by last modified time
    Searched defs:CheckBool (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 114 void CheckBool(const DictionaryValue* dictionary,
130 void CheckBool(const DictionaryValue* dictionary,
133 return CheckBool(dictionary, key, expected_value, false);
158 CheckBool(dictionary, "syncAllDataTypes", config == SYNC_ALL_DATA);
159 CheckBool(dictionary, "syncNothing", config == SYNC_NOTHING);
160 CheckBool(dictionary, "appsSynced", types.Has(syncer::APPS));
161 CheckBool(dictionary, "autofillSynced", types.Has(syncer::AUTOFILL));
162 CheckBool(dictionary, "bookmarksSynced", types.Has(syncer::BOOKMARKS));
163 CheckBool(dictionary, "extensionsSynced", types.Has(syncer::EXTENSIONS));
164 CheckBool(dictionary, "passwordsSynced", types.Has(syncer::PASSWORDS))
    [all...]
  /external/chromium_org/courgette/
memory_allocator.h 51 typedef CheckReturnValue<bool> CheckBool;
53 typedef bool CheckBool;
350 CheckBool reserve(size_t size) WARN_UNUSED_RESULT {
376 CheckBool append(const T* data, size_t size) WARN_UNUSED_RESULT {
406 CheckBool resize(size_t size, const T& init_value) WARN_UNUSED_RESULT {
422 CheckBool push_back(const T& item) WARN_UNUSED_RESULT {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 182 def CheckBool(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 182 def CheckBool(self):

Completed in 1885 milliseconds