OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REGISTRATION_OK
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/service_worker/
service_worker_registration_status.h
16
REGISTRATION_OK
,
21
// This should only be called for errors, where status !=
REGISTRATION_OK
.
service_worker_storage_unittest.cc
128
SaveRegistration(
REGISTRATION_OK
, &called, &original_registration));
136
SaveFoundRegistration(true,
REGISTRATION_OK
, &called, ®istration1));
140
SaveFoundRegistration(true,
REGISTRATION_OK
, &called, ®istration2));
160
SaveRegistration(
REGISTRATION_OK
, &called, &original_registration));
170
SaveFoundRegistration(true,
REGISTRATION_OK
, &called, ®istration1));
179
SaveFoundRegistration(true,
REGISTRATION_OK
, &called, ®istration2));
193
SaveRegistration(
REGISTRATION_OK
, &called1, &original_registration1));
200
SaveRegistration(
REGISTRATION_OK
, &called2, &original_registration2));
211
SaveFoundRegistration(true,
REGISTRATION_OK
, &called1, ®istration1));
215
SaveFoundRegistration(true,
REGISTRATION_OK
, &called2, ®istration2))
[
all
...]
service_worker_registration_status.cc
24
case
REGISTRATION_OK
:
service_worker_register_job.cc
66
if (previous_status !=
REGISTRATION_OK
) {
82
base::Bind(callback,
REGISTRATION_OK
, registration));
94
if (previous_status ==
REGISTRATION_OK
&& found &&
service_worker_storage.cc
58
REGISTRATION_OK
,
65
base::Bind(callback, true /* found */,
REGISTRATION_OK
, match->second));
84
REGISTRATION_OK
,
94
REGISTRATION_OK
,
service_worker_dispatcher_host.cc
170
if (status !=
REGISTRATION_OK
) {
183
if (status !=
REGISTRATION_OK
) {
service_worker_context_core.cc
91
if (status !=
REGISTRATION_OK
) {
Completed in 634 milliseconds