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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/
chrome_content_browser_client.cc 32 const GURL& url) {
36 bool is_extension_process = service->ExtensionBindingsAllowed(url);
39 const Extension* installed_app = service->GetInstalledApp(url);
63 const GURL& url) {
64 // Get the effective URL for the given actual URL. If the URL is part of an
65 // installed app, the effective URL is an extension URL with the ID of that
69 return url;
    [all...]
chrome_content_browser_client.h 18 const GURL& url);
21 virtual GURL GetEffectiveURL(Profile* profile, const GURL& url);
iframe_uitest.cc 13 void NavigateAndVerifyTitle(const char* url, const wchar_t* page_title) {
15 test_file = test_file.AppendASCII(url);
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/extensions/
stubs_apitest.cc 25 GURL url(test_server()->GetURL("file/extensions/test_file.html"));
26 ui_test_utils::NavigateToURL(browser(), url); local
  /external/chromium/chrome/browser/history/
top_sites_cache.h 35 void SetPageThumbnail(const GURL& url,
39 // Returns the thumbnail as an Image for the specified url. This adds an entry
40 // for |url| if one has not yet been added.
41 Images* GetImage(const GURL& url);
43 // Fetches the thumbnail for the specified url. Returns true if there is a
44 // thumbnail for the specified url.
45 bool GetPageThumbnail(const GURL& url,
48 // Fetches the thumbnail score for the specified url. Returns true if
49 // there is a thumbnail score for the specified url.
50 bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score)
    [all...]
  /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/legacy/include/ports/
SkStream_Win.h 26 SkURLStream(const char url[] = NULL);
29 /** Close the current URL, and open a new URL.
30 If URL is null, just close the current URL.
32 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;

Completed in 1410 milliseconds

1 2 3 4 56 7 8 91011>>