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

  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMFileSystem.cpp 71 const WebURL& rootURL,
75 DOMFileSystem* domFileSystem = DOMFileSystem::create(toWebLocalFrameImpl(frame)->frame()->document(), name, static_cast<WebCore::FileSystemType>(type), rootURL);
115 WebURL WebDOMFileSystem::rootURL() const
118 return m_private->rootURL();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 151 KURL rootURL = codeBase.isNull() ? document().url() : document().completeURL(codeBase);
153 urlToCheck = KURL(rootURL, archive);
155 urlToCheck = KURL(rootURL, code);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp 57 DOMFileSystem* DOMFileSystem::create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
59 DOMFileSystem* fileSystem(new DOMFileSystem(context, name, type, rootURL));
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 86 KURL rootURL() const { return m_filesystemRootURL; }
120 DOMFileSystemBase(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
130 inline bool operator==(const DOMFileSystemBase& a, const DOMFileSystemBase& b) { return a.name() == b.name() && a.type() == b.type() && a.rootURL() == b.rootURL(); }
InspectorFileSystemAgent.cpp 160 KURL rootURL = DOMFileSystemBase::createFileSystemRootURL(executionContext->securityOrigin()->toString(), type);
161 if (!rootURL.isValid()) {
168 LocalFileSystem::from(*executionContext)->resolveURL(executionContext, rootURL, fileSystemCallbacks.release());
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
IsolatedFileSystem.js 36 * @param {string} rootURL
38 WebInspector.IsolatedFileSystem = function(manager, path, name, rootURL)
43 this._rootURL = rootURL;
115 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 281 milliseconds