Searched defs:old_storage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h119 char * old_storage = storage_; local
130 memcpy(storage_, old_storage, length_);
133 old_storage[0] = 0;
135 old_storage[i] = old_storage[i - 1];
137 delete[] old_storage;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_storage.cc242 ServiceWorkerStorage* old_storage) {
244 new ServiceWorkerStorage(old_storage->path_,
246 old_storage->database_task_runner_,
247 old_storage->disk_cache_thread_,
248 old_storage->quota_manager_proxy_.get()));
240 Create( base::WeakPtr<ServiceWorkerContextCore> context, ServiceWorkerStorage* old_storage) argument
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc129 char* old_storage = blocks_[0].buffer; local
131 memcpy(new_storage, old_storage, old_storage_size_used);
137 delete[] old_storage;
/external/chromium_org/v8/src/
H A Dobjects.cc1967 Handle<FixedArray> old_storage = handle(object->properties(), isolate); local
1969 FixedArray::CopySize(old_storage, external);

Completed in 208 milliseconds