/external/chromium/chrome/browser/chromeos/login/ |
issue_response_handler.cc | 17 bool IssueResponseHandler::CanHandle(const GURL& url) { 18 return (url.spec().find(AuthResponseHandler::kIssueAuthTokenUrl) !=
|
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.cc | 29 // URL of the page. 30 GURL url; member in struct:CustomHomePagesTableModel::Entry 32 // Page title. If this is empty, we'll display the URL as the entry. 59 entries_[i].url = urls[i]; 69 void CustomHomePagesTableModel::Add(int index, const GURL& url) { 72 entries_[index].url = url; 114 const GURL url = browser->GetTabContentsAt(tab_index)->GetURL(); local 115 if (!url.is_empty() && 116 !(url.SchemeIs(chrome::kChromeUIScheme) & 236 string16 url = net::FormatUrl(entries_[row].url, languages); local [all...] |
/external/chromium/chrome/browser/download/ |
save_types.h | 37 const GURL& url, 48 // Original URL of the saved resource. 49 GURL url; member in struct:SaveFileCreateInfo 50 // Final URL of the saved resource since some URL might be redirected.
|
/external/chromium/chrome/browser/extensions/ |
autoupdate_interceptor.h | 15 // This url request interceptor lets us respond to localhost http request urls 27 // When requests for |url| arrive, respond with the contents of |path|. The 28 // hostname of |url| must be "localhost" to avoid DNS lookups, and the scheme 30 // Also, the match for |url| will ignore any query parameters. 31 void SetResponse(const std::string url, const FilePath& path); 34 void SetResponseOnIOThread(const std::string url, const FilePath& path);
|
/external/chromium/chrome/browser/importer/ |
toolbar_importer_utils.cc | 27 GURL url(kGoogleDomainUrl); 30 std::string cookies = store->GetCookiesWithOptions(url, options);
|
/external/chromium/chrome/browser/password_manager/ |
ie7_password.h | 18 // Hash of the url. 36 // Decrypts the username and password for a given data vector using the url as 38 bool DecryptPassword(const std::wstring& url, 42 // Returns the hash of a url. 43 std::wstring GetUrlHash(const std::wstring& url);
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_test.cc | 34 // Called on the IO thread to check if the given url is safe or not. If we 35 // can synchronously determine that the url is safe, CheckUrl returns true. 58 void AddURLResult(const GURL& url, UrlCheckResult checkresult) { 59 badurls[url.spec()] = checkresult; 250 void AddURLResult(const GURL& url, 258 service->AddURLResult(url, checkresult); 409 GURL url = test_server()->GetURL(kEmptyPage); local 410 AddURLResult(url, SafeBrowsingService::URL_MALWARE); 412 ui_test_utils::NavigateToURL(browser(), url); local 421 GURL url = test_server()->GetURL(kEmptyPage) local 424 ui_test_utils::NavigateToURL(browser(), url); local 432 GURL url = test_server()->GetURL(kEmptyPage); local 435 ui_test_utils::NavigateToURL(browser(), url); local 444 GURL url = test_server()->GetURL(kEmptyPage); local 447 ui_test_utils::NavigateToURL(browser(), url); local 456 GURL url = test_server()->GetURL(kEmptyPage); local 459 ui_test_utils::NavigateToURL(browser(), url); local 471 GURL url = test_server()->GetURL(kEmptyPage); local 474 ui_test_utils::NavigateToURL(browser(), url); local 486 GURL url = test_server()->GetURL(kMalwarePage); local 490 ui_test_utils::NavigateToURL(browser(), url); local 502 GURL url = test_server()->GetURL(kMalwarePage); local 506 ui_test_utils::NavigateToURL(browser(), url); local 516 GURL url = test_server()->GetURL(kMalwarePage); local 520 ui_test_utils::NavigateToURL(browser(), url); local [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_request_info.h | 20 SSLRequestInfo(const GURL& url, 26 const GURL& url() const { return url_; } function in class:SSLRequestInfo
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_change_processor.cc | 69 for (std::vector<history::URLRow>::iterator url = 70 details->changed_urls.begin(); url != details->changed_urls.end(); 71 ++url) { 72 if (!history_backend_->GetVisitsForURL(url->id(), 73 &(visit_vectors[url->id()]))) { 75 "Could not get the url's visits."); 78 DCHECK(!visit_vectors[url->id()].empty()); 91 for (std::vector<history::URLRow>::iterator url = 92 details->changed_urls.begin(); url != details->changed_urls.end(); 93 ++url) { [all...] |
/external/chromium/chrome/browser/ui/views/ |
database_open_info_view.cc | 31 string16 url = UTF8ToUTF16(host); local 36 SetValue(row++, url);
|
external_protocol_dialog.h | 23 const GURL& url, 27 // of the requested url. Returns an empty string on failure. 28 static std::wstring GetApplicationForProtocol(const GURL& url); 53 // URL of the external protocol request.
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_with_badge_view.cc | 38 const GURL& url) { 39 image_view_->UpdateVisibility(contents, url);
|
/external/chromium/chrome/browser/webdata/ |
keyword_table.h | 32 // url 61 bool AddKeyword(const TemplateURL& url); 72 // Updates the database values for the specified url. 74 bool UpdateKeyword(const TemplateURL& url);
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 6 url: event.srcElement.href 51 var url = historyItems[i].url; 52 var processVisitsWithUrl = function(url) { 53 // We need the url of the visited item to process the visit. 54 // Use a closure to bind the url into the callback's args. 56 processVisits(url, visitItems); 59 chrome.history.getVisits({url: url}, processVisitsWithUrl(url)); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/ |
imap.py | 32 def authenticate(self, url, consumer, token): 40 lambda x: oauth2.build_xoauth_string(url, consumer, token))
|
smtp.py | 33 def authenticate(self, url, consumer, token): 41 base64.b64encode(oauth2.build_xoauth_string(url, consumer, token)))
|
/external/chromium/net/base/ |
static_cookie_policy.h | 55 // whether the URL's cookies can be read. 56 virtual int CanGetCookies(const GURL& url, 60 // whether the URL's cookies can be set. 61 virtual int CanSetCookie(const GURL& url,
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
binding_from_global.js | 6 function FindProxyForURL(url, host) {
|
side_effects.js | 7 function FindProxyForURL(url, host) {
|
/external/chromium/net/http/ |
http_auth_filter.h | 25 // Checks if (|url|, |target|) is supported by the authentication scheme. 26 // Only the host of |url| is examined. 27 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const = 0; 40 // Adds an individual URL |filter| to the list, of the specified |target|. 49 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const;
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpResponseMessage.java | 20 import java.net.URL; 31 protected HttpResponseMessage(String method, URL url) { 32 super(method, url);
|
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/ |
documentURI.js | 1 description("Test that changing documentURI has no effects on the url passed into storage events."); 32 debug("Saving url"); 33 window.lastURL = storageEventList[0].url; 45 shouldBeTrue(String(window.lastURL == storageEventList[1].url));
|
/external/webkit/Source/WebCore/editing/ |
CreateLinkCommand.cpp | 35 CreateLinkCommand::CreateLinkCommand(Document* document, const String& url) 38 m_url = url;
|
/external/webkit/Source/WebCore/html/ |
ImageDocument.h | 36 static PassRefPtr<ImageDocument> create(Frame* frame, const KURL& url) 38 return adoptRef(new ImageDocument(frame, url));
|
/external/webkit/Source/WebCore/platform/ |
CrossThreadCopier.cpp | 44 CrossThreadCopierBase<false, false, KURL>::Type CrossThreadCopierBase<false, false, KURL>::copy(const KURL& url) 46 return url.copy();
|