Searched refs:IsInUse (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dblob_storage_host.cc37 if (!context_.get() || uuid.empty() || context_->IsInUse(uuid))
69 if (!context_.get() || !context_->IsInUse(uuid) ||
/external/chromium_org/storage/browser/blob/
H A Dblob_storage_context.cc100 DCHECK(IsInUse(uuid));
102 if (!IsInUse(uuid) || IsUrlRegistered(blob_url))
118 DCHECK(!IsInUse(uuid) && !uuid.empty());
310 bool BlobStorageContext::IsInUse(const std::string& uuid) { function in class:storage::BlobStorageContext
H A Dblob_storage_context.h101 bool IsInUse(const std::string& uuid);
/external/chromium_org/v8/src/
H A Dsampler.cc344 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
H A Disolate.h510 bool IsInUse() { return entry_stack_ != NULL; } function in class:v8::internal::Isolate
H A Dapi.cc6597 if (!Utils::ApiCheck(!isolate->IsInUse(),

Completed in 164 milliseconds