Home
last modified time | relevance | path

Searched refs:originURL (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DSecurityOrigin.cpp93 KURL originURL(ParsedURLString, url.path()); in SecurityOrigin() local
94 if (originURL.isValid()) { in SecurityOrigin()
95 m_protocol = originURL.protocol().lower(); in SecurityOrigin()
96 m_host = originURL.host().lower(); in SecurityOrigin()
97 m_port = originURL.port(); in SecurityOrigin()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCache.cpp196 KURL originURL(KURL(), origin->toString()); in deleteCacheForOrigin() local
200 if (protocolHostAndPortAreEqual(urls[i], originURL)) { in deleteCacheForOrigin()
/external/webkit/Source/WebCore/fileapi/
DDOMFileSystemBase.cpp65 KURL originURL(ParsedURLString, url.path()); in crackFileSystemURL() local
66 String path = decodeURLEscapeSequences(originURL.path()); in crackFileSystemURL()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.cpp414 … JSRetainPtr<JSStringRef> originURL(Adopt, JSValueToStringCopy(context, arguments[0], exception)); in clearApplicationCacheForOriginCallback() local
418 controller->clearApplicationCacheForOrigin(originURL.get()); in clearApplicationCacheForOriginCallback()