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

  /external/chromium_org/google_apis/gcm/engine/
gcm_store.h 50 RegistrationInfoMap registrations; member in struct:gcm::GCMStore::LoadResult
  /external/chromium_org/content/browser/service_worker/
service_worker_database_unittest.cc 277 // |origin3| has two registrations.
335 std::vector<RegistrationData> registrations; local
337 database->GetRegistrationsForOrigin(origin1, &registrations));
338 EXPECT_TRUE(registrations.empty());
374 // |origin3| has two registrations.
385 registrations.clear();
387 database->GetRegistrationsForOrigin(origin3, &registrations));
388 EXPECT_EQ(2U, registrations.size());
389 VerifyRegistrationData(data3, registrations[0]);
390 VerifyRegistrationData(data4, registrations[1])
396 std::vector<RegistrationData> registrations; local
1010 std::vector<RegistrationData> registrations; local
    [all...]
service_worker_database.cc 378 std::vector<RegistrationData>* registrations) {
380 DCHECK(registrations->empty());
388 // Create a key prefix for registrations.
397 registrations->clear();
408 registrations->clear();
411 registrations->push_back(registration);
419 std::vector<RegistrationData>* registrations) {
421 DCHECK(registrations->empty());
434 registrations->clear();
445 registrations->clear()
617 std::vector<RegistrationData> registrations; local
707 std::vector<RegistrationData> registrations; local
    [all...]
service_worker_storage.cc 271 // See if there are any stored registrations for the origin.
309 // See if there are any stored registrations for the origin.
365 // See if there are any stored registrations for the origin.
408 RegistrationList* registrations = new RegistrationList; local
414 base::Unretained(registrations)),
418 base::Owned(registrations)));
873 RegistrationList* registrations,
875 DCHECK(registrations);
883 // Add all stored registrations.
886 for (RegistrationList::const_iterator it = registrations->begin()
1248 std::vector<ServiceWorkerDatabase::RegistrationData> registrations; local
1292 RegistrationList registrations; local
1331 std::vector<ServiceWorkerDatabase::RegistrationData> registrations; local
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 43 * of desired registrations when requested.
46 * it, and it requests that it perform (un)registrations as the set of desired sync types changes.
96 // If the intent requests a change in registrations, change them.
178 // We might have accumulated some registrations to do while we were waiting for the client
310 * Reads the object registrations from storage (if any) and returns a set containing the
320 * Join Sync object registrations with non-Sync object registrations to get the full set of
321 * desired object registrations.
331 Set<ObjectId> registrations = new HashSet<ObjectId>( local
333 registrations.addAll(syncRegistrations)
393 Set<ObjectId> registrations = new HashSet<ObjectId>(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 114 milliseconds