HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 351 - 375 of 2997) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.h 18 // Simulates a URL fetch by posting a delayed task. This fetch expects to be
23 const GURL& url,
42 const GURL& url,
59 const GURL& url,
76 const GURL& url,
93 const GURL& url,
118 const GURL& url,
issue_response_handler.cc 17 bool IssueResponseHandler::CanHandle(const GURL& url) {
18 return (url.spec().find(AuthResponseHandler::kIssueAuthTokenUrl) !=
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 21 const GURL& url,
23 : chromeos::OfflineLoadPage(tab_contents, url, delegate) {
65 void Navigate(const char* url, int page_id) {
67 InitNavigateParams(&params, page_id, GURL(url), PageTransition::TYPED);
71 void ShowInterstitial(const char* url) {
72 (new TestOfflineLoadPage(contents(), GURL(url), this))->Show();
109 // The URL remains to be URL2.
137 // the URL is set back to kURL1.
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.h 36 // Starts to track a frame given by its |frame_id| showing the URL |url| in
39 const GURL& url,
44 // Returns the URL corresponding to a tracked frame given by its |frame_id|.
67 GURL url; // URL of this frame. member in struct:FrameNavigationState::FrameState
97 const GURL& url,
106 virtual void DidOpenURL(const GURL& url,
113 // True if the transition and target url correspond to a reference fragment
115 bool IsReferenceFragmentNavigation(int64 frame_id, const GURL& url);
    [all...]
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/
media_uitest.cc 38 std::string url = StringPrintf("%s?%s=%s", local
43 NavigateToURL(GURL(url));
60 void PlayAudio(const char* url) {
61 PlayMedia("audio", url);
64 void PlayVideo(const char* url) {
65 PlayMedia("video", url);
background_contents_service_unittest.cc 41 // Returns the stored pref URL for the passed app id.
47 std::string url; local
48 value->GetString("url", &url);
49 return url;
73 virtual void Navigate(GURL url) {
74 url_ = url;
131 GURL url("http://a/");
139 contents->Navigate(url);
141 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()))
    [all...]
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/net/
preconnect.cc 23 const GURL& url,
26 // Prewarm connection to Search URL.
30 NewRunnableFunction(PreconnectOnIOThread, url, motivation,
37 const GURL& url,
57 request_info.url = url;
60 context->GetUserAgent(url));
url_info.h 101 void SetUrl(const GURL& url);
106 void SetReferringHostname(const GURL& url) {
107 referring_url_ = url;
116 const GURL url() const { return url_; } function in class:chrome_browser_net::UrlInfo
118 bool HasUrl(const GURL& url) const {
119 return url_ == url;
  /external/chromium/webkit/glue/media/
web_data_source_factory.cc 14 BuildRequest(const std::string& url, BuildCallback* callback,
58 WebDataSourceFactory::CreateRequest(const std::string& url,
62 return new WebDataSourceFactory::BuildRequest(url, callback, data_source,
67 const std::string& url,
71 : AsyncDataSourceFactoryBase::BuildRequest(url, callback),
84 data_source_->Initialize(url(), NewCallback(this, &BuildRequest::InitDone));
  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 7 var url = "http://" + window.location.hostname +":8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies";
10 req.open('GET', url, false);
13 alert("Attempt to clear " + url + " cookies might have failed. Test results might be off from here on out. (" + e + ")");
  /external/webkit/Source/WebCore/platform/network/soup/
CookieJarSoup.cpp 60 void setCookies(Document* document, const KURL& url, const String& value)
66 GOwnPtr<SoupURI> origin(soup_uri_new(url.string().utf8().data()));
76 String cookies(const Document* /*document*/, const KURL& url)
82 SoupURI* uri = soup_uri_new(url.string().utf8().data());
92 String cookieRequestHeaderFieldValue(const Document* /*document*/, const KURL& url)
98 SoupURI* uri = soup_uri_new(url.string().utf8().data());
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 29 * url is about to be loaded in the current WebView. If WebViewClient is not
31 * proper handler for the url. If WebViewClient is provided, return true
32 * means the host application handles the url, while return false means the
33 * current WebView handles the url.
37 * @param url The url to be loaded.
39 * and handle the url itself, otherwise return false.
41 public boolean shouldOverrideUrlLoading(WebView view, String url) {
53 * @param url The url to be loaded
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestBasic.java 66 Editable url = urlEdit.getText(); local
67 if (url.length() < 1) {
71 String urlString = url.toString();
84 url.setSpan(new ForegroundColorSpan(0xfff00fff),
90 url.setSpan(new ForegroundColorSpan(0xff548aff),
96 url.setSpan(new ForegroundColorSpan(0xfff00fff),
  /libcore/luni/src/main/java/java/net/
JarURLConnection.java 28 * This class establishes a connection to a {@code jar:} URL using the {@code
31 * as follows: <i>jar:{archive-url}!/{entry}</i> where "!/" is called a
45 * The location part of the represented URL.
51 private URL fileURL;
53 // the file component of the URL
58 * specified URL.
60 * @param url
61 * the URL that contains the location to connect to.
63 * if an invalid URL has been entered.
65 protected JarURLConnection(URL url) throws MalformedURLException
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
UrlInterceptRegistryTest.java 51 public CacheResult service(String url, Map<String, String> headers) {
56 public PluginData getPluginData(String url,
62 public CacheResult service(String url, Map<String, String> headers) {
67 public PluginData getPluginData(String url,
73 public CacheResult service(String url, Map<String, String> headers) {
78 public PluginData getPluginData(String url,
100 public CacheResult service(String url, Map<String, String> headers) {
104 public PluginData getPluginData(String url, Map<String, String> headers) {
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
UrlImageBinder.java 25 * This CursorBinder binds the provided image URL to an ImageView by downloading the image from the
40 final String url = mTransformation.transform(cursor, columnIndex); local
41 imageDownloader.download(url, (ImageView) view);
UrlIntentListener.java 27 * A listener which expects a URL as a tag of the view it is associated with. It then opens the URL
33 final String url = view.getTag().toString(); local
34 final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
  /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/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...]

Completed in 2874 milliseconds

<<11121314151617181920>>