/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/ |
Handler.java | 22 import java.net.URL; 28 * Open a URLConnection on the given URL. 31 protected URLConnection openConnection(URL u) throws IOException { 37 * to the FTP server specified by this <code>URL</code>. If 41 * @param url 42 * the URL which the connection is pointing to 45 * @return a connection to the resource pointed by this url. 55 protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { 56 if (url == null || proxy == null) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
Handler.java | 22 import java.net.URL; 34 * <code>URL</code>. 37 * the URL to which the connection is pointing to 38 * @return a connection to the resource pointed by this url. 44 protected URLConnection openConnection(URL u) throws IOException { 50 * to the HTTP server specified by this <code>URL</code>. If the 54 * @param url 55 * the URL which the connection is pointing to 58 * @return a connection to the resource pointed by this url. 68 protected URLConnection openConnection(URL url, Proxy proxy) throws IOException [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_GetLocal.java | 28 import java.net.URL; 37 public static File getLocalFile(String url) throws IOException, 39 url = Support_Resources.RESOURCE_PACKAGE + url; 40 File temp = cache.get(url); 42 InputStream in = Support_GetLocal.class.getResourceAsStream(url); 53 cache.put(url, temp); 58 public static File getExternalLocalFile(String url) throws IOException, 60 File temp = cache.get(url); 62 InputStream in = new URL(url).openStream() [all...] |
/external/chromium/net/url_request/ |
url_request_filter.cc | 39 const GURL& url = GURL(i->first); local 41 hostname_handler_map_.find(make_pair(url.scheme(), url.host())); 60 bool URLRequestFilter::AddUrlHandler(const GURL& url, 62 if (!url.is_valid()) 64 url_handler_map_[url.spec()] = factory; 67 URLRequest::RegisterProtocolFactory(url.scheme(), 70 // Check to see if this URL is masked by a hostname handler. 72 hostname_handler_map_.find(make_pair(url.scheme(), url.host())) 125 const std::string& url = request->url().spec(); local [all...] |
/external/webkit/WebCore/loader/ |
DocLoader.cpp | 125 CachedImage* DocLoader::requestImage(const String& url) 132 CachedImage* resource = static_cast<CachedImage*>(requestResource(CachedResource::ImageResource, url, String())); 135 if (shouldBlockNetworkImage(url)) { 145 CachedFont* DocLoader::requestFont(const String& url) 147 return static_cast<CachedFont*>(requestResource(CachedResource::FontResource, url, String())); 150 CachedCSSStyleSheet* DocLoader::requestCSSStyleSheet(const String& url, const String& charset) 152 return static_cast<CachedCSSStyleSheet*>(requestResource(CachedResource::CSSStyleSheet, url, charset)); 155 CachedCSSStyleSheet* DocLoader::requestUserCSSStyleSheet(const String& url, const String& charset) 157 return cache()->requestUserCSSStyleSheet(this, url, charset); 160 CachedScript* DocLoader::requestScript(const String& url, const String& charset [all...] |
/external/chromium/net/base/ |
data_url.h | 14 // See RFC 2397 for a complete description of the 'data' URL scheme. 16 // Briefly, a 'data' URL has the form: 23 // using ASCII encoding for octets inside the range of safe URL characters and 30 // This method can be used to parse a 'data' URL into its component pieces. 33 // decoded data (e.g.., if the data URL specifies base64 encoding, then the 36 // If the URL is malformed, then this method will return false, and its 39 static bool Parse(const GURL& url,
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheResource.h | 45 static PassRefPtr<ApplicationCacheResource> create(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> buffer = SharedBuffer::create()) 47 ASSERT(!url.hasFragmentIdentifier()); 48 return adoptRef(new ApplicationCacheResource(url, response, type, buffer)); 64 ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> buffer);
|
/external/webkit/WebCore/platform/chromium/ |
ChromiumDataObject.cpp | 38 url = KURL(); 54 return !url.isEmpty() 65 : url(other.url)
|
/external/webkit/WebCore/platform/gtk/ |
TemporaryLinkStubs.cpp | 47 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url) { return String(); }
|
/external/webkit/WebCore/platform/mac/ |
SSLKeyGeneratorMac.mm | 42 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String& challengeString, const KURL& url) 46 pageURL:url];
|
/external/webkit/WebCore/platform/network/chromium/ |
ResourceResponse.h | 45 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 46 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) 72 void setAppCacheManifestURL(const KURL& url) 74 m_appCacheManifestURL = url; 104 // The manifest url of the appcache this response was retrieved from, if any.
|
/external/webkit/WebCore/workers/ |
DedicatedWorkerThread.cpp | 47 DedicatedWorkerThread::DedicatedWorkerThread(const KURL& url, const String& userAgent, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy) 48 : WorkerThread(url, userAgent, sourceCode, workerLoaderProxy, workerObjectProxy) 57 PassRefPtr<WorkerContext> DedicatedWorkerThread::createWorkerContext(const KURL& url, const String& userAgent) 59 return DedicatedWorkerContext::create(url, userAgent, this);
|
SharedWorkerThread.cpp | 46 SharedWorkerThread::SharedWorkerThread(const String& name, const KURL& url, const String& userAgent, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy) 47 : WorkerThread(url, userAgent, sourceCode, workerLoaderProxy, workerReportingProxy) 56 PassRefPtr<WorkerContext> SharedWorkerThread::createWorkerContext(const KURL& url, const String& userAgent) 58 return SharedWorkerContext::create(m_name, url, userAgent, this);
|
/external/webkit/WebKit/android/WebCoreSupport/ |
KeyGeneratorClient.h | 43 const String& challenge, const KURL& url) = 0;
|
ResourceLoaderAndroid.cpp | 45 bool ResourceLoaderAndroid::willLoadFromCache(const WebCore::KURL& url, int64_t identifier) 47 return WebCoreResourceLoader::willLoadFromCache(url, identifier);
|
/external/webkit/WebKit/chromium/public/ |
WebPluginParams.h | 41 WebURL url; member in struct:WebKit::WebPluginParams
|
WebSearchableFormData.h | 40 // SearchableFormData encapsulates a URL and encoding of an INPUT field that 50 // URL for the searchable form request. 51 const WebURL& url() const function in class:WebKit::WebSearchableFormData
|
WebStorageEventDispatcher.h | 51 const WebURL& url, bool isLocalStorage) = 0;
|
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapeContainerCheckPrivate.h | 43 typedef uint32 (*WKN_CheckIfAllowedToLoadURLProcPtr)(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context); 45 typedef char* (*WKN_ResolveURLProcPtr)(NPP npp, const char* url, const char* target); 47 uint32 WKN_CheckIfAllowedToLoadURL(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context); 49 char* WKN_ResolveURL(NPP npp, const char* url, const char* target);
|
/external/webkit/WebKit/mac/Storage/ |
WebSecurityOriginPrivate.h | 35 - (id)initWithURL:(NSURL *)url;
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
http_server_base.py | 62 url = 'http%s://127.0.0.1:%d/' % (http_suffix, mapping['port']) 65 response = urllib.urlopen(url) 66 logging.debug("Server running at %s" % url) 68 logging.debug("Server NOT running at %s" % url)
|
/external/webkit/WebCore/platform/network/soup/ |
ResourceResponse.h | 42 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 43 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename)
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarkItem.java | 49 mUrlText = (TextView) findViewById(R.id.url); 117 * Set the new url for the bookmark item. 118 * @param url The new url for the bookmark item. 120 /* package */ void setUrl(String url) { 121 if (url == null) { 125 mUrl = url; 127 if (url.length() > BrowserSettings.MAX_TEXTVIEW_LEN) { 128 url = url.substring(0, BrowserSettings.MAX_TEXTVIEW_LEN) [all...] |
/external/webkit/WebCore/bindings/js/ |
JSLocationCustom.cpp | 91 // such cases when normally the string form of Location would be the URL. 131 // such cases when normally the string form of Location would be the URL. 187 static void navigateIfAllowed(ExecState* exec, Frame* frame, const KURL& url, bool lockHistory, bool lockBackForwardList) 193 if (!protocolIsJavaScript(url) || allowsAccessFromFrame(exec, frame)) 194 frame->redirectScheduler()->scheduleLocationChange(url.string(), lexicalFrame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture(exec)); 202 KURL url = completeURL(exec, value.toString(exec)); local 203 if (url.isNull()) 209 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false); 217 KURL url = frame->loader()->url(); local 231 KURL url = frame->loader()->url(); local 242 KURL url = frame->loader()->url(); local 253 KURL url = frame->loader()->url(); local 270 KURL url = frame->loader()->url(); local 281 KURL url = frame->loader()->url(); local 292 KURL url = frame->loader()->url(); local [all...] |
/external/webkit/WebCore/loader/archive/ |
ArchiveResourceCollection.cpp | 49 m_subresources.set((*iRes)->url(), iRes->get()); 71 const KURL& url = resource->url(); // get before passing PassRefPtr (which sets it to 0) local 72 m_subresources.set(url, resource); 75 ArchiveResource* ArchiveResourceCollection::archiveResourceForURL(const KURL& url) 77 ArchiveResource* resource = m_subresources.get(url).get();
|