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

1 2

  /external/chromium_org/content/browser/service_worker/
service_worker_registration_unittest.cc 31 scoped_refptr<ServiceWorkerRegistration> registration = local
38 new ServiceWorkerVersion(registration, NULL, version_id);
39 registration->set_active_version(active_version);
41 registration->Shutdown();
43 DCHECK(registration->is_shutdown());
45 DCHECK(registration->HasOneRef());
52 scoped_refptr<ServiceWorkerRegistration> registration = local
61 new ServiceWorkerVersion(registration, NULL, version_1_id);
62 registration->set_active_version(version_1);
65 new ServiceWorkerVersion(registration, NULL, version_2_id)
    [all...]
service_worker_storage.h 27 // This class provides an interface to load registration data and
38 registration)> RegistrationCallback;
46 registration)> FindRegistrationCallback;
68 // synchronous in-memory registration. Eventually these will be
69 // replaced by asynchronous methods that persist registration to disk.
83 ServiceWorkerRegistration* registration);
89 ServiceWorkerRegistration* registration);
91 // This is the in-memory registration. Eventually the registration will be
service_worker_register_job.h 15 // registration or unregistration.
21 ServiceWorkerRegistration* registration)> RegistrationCompleteCallback;
29 // The Registration flow includes most or all of the following,
33 // - creating a ServiceWorkerVersion for the new registration instance.
44 // everything that was created during the Registration process,
50 // These are all steps in the registration and unregistration pipeline.
70 const scoped_refptr<ServiceWorkerRegistration>& registration);
service_worker_version.cc 16 ServiceWorkerRegistration* registration,
21 registration_(registration) {
service_worker_storage_unittest.cc 22 scoped_refptr<ServiceWorkerRegistration>* registration,
27 *registration = result;
34 scoped_refptr<ServiceWorkerRegistration>* registration,
41 *registration = result;
45 // as well as the resulting registration. Whent the callback is fired,
52 scoped_refptr<ServiceWorkerRegistration>* registration) {
55 &SaveRegistrationCallback, expected_status, called, registration);
62 scoped_refptr<ServiceWorkerRegistration>* registration) {
68 registration);
226 // Make sure basic registration is working
229 scoped_refptr<ServiceWorkerRegistration> registration; local
238 ASSERT_NE(scoped_refptr<ServiceWorkerRegistration>(NULL), registration); local
246 scoped_refptr<ServiceWorkerRegistration> registration; local
271 ASSERT_EQ(scoped_refptr<ServiceWorkerRegistration>(NULL), registration); local
    [all...]
service_worker_context_core.cc 90 const scoped_refptr<ServiceWorkerRegistration>& registration) {
92 DCHECK(!registration);
96 callback.Run(status, registration->id());
service_worker_register_job.cc 78 scoped_refptr<ServiceWorkerRegistration> registration = local
82 base::Bind(callback, REGISTRATION_OK, registration));
93 // The previous registration may not exist, which is ok.
113 const scoped_refptr<ServiceWorkerRegistration>& registration) {
114 callback_.Run(this, status, registration);
service_worker_version.h 32 // registration's pattern.
59 ServiceWorkerRegistration* registration,
service_worker_storage.cc 16 // This is temporary until we figure out how registration ids will be
131 scoped_refptr<ServiceWorkerRegistration> registration(
135 registration_by_pattern_[pattern] = registration;
136 return registration;
189 ServiceWorkerRegistration* registration) {
190 callback.Run(status, registration);
service_worker_context_unittest.cc 63 scoped_refptr<ServiceWorkerRegistration>* registration,
65 *registration = result;
68 // Make sure basic registration is working.
107 // Make sure that when a new registration replaces an existing
108 // registration, that the old one is cleaned up.
138 // combination, that the same registration is used.
service_worker_context_core.h 93 const scoped_refptr<ServiceWorkerRegistration>& registration);
  /external/chromium_org/chrome_frame/
exception_barrier.h 98 EXCEPTION_REGISTRATION* registration,
101 EXCEPTION_REGISTRATION* registration);
108 static void UnregisterException(EXCEPTION_REGISTRATION* registration) {
109 UnregisterExceptionRecord(registration);
115 static void RegisterException(EXCEPTION_REGISTRATION* registration) {
116 RegisterExceptionRecord(registration, ExceptionBarrierHandler);
122 static void RegisterException(EXCEPTION_REGISTRATION* registration) {
123 RegisterExceptionRecord(registration,
130 static void RegisterException(EXCEPTION_REGISTRATION* registration) {
131 RegisterExceptionRecord(registration,
    [all...]
exception_barrier_lowlevel.asm 33 ; EXCEPTION_REGISTRATION *registration,
35 RegisterExceptionRecord PROC registration:DWORD, func:DWORD
38 mov edx, DWORD PTR [esp + 4] ; edx is registration
49 ; EXCEPTION_REGISTRATION *registration);
50 UnregisterExceptionRecord PROC registration:DWORD
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 30 ObserverRegistration registration(path, obs);
31 if (observers_.find(registration) != observers_.end()) {
35 observers_.insert(registration);
44 ObserverRegistration registration(path, obs);
46 observers_.find(registration);
  /external/chromium_org/win8/test/
metro_registration_helper.cc 52 // Perform the registration by invoking test_registrar.exe.
67 LOG(ERROR) << "Win8 registration using "
72 LOG(ERROR) << "Win8 registration using "
77 PLOG(ERROR) << "Failed to launch Win8 registration utility using "
85 base::win::ScopedComPtr<IApplicationAssociationRegistration> registration; local
86 HRESULT hr = registration.CreateInstance(
94 hr = registration->QueryCurrentDefault(protocol, AT_URLPROTOCOL,
114 // Make sure the registration changes have been acknowledged by the shell
  /external/chromium_org/chrome_frame/test/
exception_barrier_unittest.cc 10 // retrieves the top SEH registration record
21 // # Is each exception registration in bounds of our stack
22 // # Is the registration DWORD aligned
46 // there MUST be at least one registration
162 // Assert that registration modifies the chain
168 EXCEPTION_REGISTRATION registration; local
169 ::RegisterExceptionRecord(&registration, ExceptionBarrierHandler);
170 EXPECT_EQ(GetTopRegistration(), &registration); local
171 EXPECT_EQ(&ExceptionBarrierHandler, registration.handler);
172 EXPECT_EQ(top, registration.prev)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.cpp 154 void MutationObserver::observationStarted(MutationObserverRegistration* registration)
156 ASSERT(!m_registrations.contains(registration));
157 m_registrations.add(registration);
160 void MutationObserver::observationEnded(MutationObserverRegistration* registration)
162 ASSERT(m_registrations.contains(registration));
163 m_registrations.remove(registration);
Node.cpp 2262 const MutationObserverRegistration& registration = **iter; local
2285 MutationObserverRegistration* registration = 0; local
    [all...]
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 80 HANDLE registration = local
106 ::RemoveVectoredExceptionHandler(registration);
  /bootable/recovery/updater/
Android.mk 40 # gets #included by updater.c. It calls all those registration
45 # any sort of registration function for these. Use this variable for
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 51 # Strings in a webpage that are indicative of a registration link.
69 """Download, parse, and check if the web page contains a registration form.
127 # Checks that the registration page is within the domain.
144 """Parses downloaded page and gets url link for non registration page.
146 Checks if current page contains a registration page and if not it gets
147 the url links. If it is a registration page, it saves it in a file as
152 True if current page contains a registration form, and False otherwise.
183 # and a registration form (Password field and Confirm Password field).
193 # Confirms that the page contains a registration form if two passwords
201 # Create a new file and save the HTML registration page code
    [all...]
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 473 base::win::RegistryValueIterator registration(parent, kRegPath);
474 while (registration.Valid()) {
475 std::wstring key(std::wstring(L"CLSID\\") + registration.Name() +
479 ++registration;
484 ++registration;
498 ++registration;
557 // to list each registration, so we just increment the count for each module
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 533 base::win::RegistryValueIterator registration(parent, kRegPath);
534 while (registration.Valid()) {
535 std::wstring key(std::wstring(L"CLSID\\") + registration.Name() +
539 ++registration;
544 ++registration;
558 ++registration;
617 // to list each registration, so we just increment the count for each module
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java.orig 42 import org.jivesoftware.smack.packet.Registration;
457 private static Registration parseRegistration(XmlPullParser parser) throws Exception {
458 Registration registration = new Registration();
481 registration.setInstructions(value);
486 registration.addExtension(
499 registration.setAttributes(fields);
500 return registration;
    [all...]

Completed in 187 milliseconds

1 2