Searched refs:createFileSystemRootURL (Results 1 – 4 of 4) sorted by relevance
34 …KURL rootUrl = DOMFileSystemBase::createFileSystemRootURL("http://chromium.org/", FileSystemTypeEx… in TEST_F()46 …KURL rootUrl = DOMFileSystemBase::createFileSystemRootURL("http://chromium.org/", FileSystemTypeTe… in TEST_F()58 …KURL rootUrl = DOMFileSystemBase::createFileSystemRootURL("http://chromium.org/", FileSystemTypePe… in TEST_F()
100 static KURL createFileSystemRootURL(const String& origin, FileSystemType);
109 KURL DOMFileSystemBase::createFileSystemRootURL(const String& origin, FileSystemType type) in createFileSystemRootURL() function in blink::DOMFileSystemBase
161 …KURL rootURL = DOMFileSystemBase::createFileSystemRootURL(executionContext->securityOrigin()->toSt… in start()