HomeSort by relevance Sort by last modified time
    Searched refs:Has (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
packed-cache_test.cc 44 CHECK(cache.Has(0));
47 CHECK(cache.Has(0) && cache.Has(19));
52 CHECK(!cache.Has(0));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
packed-cache_test.cc 44 CHECK(cache.Has(0));
47 CHECK(cache.Has(0) && cache.Has(19));
52 CHECK(!cache.Has(0));
  /external/chromium_org/sync/internal_api/public/base/
enum_set_unittest.cc 39 EXPECT_FALSE(enums.Has(TEST_0));
40 EXPECT_FALSE(enums.Has(TEST_1));
41 EXPECT_FALSE(enums.Has(TEST_2));
42 EXPECT_FALSE(enums.Has(TEST_3));
43 EXPECT_FALSE(enums.Has(TEST_4));
50 EXPECT_FALSE(enums.Has(TEST_0));
51 EXPECT_FALSE(enums.Has(TEST_1));
52 EXPECT_FALSE(enums.Has(TEST_2));
53 EXPECT_TRUE(enums.Has(TEST_3));
54 EXPECT_FALSE(enums.Has(TEST_4))
    [all...]
  /external/chromium_org/sync/syncable/
nigori_util.cc 76 // the data, nor for determining if data is encrypted. We simply ensure it has
79 (encrypted_types.Has(type) &&
88 if (!encrypted_types.Has(type))
164 NOTREACHED() << "New specifics already has an encrypted blob.";
247 encrypted_types.Has(BOOKMARKS));
249 encrypted_types.Has(PREFERENCES));
251 encrypted_types.Has(AUTOFILL_PROFILE));
252 nigori->set_encrypt_autofill(encrypted_types.Has(AUTOFILL));
253 nigori->set_encrypt_themes(encrypted_types.Has(THEMES));
255 encrypted_types.Has(TYPED_URLS))
    [all...]
syncable_delete_journal.cc 51 // overwritten because of entry has unsynced data locally.
105 if (passive_delete_journal_types_.Has((*it)->GetServerModelType()) ||
106 passive_delete_journal_types_.Has(GetModelTypeFromSpecifics(
  /external/chromium_org/chrome/browser/sync/glue/
proxy_data_type_controller.cc 12 DCHECK(syncer::ProxyTypes().Has(type_));
39 DCHECK(syncer::ProxyTypes().Has(type_));
44 DCHECK(syncer::ProxyTypes().Has(type_));
failed_data_types_handler.cc 19 DCHECK(!result.Has(it->first));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 61 if (jsAttrs->Has(alpha))
64 if (jsAttrs->Has(depth))
67 if (jsAttrs->Has(stencil))
70 if (jsAttrs->Has(antialias))
73 if (jsAttrs->Has(premultipliedAlpha))
76 if (jsAttrs->Has(preserveDrawingBuffer))
85 if (jsAttrs->Has(alpha))
V8CustomXPathNSResolver.cpp 66 // Check if the resolver has a function property named lookupNamespaceURI.
67 if (m_resolver->Has(lookupNamespaceURIName)) {
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler_unittest.cc 52 // Checks whether the specified type of event has occurred.
53 bool Has(EventType type, JobType job_type) {
759 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_ADD_NEW_DIRECTORY));
760 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_GET_ABOUT_RESOURCE));
761 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_RENAME_RESOURCE));
762 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_DOWNLOAD_FILE));
763 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_ADD_NEW_DIRECTORY));
764 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_GET_ABOUT_RESOURCE));
765 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_RENAME_RESOURCE));
766 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_DOWNLOAD_FILE))
    [all...]
  /external/chromium_org/chrome/browser/history/
web_history_service_factory.cc 26 sync->GetActiveDataTypes().Has(syncer::HISTORY_DELETE_DIRECTIVES);
  /external/chromium_org/chrome/test/webdriver/
webdriver_session_manager.h 31 bool Has(const std::string& id) const;
webdriver_session_manager.cc 16 bool SessionManager::Has(const std::string& id) const {
  /external/chromium_org/net/disk_cache/simple/
simple_index_unittest.cc 234 TEST_F(SimpleIndexTest, Has) {
235 // Confirm the base index has dispatched the request for index entries.
239 // Confirm "Has()" always returns true before the callback is called.
240 EXPECT_TRUE(index()->Has(kKey1Hash));
242 EXPECT_TRUE(index()->Has(kKey1Hash));
245 EXPECT_TRUE(index()->Has(kKey1Hash));
249 // Confirm "Has() returns conditionally now.
250 EXPECT_FALSE(index()->Has(kKey1Hash));
252 EXPECT_TRUE(index()->Has(kKey1Hash));
257 // Confirm the base index has dispatched the request for index entries
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 50 bool FeedbackParams::Has(const FeedbackParam& param) const {
58 if (Has(param)) {
69 if (!from.Has(*iter_to)) {
125 return feedback_params.Has(param);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc 132 // Notify the java world that our sync state has changed.
167 // Just return if sync already has everything it needs to start up (sync
168 // should start up automatically as long as it has credentials). This can
239 // a passphrase if cryptographer has any pending keys.
247 // notification for passphrase when PSS has not completed configuring
358 if (types.Has(syncer::BOOKMARKS)) {
361 if (types.Has(syncer::AUTOFILL)) {
364 if (types.Has(syncer::AUTOFILL_PROFILE)) {
367 if (types.Has(syncer::PASSWORDS)) {
370 if (types.Has(syncer::TYPED_URLS))
    [all...]
profile_sync_service.cc 138 // has no significant state, -1 to never discard.
265 // kSyncKeepEverythingSynced has a default value. If so, and sync setup has
297 // yet. Note if the backend is started before the sync token has been loaded,
316 // If sync setup has completed we always start the backend. If the user is in
518 DCHECK(encrypted_types.Has(syncer::PASSWORDS));
562 // because it's fast and has no side effects.
577 DCHECK(syncer::UserTypes().Has(type));
584 if (!GetActiveDataTypes().Has(type)) {
864 // An invariant has been violated. Transition to an error state where we tr
    [all...]
sync_prefs_unittest.cc 94 EXPECT_FALSE(preferred_types.Has(syncer::PROXY_TABS));
95 EXPECT_TRUE(preferred_types.Has(syncer::HISTORY_DELETE_DIRECTIVES));
104 EXPECT_TRUE(preferred_types.Has(syncer::PROXY_TABS));
105 EXPECT_FALSE(preferred_types.Has(syncer::HISTORY_DELETE_DIRECTIVES));
  /external/chromium_org/chrome/test/webdriver/commands/
webdriver_command.cc 66 if (!SessionManager::GetInstance()->Has(session_id_))
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 87 result.SetBoolean("appsSynced", types.Has(syncer::APPS));
88 result.SetBoolean("autofillSynced", types.Has(syncer::AUTOFILL));
89 result.SetBoolean("bookmarksSynced", types.Has(syncer::BOOKMARKS));
90 result.SetBoolean("extensionsSynced", types.Has(syncer::EXTENSIONS));
91 result.SetBoolean("passwordsSynced", types.Has(syncer::PASSWORDS));
92 result.SetBoolean("preferencesSynced", types.Has(syncer::PREFERENCES));
93 result.SetBoolean("tabsSynced", types.Has(syncer::PROXY_TABS));
94 result.SetBoolean("themesSynced", types.Has(syncer::THEMES));
95 result.SetBoolean("typedUrlsSynced", types.Has(syncer::TYPED_URLS));
160 CheckBool(dictionary, "appsSynced", types.Has(syncer::APPS))
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 68 if (!syncer::ProxyTypes().Has(it.Get())) {
106 if (!syncer::ProxyTypes().Has(it.Get())) {
sync_errors_test.cc 184 ASSERT_TRUE(synced_datatypes.Has(syncer::TYPED_URLS));
189 ASSERT_FALSE(synced_datatypes.Has(syncer::TYPED_URLS));
  /external/chromium/chrome/browser/resources/net_internals/
dnsview.js 9 * - Has a button to enable IPv6, if it is disabled.
11 * - Has a button to clear the host cache.
proxyview.js 9 * - Has a button to reload these settings.
12 * - Has a button to clear the cached bad proxies.
testview.js 8 * - Has an input box to specify the URL.
9 * - Has a button to start running the tests.
55 * Callback for when an individual test in the suite has begun.
71 // placeholder '?') once the test has completed. For now we just
100 * Callback for when an individual test in the suite has finished.
127 * Callback for when the last test in the suite has finished.

Completed in 742 milliseconds

1 2 3 4 5