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 43 RegistrationInfoMap registrations; member in struct:gcm::GCMStore::LoadResult
  /external/chromium_org/content/browser/service_worker/
service_worker_database_unittest.cc 236 // |origin3| has two registrations.
288 std::vector<RegistrationData> registrations; local
290 database->GetRegistrationsForOrigin(origin1, &registrations));
291 EXPECT_TRUE(registrations.empty());
323 // |origin3| has two registrations.
333 registrations.clear();
335 database->GetRegistrationsForOrigin(origin3, &registrations));
336 EXPECT_EQ(2U, registrations.size());
337 VerifyRegistrationData(data3, registrations[0]);
338 VerifyRegistrationData(data4, registrations[1])
344 std::vector<RegistrationData> registrations; local
867 std::vector<RegistrationData> registrations; local
    [all...]
service_worker_storage.cc 127 // See if there are any stored registrations for the origin.
165 // See if there are any stored registrations for the origin.
204 // See if there are any stored registrations for the origin.
247 RegistrationList* registrations = new RegistrationList; local
253 base::Unretained(registrations)),
257 base::Owned(registrations)));
561 RegistrationList* registrations,
563 DCHECK(registrations);
570 // Add all stored registrations.
573 for (RegistrationList::const_iterator it = registrations->begin()
865 std::vector<ServiceWorkerDatabase::RegistrationData> registrations; local
901 RegistrationList registrations; local
940 std::vector<ServiceWorkerDatabase::RegistrationData> registrations; local
    [all...]
service_worker_database.cc 385 std::vector<RegistrationData>* registrations) {
387 DCHECK(registrations->empty());
395 // Create a key prefix for registrations.
404 registrations->clear();
415 registrations->clear();
418 registrations->push_back(registration);
426 std::vector<RegistrationData>* registrations) {
428 DCHECK(registrations->empty());
441 registrations->clear();
452 registrations->clear()
616 std::vector<RegistrationData> registrations; local
705 std::vector<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 377 milliseconds