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

  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 34 ACTIVATED, // Thread watching activated.
37 DEACTIVATED, // Thread watching de-activated.
122 State old_state = UpdateState(ACTIVATED);
129 EXPECT_TRUE(old_state == ACTIVATED || old_state == SENT_PING ||
136 EXPECT_TRUE(old_state == ACTIVATED || old_state == RECEIVED_PONG);
  /external/chromium_org/content/browser/service_worker/
service_worker_version.h 41 // one of them is activated. This class connects the actual script with a
61 // Current version status; some of the status (e.g. INSTALLED and ACTIVATED)
66 INSTALLED, // Install event is finished and is ready to be activated.
68 ACTIVATED, // Activation is finished and can run as activated.
69 REDUNDANT, // The version is no longer running as activated, due to
157 // if there's an activated (previous) version running.
172 // Upon completion, the version's status will be changed to ACTIVATED
179 // This must be called when the status() is ACTIVATED. Calling this in other
189 // This must be called when the status() is ACTIVATED
    [all...]

Completed in 2562 milliseconds