Searched refs:registrableObject (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DBlob.cpp54 void BlobURLRegistry::registerURL(SecurityOrigin* origin, const KURL& publicURL, URLRegistrable* registrableObject) argument
56 ASSERT(&registrableObject->registry() == this);
57 Blob* blob = static_cast<Blob*>(registrableObject);

Completed in 632 milliseconds