HomeSort by relevance Sort by last modified time
    Searched defs:rootURL (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp 57 PassRefPtr<DOMFileSystem> DOMFileSystem::create(ScriptExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL, PassOwnPtr<AsyncFileSystem> asyncFileSystem)
59 RefPtr<DOMFileSystem> fileSystem(adoptRef(new DOMFileSystem(context, name, type, rootURL, asyncFileSystem)));
74 // The rootURL created here is going to be attached to each filesystem request and
76 StringBuilder rootURL;
77 rootURL.append("filesystem:");
78 rootURL.append(context->securityOrigin()->toString());
79 rootURL.append("/");
80 rootURL.append(isolatedPathPrefix);
81 rootURL.append("/");
82 rootURL.append(filesystemId)
    [all...]
DOMFileSystemBase.h 70 static PassRefPtr<DOMFileSystemBase> create(ScriptExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL, PassOwnPtr<AsyncFileSystem> asyncFileSystem)
72 return adoptRef(new DOMFileSystemBase(context, name, type, rootURL, asyncFileSystem));
78 KURL rootURL() const { return m_filesystemRootURL; }
107 DOMFileSystemBase(ScriptExecutionContext*, const String& name, FileSystemType, const KURL& rootURL, PassOwnPtr<AsyncFileSystem>);
119 inline bool operator==(const DOMFileSystemBase& a, const DOMFileSystemBase& b) { return a.name() == b.name() && a.type() == b.type() && a.rootURL() == b.rootURL(); }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
IsolatedFileSystem.js 36 WebInspector.IsolatedFileSystem = function(manager, path, name, rootURL)
41 this._rootURL = rootURL;
91 rootURL: function()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 372 milliseconds