/external/webkit/WebCore/platform/network/win/ |
CookieJarWin.cpp | 39 void setCookies(Document* /*document*/, const KURL& url, const String& value) 42 String str = url.string(); 47 String cookies(const Document* /*document*/, const KURL& url) 49 String str = url.string(); 62 String cookieRequestHeaderFieldValue(const Document* document, const KURL& url) 65 return cookies(document, url);
|
/external/webkit/WebKit/chromium/public/ |
WebStorageArea.h | 67 // or some particular error. The value is NOT set when there's an error. url is the 68 // url that should be used if a storage event fires. 69 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& result, WebString& oldValue) 72 setItem(key, newValue, url, quotaException, oldValue); 76 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, bool& quotaException, WebString& oldValue) 79 setItem(key, newValue, url, result, oldValue); 83 // Remove the value associated with a particular key. url is the url that should be used 85 virtual void removeItem(const WebString& key, const WebURL& url, WebString& oldValue) = 0; 87 // Clear all key/value pairs. url is the url that should be used if a storage event fires [all...] |
/external/chromium/googleurl/src/ |
url_parse.h | 46 // Represents a substring for URL parsing. 90 // A structure that holds the identified parts of an input URL. This structure 91 // does NOT store the URL itself. The caller will have to store the URL text 98 // if (!url_parse::ExtractScheme(url, url_len, &scheme)) 101 // if (IsStandardScheme(url, scheme)) // Not provided by this component 102 // url_parseParseStandardURL(url, url_len, &parsed); 103 // else if (IsFileURL(url, scheme)) // Not provided by this component 104 // url_parse::ParseFileURL(url, url_len, &parsed); 106 // url_parse::ParsePathURL(url, url_len, &parsed) [all...] |
/external/webkit/WebCore/bindings/v8/ |
ScriptSourceCode.h | 42 ScriptSourceCode(const String& source, const KURL& url = KURL(), int startLine = 1) 44 , m_url(url) 53 , m_url(ParsedURLString, cs->url()) 61 const KURL& url() const { return m_url; } function in class:WebCore::ScriptSourceCode
|
/external/webkit/WebCore/css/ |
CSSImageValue.h | 36 static PassRefPtr<CSSImageValue> create(const String& url) { return adoptRef(new CSSImageValue(url)); } 44 CSSImageValue(const String& url); 46 StyleCachedImage* cachedImage(DocLoader*, const String& url);
|
CSSCursorImageValue.cpp | 39 static inline bool isSVGCursorIdentifier(const String& url) 41 KURL kurl(ParsedURLString, url); 55 CSSCursorImageValue::CSSCursorImageValue(const String& url, const IntPoint& hotspot) 56 : CSSImageValue(url) 64 const String& url = getStringValue(); local 65 if (!isSVGCursorIdentifier(url)) 74 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, referencedElement->document())) 88 const String& url = getStringValue(); 89 if (!isSVGCursorIdentifier(url)) 92 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, element->document())) 115 String url = getStringValue(); local [all...] |
/external/webkit/WebCore/loader/win/ |
FrameLoaderWin.cpp | 42 frameWin->client()->openURL(request.resourceRequest().url().string(), request.lockHistory()); 51 if (m_submittedFormURL == resourceRequest.url()) 53 m_submittedFormURL = resourceRequest.url(); 58 frameWin->client()->submitForm(resourceRequest.httpMethod(), resourceRequest.url(), resourceRequest.httpBody());
|
/external/webkit/WebCore/platform/wx/ |
SSLKeyGeneratorWx.cpp | 38 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url)
|
/frameworks/base/core/java/android/webkit/ |
DownloadListener.java | 23 * @param url The full url to the content that should be downloaded 30 public void onDownloadStart(String url, String userAgent,
|
/frameworks/base/core/tests/coretests/src/android/webkit/ |
UrlInterceptRegistryTest.java | 42 public MockUrlInterceptHandler(PluginData data, String url) { 44 mUrl = url; 47 public CacheResult service(String url, Map<String, String> headers) { 51 public PluginData getPluginData(String url, 54 if (mUrl.equals(url)) { 64 String url = new String("url1"); local 66 new MockUrlInterceptHandler(data, url); 69 url = new String("url2"); 71 new MockUrlInterceptHandler(data, url);
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCache.cpp | 79 const String& url = resource->url(); local 81 ASSERT(!m_resources.contains(url)); 93 m_resources.set(url, resource); 96 unsigned ApplicationCache::removeResource(const String& url) 98 HashMap<String, RefPtr<ApplicationCacheResource> >::iterator it = m_resources.find(url); 112 ApplicationCacheResource* ApplicationCache::resourceForURL(const String& url) 114 ASSERT(!KURL(ParsedURLString, url).hasFragmentIdentifier()); 115 return m_resources.get(url).get(); 120 if (!request.url().protocolInHTTPFamily() [all...] |
/external/chromium/net/base/ |
cookie_policy.h | 16 // Determines if the URL's cookies may be read. Returns OK if allowed to 17 // read cookies for the given URL. Returns ERR_IO_PENDING to indicate that 21 virtual int CanGetCookies(const GURL& url, 25 // Determines if the URL's cookies may be written. Returns OK if allowed to 26 // write a cookie for the given URL. Returns ERR_IO_PENDING to indicate that 30 virtual int CanSetCookie(const GURL& url,
|
mime_sniffer.h | 14 // Examine the URL and the mime_type and decide whether we should sniff a 17 // @param url The URL from which we obtained the content. 20 bool ShouldSniffMimeType(const GURL& url, const std::string& mime_type); 22 // Guess a mime type from the first few bytes of content an its URL. Always 27 // @param url The URL from which we obtained this content. 32 const GURL& url, const std::string& type_hint,
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
ends_with_statement_no_semicolon.js | 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
|
return_unicode.js | 2 function FindProxyForURL(url, host) {
|
unhandled_exception.js | 1 function FindProxyForURL(url, host) {
|
/external/skia/include/ports/ |
SkStream_Win.h | 33 SkURLStream(const char url[] = NULL); 36 /** Close the current URL, and open a new URL. 37 If URL is null, just close the current URL. 39 void setURL(const char url[]);
|
/external/webkit/WebCore/bindings/js/ |
ScriptSourceProvider.h | 38 ScriptSourceProvider(const JSC::UString& url, JSC::SourceBOMPresence hasBOMs = JSC::SourceCouldHaveBOMs) 39 : SourceProvider(url, hasBOMs)
|
/external/webkit/WebCore/loader/mac/ |
LoaderNSURLExtras.h | 35 NSString *suggestedFilenameWithMIMEType(NSURL *url, NSString *MIMEType);
|
/external/webkit/WebCore/platform/chromium/ |
SSLKeyGeneratorChromium.cpp | 52 const KURL& url) 56 url);
|
/external/webkit/WebCore/platform/mac/ |
KURLMac.mm | 33 KURL::KURL(NSURL *url) 35 if (!url) { 40 CFIndex bytesLength = CFURLGetBytes(reinterpret_cast<CFURLRef>(url), 0, 0); 43 CFURLGetBytes(reinterpret_cast<CFURLRef>(url), reinterpret_cast<UInt8*>(bytes), bytesLength); 64 // CFURL can't hold an empty URL, unlike NSURL.
|
/external/webkit/WebCore/platform/network/android/ |
ResourceResponse.h | 39 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 40 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) { }
|
/external/webkit/WebCore/platform/network/curl/ |
ResourceResponse.h | 40 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 41 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename),
|
/external/webkit/WebCore/platform/network/qt/ |
ResourceResponse.h | 39 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 40 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename)
|
/external/webkit/WebKit/qt/Api/ |
qwebhistoryinterface.h | 38 virtual bool historyContains(const QString &url) const = 0; 39 virtual void addHistoryEntry(const QString &url) = 0;
|