/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_handler.cc | 348 registered_types.Has(sync_type)); 349 args.SetBoolean(key_name + "Synced", preferred_types.Has(sync_type)); 500 // If the signin manager already has an authenticated username, this is a 625 // If the sync engine has shutdown for some reason, just close the sync 647 // backend), so the user still has a chance to cancel out of the operation [all...] |
/external/chromium_org/chrome/browser/android/ |
foreign_session_helper.cc | 168 return service && service->GetActiveDataTypes().Has(syncer::PROXY_TABS); 272 LOG(ERROR) << "Foreign tab no longer has valid navigations.";
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_registrar_unittest.cc | 104 EXPECT_EQ(types.Has(model_type),
|
typed_url_change_processor.cc | 139 const bool agreement = encrypted_types.Has(syncer::TYPED_URLS);
|
bookmark_model_associator.cc | 318 // Sync model has user created nodes if any of the permanent nodes has 404 // This algorithm will not do well if the folder name has changes but the 514 // nothing has changed. 711 return !encrypted_types.Has(syncer::BOOKMARKS) ||
|
/external/chromium_org/sync/engine/ |
download.cc | 134 if (!request_types.Has(model_type)) {
|
download_unittest.cc | 166 if (notified_types.Has(type)) {
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
profile_sync_service_harness.cc | 65 // if the callback has already timed out. 112 // Helper function which returns true if the sync backend has been initialized, 181 // Helper function which returns true if the sync client no longer has a pending 188 // Helper function which returns true if the client has detected an actionable 332 // been set. If an explicit passphrase has been set, immediately return false, 475 // The sync backend host has already been initialized; don't wait. 849 DCHECK(service() != NULL) << "Sync service has not yet been set up."; 871 if (synced_datatypes.Has(datatype)) { 903 if (!synced_datatypes.Has(datatype)) { [all...] |
/external/chromium_org/ui/message_center/ |
message_center_impl.cc | 47 // two ids; |id_| is the newest notification id that has been assigned by an 85 // Called when the message center has appropriate visibility. Modifies 103 bool Has(const std::string& id) const; 201 bool ChangeQueue::Has(const std::string& id) const { 597 !notification_queue_->Has(old_id) &&
|
/external/chromium_org/v8/test/cctest/ |
test-object-observe.cc | 234 // obj is now marked "is_observed", but our map has moved. 253 // Detached, mutating the proxy has no effect. 417 // and has been modified. Not clear if this happens in practice. 484 if (!global->Has(kBlockedContextIndex)) return true; 497 if (!global->Has(kBlockedContextIndex)) return true; 507 return type != ACCESS_KEYS || !global->Has(kBlockedContextIndex);
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 6 // functionality is provided by the Syncable layer, which has its own 627 // Test counting nodes when the type's root node has no children. 662 // and one of those children has children of its own. [all...] |
write_node.cc | 49 bool needs_encryption = GetTransaction()->GetEncryptedTypes().Has(type) || 95 // For bookmarks, this has to happen after we set the title in the specifics,
|
/external/chromium_org/chrome/browser/sync/ |
backend_migrator_unittest.cc | 67 if (!unsynced_types.Has(type)) {
|
profile_sync_service_typed_url_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
foreign_session_handler.cc | 86 LOG(ERROR) << "Foreign tab no longer has valid navigations."; 217 return service && service->GetActiveDataTypes().Has(syncer::PROXY_TABS);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set.h | 215 bool Has(int number) const; 371 // The caller must ensure that target has sufficient capacity for the 462 // removing it from the map, we just set is_cleared = true. This has no 534 // tag has been read. 623 // Since the ExtensionSet has different methods for each primitive type, [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.h | 215 bool Has(int number) const; 355 // The caller must ensure that target has sufficient capacity for the 415 // removing it from the map, we just set is_cleared = true. This has no 460 // tag has been read. 549 // Since the ExtensionSet has different methods for each primitive type, [all...] |
/external/clang/lib/Sema/ |
SemaAccess.cpp | 88 // A nested class is a member and as such has the same access 92 // the class has access. A local class of a member function 186 Target.HasInstanceContext = Has; 192 : Target(Target), Has(Target.HasInstanceContext) {} 194 bool Has; 453 // Figure out whether the current class has a template: 704 /// target has to have some natural access in P, which opens up the 795 // that the naming class has to be derived from the effective 845 // that's a subclass of N and where the target has some natural [all...] |
/external/v8/test/cctest/ |
test-heap-profiler.cc | 110 // Verify, that JS global object of env2 has '..2' properties. 605 // Verify that snapshot object has required fields. 608 CHECK(parsed_snapshot->Has(v8_str("snapshot"))); 609 CHECK(parsed_snapshot->Has(v8_str("nodes"))); 610 CHECK(parsed_snapshot->Has(v8_str("strings"))); [all...] |
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service.cc | 113 // Gets called repeatedly until every SyncFileStatus has been mapped. 712 sync_enabled_ = profile_sync_service->GetActiveDataTypes().Has(
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index.cc | 41 // operation has happened. 285 bool SimpleIndex::Has(uint64 hash) const {
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
IDBBindingUtilities.cpp | 203 if (!object->Has(indexOrName))
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
name_table.h | 597 bool Has(int32_t platform_id, int32_t encoding_id, int32_t language_id,
|
/external/sfntly/cpp/src/sfntly/table/core/ |
name_table.h | 597 bool Has(int32_t platform_id, int32_t encoding_id, int32_t language_id,
|
/external/chromium/chrome/browser/resources/net_internals/ |
dataview.js | 10 * - Has a button to generate a text report.
|