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

1 2 3 4 5

  /external/chromium_org/content/browser/service_worker/
service_worker_version_unittest.cc 127 version_ = new ServiceWorkerVersion(
140 version_ = 0;
148 scoped_refptr<ServiceWorkerVersion> version_; member in class:content::ServiceWorkerVersionTest
160 version_->StartWorker(CreateReceiverOnCurrentThread(&status1));
161 version_->StartWorker(CreateReceiverOnCurrentThread(&status2));
163 EXPECT_EQ(ServiceWorkerVersion::STARTING, version_->running_status());
165 EXPECT_EQ(ServiceWorkerVersion::RUNNING, version_->running_status());
168 version_->StartWorker(CreateReceiverOnCurrentThread(&status3));
180 version_->StopWorker(CreateReceiverOnCurrentThread(&status1));
181 version_->StopWorker(CreateReceiverOnCurrentThread(&status2))
    [all...]
service_worker_fetch_dispatcher.cc 18 : version_(version),
28 DCHECK(version_->status() == ServiceWorkerVersion::ACTIVATING ||
29 version_->status() == ServiceWorkerVersion::ACTIVATED)
30 << version_->status();
32 if (version_->status() == ServiceWorkerVersion::ACTIVATING) {
33 version_->RegisterStatusChangeCallback(
42 if (version_->status() != ServiceWorkerVersion::ACTIVATED) {
43 DCHECK_EQ(ServiceWorkerVersion::INSTALLED, version_->status());
65 version_->DispatchFetchEvent(
service_worker_context_request_handler.cc 28 version_(provider_host_->running_hosted_version()) {
38 if (!provider_host_ || !version_.get() || !context_)
57 context_->GetLiveRegistration(version_->registration_id());
76 version_.get(),
104 if (version_->status() != ServiceWorkerVersion::NEW &&
105 version_->status() != ServiceWorkerVersion::INSTALLING) {
108 return version_->script_cache_map()->Lookup(url) ==
115 if (version_->status() == ServiceWorkerVersion::NEW ||
116 version_->status() == ServiceWorkerVersion::INSTALLING)
118 *response_id_out = version_->script_cache_map()->Lookup(url)
    [all...]
service_worker_controllee_request_handler_unittest.cc 47 version_ = new ServiceWorkerVersion(
62 version_ = NULL;
73 scoped_refptr<ServiceWorkerVersion> version_; member in class:content::ServiceWorkerControlleeRequestHandlerTest
83 version_->SetStatus(ServiceWorkerVersion::INSTALLED);
84 registration_->SetWaitingVersion(version_.get());
87 version_.get(),
112 EXPECT_FALSE(version_->HasControllee());
117 version_->status());
120 EXPECT_TRUE(version_->HasControllee());
124 EXPECT_TRUE(version_->update_timer_.IsRunning())
    [all...]
service_worker_provider_host_unittest.cc 34 version_ = new ServiceWorkerVersion(
51 version_ = 0;
64 scoped_refptr<ServiceWorkerVersion> version_; member in class:content::ServiceWorkerProviderHostTest
78 // Associating version_ to a provider_host's active version will internally
80 registration_->SetActiveVersion(version_.get());
84 registration_->SetActiveVersion(version_.get());
99 // Associating version_ to two providers as active version.
100 registration_->SetActiveVersion(version_.get());
117 // Associating version_ to a provider_host's waiting version will internally
119 registration_->SetWaitingVersion(version_.get())
    [all...]
service_worker_handle_unittest.cc 54 version_ = new ServiceWorkerVersion(
65 version_ = NULL;
74 scoped_refptr<ServiceWorkerVersion> version_; member in class:content::ServiceWorkerHandleTest
86 version_.get());
90 version_->StartWorker(CreateReceiverOnCurrentThread(&status));
96 version_->SetStatus(ServiceWorkerVersion::INSTALLING);
97 version_->DispatchInstallEvent(-1, CreateReceiverOnCurrentThread(&status));
101 version_->SetStatus(ServiceWorkerVersion::INSTALLED);
service_worker_context_request_handler_unittest.cc 45 version_ = new ServiceWorkerVersion(
60 version_ = NULL;
71 scoped_refptr<ServiceWorkerVersion> version_; member in class:content::ServiceWorkerContextRequestHandlerTest
83 version_->SetStatus(ServiceWorkerVersion::NEW);
84 provider_host_->running_hosted_version_ = version_;
114 version_->SetStatus(ServiceWorkerVersion::NEW);
115 provider_host_->running_hosted_version_ = version_;
service_worker_handle.cc 70 version_(version) {
71 version_->AddListener(this);
75 version_->RemoveListener(this);
113 info.url = version_->script_url();
114 info.state = GetWebServiceWorkerState(version_.get());
service_worker_request_handler_unittest.cc 43 version_ = new ServiceWorkerVersion(registration_.get(),
57 version_->SetStatus(ServiceWorkerVersion::ACTIVATED);
58 registration_->SetActiveVersion(version_.get());
61 version_.get(),
68 version_ = NULL;
101 scoped_refptr<ServiceWorkerVersion> version_; member in class:content::ServiceWorkerRequestHandlerTest
service_worker_fetch_dispatcher.h 44 scoped_refptr<ServiceWorkerVersion> version_; member in class:content::ServiceWorkerFetchDispatcher
  /external/chromium_org/chrome_elf/
thunk_getter.cc 66 version_ =
68 if (version_ == VERSION_XP_SP2 && version_info.wServicePackMajor < 2)
69 version_ = VERSION_PRE_XP_SP2;
74 version_ = VERSION_VISTA;
78 version_ = VERSION_WIN7;
82 version_ = VERSION_WIN8;
85 version_ = VERSION_WIN8_1;
89 version_ = VERSION_WIN_LAST;
91 version_ = VERSION_PRE_XP_SP2;
98 Version version() const { return version_; }
103 Version version_; member in class:__anon10678::OSInfo
    [all...]
  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 25 version_(version),
55 if (version_.IsValid() && other.version_.IsValid()) {
56 int comparison = version_.CompareTo(other.version_);
extension_sync_data.h 65 const Version& version() const { return version_; }
80 Version version_; member in class:extensions::ExtensionSyncData
pending_extension_info.h 52 const Version& version() const { return version_; }
82 Version version_; member in class:extensions::PendingExtensionInfo
  /external/chromium_org/sync/test/fake_server/
fake_server_entity.cc 49 return version_;
53 version_ = version;
96 version_(version),
103 sync_entity->set_version(version_);
  /external/chromium_org/net/spdy/
spdy_frame_builder.cc 40 version_(version) {
65 DCHECK_GE(SPDY3, version_);
67 SpdyConstants::SerializeFrameType(version_, type));
72 SpdyConstants::SerializeMajorVersion(version_));
83 if (version_ > SPDY3) {
104 DCHECK(SpdyConstants::IsValidFrameType(version_,
105 SpdyConstants::SerializeFrameType(version_, type)));
112 DLOG_IF(DFATAL, SpdyConstants::GetFrameMaximumSize(version_) < length_)
126 SpdyConstants::SerializeFrameType(version_, type));
171 if (version_ <= SPDY3)
    [all...]
spdy_frame_builder.h 76 if (version_ > SPDY3) {
77 DLOG_IF(DFATAL, SpdyConstants::GetFrameMaximumSize(version_) < length_)
147 const SpdyMajorVersion version_; member in class:net::SpdyFrameBuilder
  /external/chromium_org/sync/test/
mock_invalidation.cc 38 return version_;
53 version_(version),
mock_invalidation.h 40 const int64 version_; member in class:syncer::MockInvalidation
  /external/chromium_org/chrome/installer/util/
installation_state.cc 65 version_.reset(new Version(base::UTF16ToASCII(version_str)));
66 if (!version_->IsValid())
67 version_.reset();
144 return version_.get() != NULL;
152 DCHECK(version_.get() != NULL);
153 return *version_;
158 version_.reset(other.version_.get() ? new Version(*other.version_) : NULL);
179 version_.reset()
    [all...]
fake_product_state.h 17 void set_version(Version* version) { version_.reset(version); }
  /external/chromium_org/base/win/
windows_version.cc 37 : version_(VERSION_PRE_XP),
47 version_ = (version_number_.minor == 1) ? VERSION_XP : VERSION_SERVER_2003;
52 version_ = VERSION_VISTA;
56 version_ = VERSION_WIN7;
60 version_ = VERSION_WIN8;
64 version_ = VERSION_WIN8_1;
69 version_ = VERSION_WIN_LAST;
windows_version.h 84 Version version() const { return version_; }
103 Version version_; member in class:base::win::OSInfo
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.h 52 unsigned int version() const { return version_; }
54 return (version - version_) < 0x80000000;
86 unsigned int version_; member in class:gpu::gles2::TextureDefinition
  /external/chromium_org/third_party/webrtc/base/
bytebuffer.h 90 : start_(start), version_(version) { }
92 int version_; member in class:rtc::ByteBuffer::ReadPosition
109 int version_; member in class:rtc::ByteBuffer

Completed in 408 milliseconds

1 2 3 4 5