HomeSort by relevance Sort by last modified time
    Searched refs:GURL (Results 201 - 225 of 1514) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map_unittest.cc 40 last_notifier->GetContentSetting(GURL("http://random-hostname.com/"),
41 GURL("http://foo.random-hostname.com/"));
81 GURL top_level("http://www.toplevel0.com/foo/bar");
88 GURL requester_0("http://www.frame0.com/foo/bar");
109 GURL requester_0("http://www.iframe0.com/foo/bar");
110 GURL requester_1("http://www.iframe1.co.uk/bar/foo");
111 GURL embedder_0("http://www.toplevel0.com/foo/bar");
127 GURL embedder_1("http://www.toplevel1.com/foo/bar");
158 GURL top_level("http://www.toplevel0.com/foo/bar");
171 GURL requester_0("http://www.iframe0.com/foo/bar")
    [all...]
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_unittest.cc 44 int CacheHasPermission(NotificationsPrefsCache* cache, const GURL& url) {
79 void CacheHasPermissionIO(NotificationsPrefsCache* cache, const GURL& url) {
142 GURL url("file:///html/test.html");
156 GURL https_url("https://testurl");
157 GURL http_url("http://testurl");
178 GURL url("http://allowed.com");
189 GURL url("http://denied.com");
206 allowed_origins->Append(new StringValue(GURL("http://allowed.com").spec()));
213 denied_origins->Append(new StringValue(GURL("http://denied.com").spec()));
217 proxy_->CacheHasPermission(cache_, GURL("http://allowed.com")))
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.h 19 class GURL;
28 bool WillHandleBrowserAboutURL(GURL* url, Profile* profile);
37 bool HandleNonNavigationAboutURL(const GURL& url);
load_notification_details.h 17 #include "googleurl/src/gurl.h"
21 LoadNotificationDetails(const GURL& url,
34 const GURL& url() const { return url_; }
41 GURL url_; // the URL loaded
  /external/chromium/chrome/browser/chromeos/login/
account_screen.h 19 class GURL;
42 static void set_new_account_page_url(const GURL& url);
62 static scoped_ptr<GURL> new_account_page_url_;
help_app_launcher.cc 41 GURL url(base::StringPrintf(kHelpAppFormat,
46 ShowHelpTopicDialog(GURL(url));
52 void HelpAppLauncher::ShowHelpTopicDialog(const GURL& topic_url) {
login_utils.h 14 class GURL;
61 virtual void CompleteOffTheRecordLogin(const GURL& start_url) = 0;
97 const GURL& start_url,
mock_auth_response_handler.cc 11 #include "googleurl/src/gurl.h"
21 const GURL& url,
37 const GURL remote,
60 return new URLFetcher(GURL(), URLFetcher::GET, delegate);
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.h 16 class GURL;
48 int FindFirstAllowed(const GURL& url,
55 bool IsAllowed(const GURL& url, const FilePath& path);
  /external/chromium/chrome/browser/extensions/
extension_process_manager_unittest.cc 44 GURL ext1_url1("chrome-extension://ext1_id/index.html");
45 GURL ext1_url2("chrome-extension://ext1_id/toolstrips/toolstrip.html");
46 GURL ext2_url1("chrome-extension://ext2_id/index.html");
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 14 #include "googleurl/src/gurl.h"
42 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
58 PendingRequest(const GURL& url, IPC::Message* reply_msg) :
62 GURL url;
url_request_mock_http_job.h 24 virtual bool IsRedirectResponse(GURL* location, int* http_status_code);
32 static GURL GetMockUrl(const FilePath& path);
36 static GURL GetMockViewSourceUrl(const FilePath& path);
url_request_mock_net_error_job.h 31 static void AddMockedURL(const GURL& url,
37 static void RemoveMockedURL(const GURL& url);
53 typedef std::map<GURL, MockInfo> URLMockInfoMap;
  /external/chromium/chrome/browser/prerender/
prerender_observer.cc 23 void PrerenderObserver::ProvisionalChangeToMainFrameUrl(const GURL& url) {
40 const GURL& url) {
62 bool PrerenderObserver::MaybeUsePreloadedPage(const GURL& url) {
prerender_resource_handler.cc 17 bool ShouldPrerenderURL(const GURL& url) {
27 bool ValidateAliasURLs(const std::vector<GURL>& urls) {
28 for (std::vector<GURL>::const_iterator it = urls.begin();
117 const GURL& url,
144 GURL(request_.referrer()),
151 const GURL& url,
188 const GURL& url,
189 const std::vector<GURL>& alias_urls,
190 const GURL& referrer,
200 const GURL& url
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_info.h 15 class GURL;
44 const GURL& request_url);
51 const GURL& request_url,
  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 13 class GURL;
65 const GURL& url,
66 const GURL& referrer,
  /external/chromium/chrome/browser/ui/
browser_navigator.h 12 #include "googleurl/src/gurl.h"
27 // browser::NavigateParams params(browser, GURL("http://www.google.com/"),
45 const GURL& a_url,
51 GURL url;
52 GURL referrer;
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 26 #include "googleurl/src/gurl.h"
47 typedef std::multimap<GURL, Listener*> ListenerMap;
55 void DownloadFile(const GURL& url, const FilePath& target_file,
60 void CreateFileStreamOnFileThread(const GURL& url, const FilePath& file_path,
64 void OnFileStreamCreatedOnUIThread(const GURL& url,
70 void AddListener(Listener* listener, const GURL& url);
77 void DownloadStarted(bool success, const GURL& url);
80 std::multimap<GURL, Listener*> listeners_;
94 virtual void OnImageUrlCreated(GURL* image_url, bool success) = 0;
156 scoped_ptr<GURL> image_url_
    [all...]
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 39 const GURL& url, const GURL& referrer,
54 virtual void UpdateTargetURL(TabContents* source, const GURL& url);
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.h 23 const GURL& url,
34 GURL url_;
46 const GURL& url,
  /external/chromium/net/base/
mock_filter_context.h 11 #include "googleurl/src/gurl.h"
22 void SetURL(const GURL& gurl) { gurl_ = gurl; }
34 // Return false if gurl is not present.
35 virtual bool GetURL(GURL* gurl) const;
59 GURL gurl_;
network_delegate.h 12 class GURL;
40 GURL* new_url);
68 GURL* new_url) = 0;
  /external/chromium/net/socket_stream/
socket_stream_job.h 15 class GURL;
28 typedef SocketStreamJob* (ProtocolFactory)(const GURL& url,
35 const GURL& url,
  /external/chromium/net/url_request/
url_request_filter.h 12 // GURL("http://foo.com/"),
29 class GURL;
57 bool AddUrlHandler(const GURL& url,
60 void RemoveUrlHandler(const GURL& url);

Completed in 1220 milliseconds

1 2 3 4 5 6 7 891011>>