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

<<31323334353637383940>>

  /external/chromium_org/android_webview/browser/
aw_resource_context.cc 22 const GURL& url, const std::string& headers) {
32 std::string AwResourceContext::GetExtraHeaders(const GURL& url) {
51 bool AwResourceContext::AllowMicAccess(const GURL& origin) {
55 bool AwResourceContext::AllowCameraAccess(const GURL& origin) {
  /external/chromium_org/android_webview/common/
aw_hit_test_data.h 9 #include "url/gurl.h"
71 GURL img_src;
  /external/chromium_org/android_webview/native/
aw_geolocation_permission_context.cc 24 const GURL& requesting_frame,
42 const GURL& requesting_frame,
68 const GURL& requesting_frame) {
83 const GURL& requesting_frame) {
  /external/chromium_org/chrome/browser/android/
shortcut_helper.h 27 class GURL;
53 const GURL& expected_url);
65 GURL url_;
84 const GURL& url,
  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.h 25 static bool EqualsGURL(const HistoryMatch& h, const GURL& url);
  /external/chromium_org/chrome/browser/automation/
automation_util.h 14 class GURL;
56 void GetCookies(const GURL& url,
62 void SetCookie(const GURL& url,
68 void DeleteCookie(const GURL& url,
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.h 17 const GURL& origin_url,
custom_home_pages_table_model.h 15 class GURL;
31 void SetURLs(const std::vector<GURL>& urls);
39 void Add(int index, const GURL& url);
49 std::vector<GURL> GetURLs();
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.h 17 #include "url/gurl.h"
85 void set_groups_feed_url_for_testing(const GURL& url) {
88 void set_contacts_feed_url_for_testing(const GURL& url) {
126 GURL groups_feed_url_for_testing_;
127 GURL contacts_feed_url_for_testing_;
  /external/chromium_org/chrome/browser/chromeos/login/
captive_portal_view.cc 17 #include "url/gurl.h"
40 SimpleWebViewDialog::StartLoad(GURL(CaptivePortalStartURL()));
83 GURL url = source->GetLastCommittedURL();
85 if (!redirected_ && url != GURL::EmptyGURL() &&
86 url != GURL(CaptivePortalStartURL())) {
helper.h 15 class GURL;
login_web_dialog.h 16 #include "url/gurl.h"
44 const GURL& url,
56 void set_url(const GURL& url) { url_ = url; }
64 virtual GURL GetDialogContentURL() const OVERRIDE;
89 GURL url_;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen_actor.h 11 #include "url/gurl.h"
26 virtual GURL GetOemEulaUrl() const = 0;
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 32 virtual GURL GetUrl() const OVERRIDE;
33 virtual GURL GetFaviconUrl() const OVERRIDE;
79 GURL url_;
80 GURL favicon_url_;
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_device_data.cc 14 const GURL& device_description_url,
22 const GURL& DialDeviceData::device_description_url() const {
26 void DialDeviceData::set_device_description_url(const GURL& url) {
31 bool DialDeviceData::IsDeviceDescriptionUrl(const GURL& url) {
  /external/chromium_org/chrome/browser/extensions/
chrome_app_api_browsertest.cc 24 #include "url/gurl.h"
96 GURL test_file_url(test_server()->GetURL("extensions/test_file.html"));
97 GURL::Replacements replace_host;
100 GURL app_url(test_file_url.ReplaceComponents(replace_host));
103 GURL non_app_url(test_file_url.ReplaceComponents(replace_host));
185 GURL test_file_url(test_server()->GetURL(
187 GURL::Replacements replace_host;
190 GURL checkout_url(test_file_url.ReplaceComponents(replace_host));
193 GURL app_url(test_file_url.ReplaceComponents(replace_host));
242 GURL test_file_url(test_server()->GetURL
    [all...]
extension_view_host_mac.h 21 const GURL& url,
stubs_apitest.cc 9 #include "url/gurl.h"
26 GURL url(embedded_test_server()->GetURL("/extensions/test_file.html"));
  /external/chromium_org/chrome/browser/geolocation/
chrome_access_token_store.h 28 const GURL& server_url, const base::string16& access_token) OVERRIDE;
geolocation_infobar_delegate_android.h 18 const GURL& requesting_frame_url,
  /external/chromium_org/chrome/browser/history/
download_row.h 15 #include "url/gurl.h"
27 const std::vector<GURL>& url_chain,
28 const GURL& referrer,
55 std::vector<GURL> url_chain;
58 GURL referrer_url;
  /external/chromium_org/chrome/browser/net/
about_protocol_handler.cc 19 bool AboutProtocolHandler::IsSafeRedirectTarget(const GURL& location) const {
about_protocol_handler.h 21 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
basic_http_user_agent_settings.cc 21 std::string BasicHttpUserAgentSettings::GetUserAgent(const GURL& url) const {
basic_http_user_agent_settings.h 24 virtual std::string GetUserAgent(const GURL& url) const OVERRIDE;

Completed in 373 milliseconds

<<31323334353637383940>>