OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckBool
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc
103
void
CheckBool
(const DictionaryValue* dictionary,
119
void
CheckBool
(const DictionaryValue* dictionary,
122
return
CheckBool
(dictionary, key, expected_value, false);
131
CheckBool
(dictionary, "syncAllDataTypes", config == SYNC_ALL_DATA);
132
CheckBool
(dictionary, "syncNothing", config == SYNC_NOTHING);
133
CheckBool
(dictionary, "appsSynced", types.Has(syncer::APPS));
134
CheckBool
(dictionary, "autofillSynced", types.Has(syncer::AUTOFILL));
135
CheckBool
(dictionary, "bookmarksSynced", types.Has(syncer::BOOKMARKS));
136
CheckBool
(dictionary, "extensionsSynced", types.Has(syncer::EXTENSIONS));
137
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 209 milliseconds