Home
last modified time | relevance | path

Searched refs:revokeObjectUUID (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMURL.cpp97 void DOMURL::revokeObjectUUID(ExecutionContext* executionContext, const String& uuid) in revokeObjectUUID() function in blink::DOMURL
DDOMURL.h64 static void revokeObjectUUID(ExecutionContext*, const String&);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DBlob.cpp135 DOMURL::revokeObjectUUID(executionContext, uuid()); in close()