Searched defs:CheckBool (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/courgette/
H A Dmemory_allocator.h51 typedef CheckReturnValue<bool> CheckBool; typedef
53 typedef bool CheckBool; typedef
326 CheckBool reserve(size_t size) WARN_UNUSED_RESULT {
358 CheckBool append(const T* data, size_t size) WARN_UNUSED_RESULT {
388 CheckBool resize(size_t size, const T& init_value) WARN_UNUSED_RESULT {
404 CheckBool push_back(const T& item) WARN_UNUSED_RESULT {
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc102 void CheckBool(const base::DictionaryValue* dictionary, function in namespace:__anon5579
118 void CheckBool(const base::DictionaryValue* dictionary, function in namespace:__anon5579
121 return CheckBool(dictionary, key, expected_value, false);
130 CheckBool(dictionary, "syncAllDataTypes", config == SYNC_ALL_DATA);
131 CheckBool(dictionary, "syncNothing", config == SYNC_NOTHING);
132 CheckBool(dictionary, "appsSynced", types.Has(syncer::APPS));
133 CheckBool(dictionary, "autofillSynced", types.Has(syncer::AUTOFILL));
134 CheckBool(dictionary, "bookmarksSynced", types.Has(syncer::BOOKMARKS));
135 CheckBool(dictionary, "extensionsSynced", types.Has(syncer::EXTENSIONS));
136 CheckBool(dictionar
[all...]

Completed in 1133 milliseconds