/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_controller.h | 11 #include "url/gurl.h" 31 void OnAutocompleteAccept(const GURL& destination_url, 61 GURL destination_url() const { return destination_url_; } 69 GURL destination_url_;
|
/external/chromium_org/chrome/browser/ui/views/ |
external_protocol_dialog.h | 12 #include "url/gurl.h" 21 ExternalProtocolDialog(const GURL& url, 28 static std::wstring GetApplicationForProtocol(const GURL& url); 49 GURL url_;
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip_controller.h | 12 class GURL; 88 virtual void PerformDrop(bool drop_before, int index, const GURL& url) = 0; 118 virtual void CheckFileSupported(const GURL& url) = 0;
|
/external/chromium_org/chrome/common/extensions/api/url_handlers/ |
url_handlers_parser.h | 15 class GURL; 43 const GURL& url); 49 const GURL& url);
|
/external/chromium_org/chrome/common/extensions/ |
extension_process_policy.cc | 15 const ExtensionSet& extensions, const GURL& url) { 26 const GURL& old_url, 27 const GURL& new_url,
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.h | 15 class GURL; 76 GURL GetHomepage(const base::FilePath& profile_path); 81 bool IsDefaultHomepage(const GURL& homepage, const base::FilePath& app_path);
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_wipeout.h | 13 #include "url/gurl.h" 27 CloudPrintWipeout(Client* client, const GURL& cloud_print_server_url); 36 const GURL& url, 49 GURL cloud_print_server_url_;
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_request.h | 44 static scoped_ptr<CloudPrintRequest> CreateGet(const GURL& url, 48 static scoped_ptr<CloudPrintRequest> CreatePost(const GURL& url, 61 CloudPrintRequest(const GURL& url,
|
/external/chromium_org/components/autofill/core/common/ |
password_form_fill_data_unittest.cc | 19 form_on_page.origin = GURL("https://foo.com/"); 20 form_on_page.action = GURL("https://foo.com/login"); 33 preferred_match.origin = GURL("https://foo.com/"); 34 preferred_match.action = GURL("https://foo.com/login"); 82 form_on_page.origin = GURL("https://foo.com/"); 83 form_on_page.action = GURL("https://foo.com/login"); 96 preferred_match.origin = GURL("https://mobile.foo.com/"); 97 preferred_match.action = GURL("https://mobile.foo.com/login"); 111 exact_match.origin = GURL("https://foo.com/"); 112 exact_match.action = GURL("https://foo.com/login") [all...] |
/external/chromium_org/components/nacl/browser/ |
nacl_browser_delegate.h | 12 class GURL; 68 virtual bool MapUrlToLocalFilePath(const GURL& url, 75 virtual bool URLMatchesDebugPatterns(const GURL& manifest_url) = 0;
|
/external/chromium_org/components/navigation_interception/ |
intercept_navigation_resource_throttle.h | 14 class GURL; 44 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE; 49 bool CheckIfShouldIgnoreNavigation(const GURL& url,
|
/external/chromium_org/components/precache/core/ |
precache_database.h | 13 class GURL; 46 void RecordURLPrecached(const GURL& url, const base::Time& fetch_time, 52 void RecordURLFetched(const GURL& url, const base::Time& fetch_time,
|
/external/chromium_org/content/browser/browser_plugin/ |
test_browser_plugin_guest_delegate.h | 20 const GURL& load_aborted_url() const { return load_aborted_url_; } 33 const GURL& url, 46 GURL load_aborted_url_;
|
/external/chromium_org/content/browser/download/ |
download_create_info.h | 20 #include "url/gurl.h" 40 const GURL& url() const; 43 std::vector<GURL> url_chain; 46 GURL referrer_url;
|
/external/chromium_org/content/browser/geolocation/ |
network_location_request.h | 14 #include "url/gurl.h" 42 const GURL& url, 53 const GURL& url() const { return url_; } 61 const GURL url_;
|
/external/chromium_org/content/browser/loader/ |
throttling_resource_handler.h | 12 #include "url/gurl.h" 34 virtual bool OnRequestRedirected(int request_id, const GURL& url, 40 virtual bool OnWillStart(int request_id, const GURL& url, 69 GURL deferred_url_;
|
/external/chromium_org/content/browser/media/android/ |
media_resource_getter_impl.h | 44 virtual void GetCookies(const GURL& url, 45 const GURL& first_party_for_cookies, 48 const GURL& url,
|
/external/chromium_org/content/browser/ |
quota_dispatcher_host.h | 13 class GURL; 46 const GURL& origin_url, 51 const GURL& origin_url,
|
resolve_proxy_msg_helper.h | 16 #include "url/gurl.h" 44 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg); 61 PendingRequest(const GURL& url, IPC::Message* reply_msg) : 65 GURL url;
|
/external/chromium_org/content/browser/renderer_host/ |
websocket_host.h | 15 class GURL; 48 void OnAddChannelRequest(const GURL& socket_url, 50 const GURL& origin);
|
/external/chromium_org/content/child/appcache/ |
appcache_backend_proxy.h | 27 const GURL& document_url, 29 const GURL& manifest_url) OVERRIDE; 39 const GURL& document_url,
|
/external/chromium_org/content/child/ |
request_extra_data.h | 26 const GURL& frame_origin, 39 GURL frame_origin() const { return frame_origin_; } 58 GURL frame_origin_;
|
/external/chromium_org/content/public/common/ |
page_state.h | 13 class GURL; 32 static PageState CreateFromURL(const GURL& url); 35 const GURL& url,
|
/external/chromium_org/content/renderer/android/ |
content_detector.h | 9 #include "url/gurl.h" 25 const GURL& intent_url); 31 GURL intent_url; // URL of the intent that should process this content. 54 virtual GURL GetIntentURL(const std::string& content_text) = 0;
|
/external/chromium_org/content/renderer/fetchers/ |
multi_resolution_image_resource_fetcher.h | 15 #include "url/gurl.h" 36 const GURL& image_url, 45 const GURL& image_url() const { return image_url_; } 67 const GURL image_url_;
|