HomeSort by relevance Sort by last modified time
    Searched refs:GURL (Results 726 - 750 of 5716) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/chromeos/login/
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/
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/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);
  /external/chromium/webkit/glue/
iframe_redirect_unittest.cc 34 GURL test_url = GetTestURL(iframes_data_dir_, "main.html");
47 ASSERT_TRUE(GURL(redirects[0]) == GURL("about:blank"));
  /external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h 12 class GURL;
67 const GURL& location,
85 virtual void NewDownload(const GURL& url,
icon_helper.h 10 #include "url/gurl.h"
29 virtual bool ShouldDownloadFavicon(const GURL& icon_url) = 0;
30 virtual void OnReceivedIcon(const GURL& icon_url,
50 const GURL& image_url,
  /external/chromium_org/apps/
launcher.h 11 class GURL;
59 const GURL& url,
60 const GURL& referrer_url);
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.h 13 #include "url/gurl.h"
25 KeyboardOverlayDelegate(const base::string16& title, const GURL& url);
41 virtual GURL GetDialogContentURL() const OVERRIDE;
56 GURL url_;

Completed in 189 milliseconds

<<21222324252627282930>>