Searched defs:IsInUse (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_context.cc98 DCHECK(!IsInUse(uuid) && !uuid.empty());
211 DCHECK(IsInUse(uuid));
307 bool BlobStorageContext::IsInUse(const std::string& uuid) { function in class:webkit_blob::BlobStorageContext
/external/v8/src/
H A Disolate.h460 bool IsInUse() { return entry_stack_ != NULL; } function in class:v8::internal::Isolate
/external/chromium_org/v8/src/
H A Disolate.h491 bool IsInUse() { return entry_stack_ != NULL; } function in class:v8::internal::Isolate

Completed in 97 milliseconds