/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util_unittest.cc | 29 GURL url("http://a.b.c/1/2.html?param=1"); 30 safe_browsing_util::GenerateHostsToCheck(url, &hosts); 31 safe_browsing_util::GeneratePathsToCheck(url, &paths); 42 url = GURL("http://a.b.c.d.e.f.g/1.html"); 43 safe_browsing_util::GenerateHostsToCheck(url, &hosts); 44 safe_browsing_util::GeneratePathsToCheck(url, &paths); 55 url = GURL("http://a.b/saw-cgi/eBayISAPI.dll/"); 56 safe_browsing_util::GeneratePathsToCheck(url, &paths); 63 // Tests the url canonicalization according to the Safe Browsing spec. 266 GURL url(tests[i].input_url) [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_parser.h | 21 // Invoked for each parameter of the template URL while parsing. If this 33 // parameters out of the URL. For example when importing from another browser 34 // we remove any parameter identifying that browser. If set to NULL, the URL 42 TemplateURL* url);
|
/external/chromium/chrome/browser/sync/engine/ |
http_post_provider_interface.h | 28 // Set the URL to POST to. 29 virtual void SetURL(const char* url, int port) = 0; 40 // Returns true if the URL request succeeded. If the request failed,
|
/external/chromium/chrome/browser/tabs/ |
tab_finder.h | 24 // TabFinder is used to locate a tab by URL. TabFinder matches tabs based 25 // on the tabs current url, or the start of the redirect chain. 37 // Returns the tab that matches the specified url. If a tab is found the 41 const GURL& url, 68 // Returns true if the tab's current url is |url|, or the start of the 69 // redirect chain for the tab is |url|. 70 bool TabMatchesURL(TabContents* tab_contents, const GURL& url); 73 // url. Returns NULL if there are no tabs matching the specified url [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
external_protocol_dialog_gtk.h | 18 explicit ExternalProtocolDialogGtk(const GURL& url);
|
/external/chromium/chrome/browser/ui/ |
status_bubble.h | 23 // On hover, expand status bubble to fit long URL after this delay. 35 // Sets the bubble text to a URL - if given a non-empty URL, this will cause 36 // the bubble to fade in and remain open until given an empty URL or until 41 virtual void SetURL(const GURL& url, const string16& languages) = 0;
|
/external/chromium/chrome/browser/web_applications/ |
web_app_unittest.cc | 45 const GURL url("http://www.foo.com/bar"); 49 web_app_info.app_url = url; 58 EXPECT_EQ(url, info.url);
|
/external/chromium/chrome/common/ |
favicon_url.h | 11 // The favicon url from the render. 22 FaviconURL(const GURL& url, IconType type); 25 // The url of the icon.
|
/external/chromium/chrome/common/net/ |
test_url_fetcher_factory.h | 48 const GURL& url, 63 // URL we were created with. Because of how we're using URLFetcher url() 64 // always returns an empty URL. Chances are you'll want to use original_url() 94 const GURL& url, 129 // // You know that class SomeService will request url http://a.com/ and you 146 // If no fake response is set for the given URL this method will return NULL. 150 const GURL& url, 154 // Sets the fake response for a given URL. If success is true we will serve 156 void SetFakeResponse(const std::string& url, [all...] |
/external/chromium/net/base/ |
openssl_private_key_store.h | 36 // Called to store a private key generated via <keygen> while visiting |url|. 41 virtual bool StorePrivateKey(const GURL& url, EVP_PKEY* pkey) = 0;
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
simple.js | 4 function FindProxyForURL(url, host) { 11 if (url.substring(0, 6) != "https:" &&
|
/external/chromium/net/http/ |
url_security_manager_unittest.cc | 18 const char* url; member in struct:net::__anon3743::TestData 50 // The URL security manager takes ownership of |auth_filter|. 56 GURL gurl(kTestDataList[i].url); 61 << " Run: " << i << " URL: '" << gurl << "'"; 69 // The URL security manager takes ownership of |auth_filter|. 75 GURL gurl(kTestDataList[i].url); 78 << " Run: " << i << " URL: '" << gurl << "'"; 89 GURL gurl(kTestDataList[i].url);
|
/external/chromium/net/proxy/ |
init_proxy_resolver.h | 31 // (2) Custom PAC script if a URL was given. 58 // whether to use auto-detect or the custom PAC URL. Finally, if auto-detect 59 // was used we may now have resolved that to a specific script URL. 67 PacURL(bool auto_detect, const GURL& url) 68 : auto_detect(auto_detect), url(url) {} 70 GURL url; member in struct:net::InitProxyResolver::PacURL 101 // Tries restarting using the next fallback PAC URL: 111 // Returns the current PAC URL we are fetching/testing.
|
proxy_resolver_mac.h | 23 virtual int GetProxyForURL(const GURL& url,
|
/external/chromium/webkit/glue/media/ |
web_data_source.h | 20 // Initialize this object using |url|. This object calls |callback| when 22 virtual void Initialize(const std::string& url,
|
/external/chromium/webkit/glue/ |
mimetype_unittest.cc | 21 void LoadURL(const GURL& url) { 22 test_shell_->LoadURL(url); 28 GURL url(test_server_.GetURL(path + mimetype)); 29 LoadURL(url);
|
websocketstreamhandle_impl.h | 20 const WebKit::WebURL& url,
|
/external/llvm/utils/lit/ |
setup.py | 11 url = 'http://llvm.org', variable
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheResource.cpp | 34 ApplicationCacheResource::ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> data, const String& path) 35 : SubstituteResource(url, response, data) 61 m_estimatedSizeInStorage += url().string().length() * sizeof(UChar); 63 m_estimatedSizeInStorage += response().url().string().length() * sizeof(UChar);
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedXSLStyleSheet.cpp | 40 CachedXSLStyleSheet::CachedXSLStyleSheet(const String &url) 41 : CachedResource(url, XSLStyleSheet) 52 c->setXSLStyleSheet(m_url, m_response.url(), m_sheet); 87 c->setXSLStyleSheet(m_url, m_response.url(), m_sheet);
|
/external/webkit/Source/WebCore/page/ |
History.idl | 44 [Custom, EnabledAtRuntime] void pushState(in any data, in DOMString title, in optional DOMString url) 46 [Custom, EnabledAtRuntime] void replaceState(in any data, in DOMString title, in optional DOMString url)
|
/external/webkit/Source/WebCore/platform/cf/ |
KURLCFNet.cpp | 36 KURL::KURL(CFURLRef url) 38 if (!url) { 43 CFIndex bytesLength = CFURLGetBytes(url, 0, 0); 46 CFURLGetBytes(url, reinterpret_cast<UInt8*>(bytes), bytesLength); 71 // NOTE: We use UTF-8 here since this encoding is used when computing strings when returning URL components
|
/external/webkit/Source/WebCore/platform/efl/ |
TemporaryLinkStubs.cpp | 54 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url)
|
/external/webkit/Source/WebCore/platform/gtk/ |
TemporaryLinkStubs.cpp | 48 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url) { return String(); }
|
/external/webkit/Source/WebCore/platform/network/ |
BlobData.cpp | 57 url = url.copy(); 88 void BlobData::appendBlob(const KURL& url, long long offset, long long length) 90 m_items.append(BlobDataItem(url, offset, length));
|