HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 126 - 150 of 2774) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/
load_from_memory_cache_details.h 15 const GURL& url,
21 const GURL& url() const { return url_; } function in class:LoadFromMemoryCacheDetails
  /external/chromium/chrome/browser/net/
view_blob_internals_job_factory.cc 15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) {
16 return StartsWithASCII(url.spec(),
  /external/chromium/chrome/browser/ssl/
ssl_request_info.cc 7 SSLRequestInfo::SSLRequestInfo(const GURL& url,
12 : url_(url),
  /external/chromium/chrome/common/extensions/
file_browser_handler.cc 24 bool FileBrowserHandler::MatchesURL(const GURL& url) const {
27 if (pattern->MatchesUrl(url))
  /external/chromium/net/base/
cookie_policy.h 26 // Determines if the URL's cookies may be read.
31 virtual int CanGetCookies(const GURL& url,
34 // Determines if the URL's cookies may be written.
41 virtual int CanSetCookie(const GURL& url,
mime_sniffer.h 21 // Examine the URL and the mime_type and decide whether we should sniff a
24 // @param url The URL from which we obtained the content.
27 bool ShouldSniffMimeType(const GURL& url, const std::string& mime_type);
29 // Guess a mime type from the first few bytes of content an its URL. Always
34 // @param url The URL from which we obtained this content.
39 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/Source/WebCore/bindings/js/
ScriptSourceProvider.h 37 ScriptSourceProvider(const JSC::UString& url, JSC::SourceProviderCache* cache = 0)
38 : SourceProvider(url, cache)
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.h 36 static PassRefPtr<FTPDirectoryDocument> create(Frame* frame, const KURL& url)
38 return adoptRef(new FTPDirectoryDocument(frame, url));
TextDocument.h 34 static PassRefPtr<TextDocument> create(Frame* frame, const KURL& url)
36 return adoptRef(new TextDocument(frame, url));
  /external/webkit/Source/WebCore/inspector/
ScriptDebugListener.h 44 virtual void didParseSource(const String& sourceID, const String& url, const String& data, int lineOffset, int columnOffset, bool isContentScript) = 0;
45 virtual void failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage) = 0;
  /external/webkit/Source/WebCore/loader/
SinkDocument.h 35 static PassRefPtr<SinkDocument> create(Frame* frame, const KURL& url)
37 return adoptRef(new SinkDocument(frame, url));
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResource.cpp 36 inline ArchiveResource::ArchiveResource(PassRefPtr<SharedBuffer> data, const KURL& url, const String& mimeType, const String& textEncoding, const String& frameName, const ResourceResponse& response)
37 : SubstituteResource(url, response, data)
45 PassRefPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, const KURL& url, const String& mimeType, const String& textEncoding, const String& frameName, const ResourceResponse& response)
51 return adoptRef(new ArchiveResource(data, url, mimeType, textEncoding, frameName,
52 ResourceResponse(url, mimeType, dataSize, textEncoding, String())));
54 return adoptRef(new ArchiveResource(data, url, mimeType, textEncoding, frameName, response));
57 PassRefPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, const KURL& url, const ResourceResponse& response)
59 return create(data, url, response.mimeType(), response.textEncodingName(), String(), response);
  /external/webkit/Source/WebCore/loader/mac/
LoaderNSURLExtras.h 35 NSString *suggestedFilenameWithMIMEType(NSURL *url, NSString *MIMEType);
  /external/webkit/Source/WebCore/platform/chromium/
SSLKeyGeneratorChromium.cpp 52 const KURL& url)
56 url);
  /external/webkit/Source/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/Source/WebKit/qt/Api/
qwebhistoryinterface.h 38 virtual bool historyContains(const QString &url) const = 0;
39 virtual void addHistoryEntry(const QString &url) = 0;
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabaseClient.cpp 34 void WebIconDatabaseClient::didChangeIconForPageURL(WebIconDatabase* iconDatabase, WebURL* url)
39 m_client.didChangeIconForPageURL(toAPI(iconDatabase), toAPI(url), m_client.clientInfo);
  /frameworks/base/core/java/android/webkit/
UrlInterceptHandler.java 32 * Given an URL, returns the CacheResult which contains the
36 * @param url URL string.
44 public CacheResult service(String url, Map<String, String> headers);
47 * Given an URL, returns the PluginData which contains the
51 * @param url URL string.
59 public PluginData getPluginData(String url, Map<String, String> headers);
JniUtil.java 100 private static synchronized long contentUrlSize(String url) {
102 if (url.startsWith(ANDROID_CONTENT)) {
106 // because the URL being loaded doesn't exactly match the URL we
108 int mimeIndex = url.lastIndexOf('?');
110 url = url.substring(0, mimeIndex);
112 Uri uri = Uri.parse(url);
126 Log.e(LOGTAG, "Exception: " + url);
140 private static synchronized InputStream contentUrlStream(String url) {
    [all...]
  /external/chromium/chrome/common/net/
test_url_fetcher_factory.cc 14 const GURL& url,
17 : URLFetcher(url, request_type, d),
19 original_url_(url),
39 const GURL& url,
42 TestURLFetcher* fetcher = new TestURLFetcher(id, url, request_type, d);
61 // Normal URL fetcher constructor but also takes in a pre-baked response.
62 FakeURLFetcher(const GURL& url, RequestType request_type, Delegate* d,
64 : URLFetcher(url, request_type, d),
65 url_(url),
111 const GURL& url,
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebNavigationData.mm 31 NSString *url;
45 [url release];
58 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource
62 _private->url = [url retain];
72 - (NSString *)url
74 return _private->url;

Completed in 1198 milliseconds

1 2 3 4 56 7 8 91011>>