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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DBlob.cpp110 if (hasBeenClosed()) {
127 if (hasBeenClosed()) {
H A DBlob.h89 bool hasBeenClosed() const { return m_hasBeenClosed; } function in class:blink::Blob
H A DFile.cpp215 if (hasBeenClosed()) {
264 if (hasBeenClosed()) {
H A DFileReader.cpp305 if (blob->hasBeenClosed()) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURL.cpp69 if (blob->hasBeenClosed()) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp1284 if (blob->hasBeenClosed())
1311 if (file->hasBeenClosed())
1334 if (file->hasBeenClosed())

Completed in 244 milliseconds