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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 133 const GURL& page_url,
134 const GURL& link_url,
135 const GURL& frame_url) {
183 bool MenuHasItemWithLabel(const GURL& page_url,
184 const GURL& link_url,
185 const GURL& frame_url,
202 GURL page_url("http://www.google.com");
206 CreateMenu(browser(), page_url, GURL(), GURL()));
228 GURL google_url("http://www.google.com")
    [all...]
extension_special_storage_policy.h 13 #include "googleurl/src/gurl.h"
27 virtual bool IsStorageProtected(const GURL& origin);
28 virtual bool IsStorageUnlimited(const GURL& origin);
42 bool Contains(const GURL& origin);
49 typedef std::map<GURL, bool> CachedResults;
extension_sync_data.h 12 #include "googleurl/src/gurl.h"
31 GURL update_url;
file_manager_util.h 11 #include "googleurl/src/gurl.h"
19 static GURL GetFileBrowserUrl();
23 const FilePath& full_file_path, const GURL& origin_url, GURL* url);
25 static GURL GetFileBrowserUrlWithParams(
notifications_apitest.cc 21 ->GrantPermission(GURL(
  /external/chromium/chrome/browser/history/
visit_tracker.h 31 const GURL& url,
43 VisitID GetLastVisit(const void* host, int32 page_id, const GURL& url);
47 GURL url; // URL that the event happened to.
history_backend.h 124 virtual void SetPageTitle(const GURL& url, const string16& title);
125 void AddPageNoVisitForBookmark(const GURL& url);
129 void SetPageContents(const GURL& url, const string16& contents);
141 const GURL& url,
147 const GURL& url);
149 const GURL& url);
152 const GURL& url);
179 bool GetMostRecentRedirectsFrom(const GURL& url,
186 bool GetMostRecentRedirectsTo(const GURL& url,
191 void SetPageThumbnail(const GURL& url
    [all...]
download_create_info.h 18 #include "googleurl/src/gurl.h"
26 const GURL& url,
43 const GURL& url() const;
48 std::vector<GURL> url_chain;
49 GURL referrer_url;
history_notifications.h 14 #include "googleurl/src/gurl.h"
63 std::set<GURL> urls;
76 std::set<GURL> changed_urls;
84 std::set<GURL> urls;
92 GURL url;
history_publisher.h 19 class GURL;
38 const GURL& url, const base::Time& time) const;
39 void PublishPageContent(const base::Time& time, const GURL& url,
48 const GURL& url;
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 11 #include "googleurl/src/gurl.h"
21 const GURL& url,
24 std::vector<GURL>(), GURL()),
30 const GURL& url,
31 const std::vector<GURL> alias_urls,
33 : PrerenderContents(prerender_manager, NULL, url, alias_urls, GURL()),
86 bool AddSimplePreload(const GURL& url) {
87 return AddPreload(url, std::vector<GURL>(), GURL());
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 13 class GURL;
38 const GURL& osdd_url,
39 const GURL& favicon_url,
  /external/chromium/chrome/browser/ssl/
ssl_request_info.h 12 #include "googleurl/src/gurl.h"
20 SSLRequestInfo(const GURL& url,
26 const GURL& url() const { return url_; }
37 GURL url_;
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec_unittest.cc 20 GURL url1("http://www.google.com");
33 GURL url1("http://www.google.com");
34 GURL url2("http://www.google.com/2");
  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.h 10 #include "googleurl/src/gurl.h"
23 const GURL& url,
28 static std::wstring GetApplicationForProtocol(const GURL& url);
54 GURL url_;
  /external/chromium/net/http/
http_auth_filter.h 15 class GURL;
27 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const = 0;
49 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const;
  /external/chromium/webkit/glue/
image_resource_fetcher.h 23 ImageResourceFetcher(const GURL& image_url,
33 const GURL& image_url() const { return image_url_; }
49 const GURL image_url_;
  /external/chromium/googleurl/src/
gurl_unittest.cc 4 #include "googleurl/src/gurl.h"
37 GURL gurl(src);
38 return gurl.possibly_invalid_spec();
66 // Test the basic creation and querying of components in a GURL. We assume
70 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
90 GURL url;
106 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
108 GURL url2(url);
123 GURL invalid
    [all...]
  /external/chromium/chrome/browser/automation/
automation_util.h 16 class GURL;
37 void GetCookies(const GURL& url,
43 void SetCookie(const GURL& url,
49 void DeleteCookie(const GURL& url,
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.h 13 #include "googleurl/src/gurl.h"
30 MockAuthResponseHandler(const GURL& url,
36 MOCK_METHOD1(CanHandle, bool(const GURL& url));
43 const GURL remote_;
49 const GURL remote,
user_image_downloader.h 39 const GURL& url,
51 bool GetImageURL(const std::string& json_data, GURL* image_url) const;
56 bool GetImageURLFromEntries(ListValue* entry_list, GURL* image_url) const;
64 bool GetImageURLFromLinks(ListValue* link_list, GURL* image_url) const;
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern.h 14 class GURL;
21 static ContentSettingsPattern FromURL(const GURL& url);
24 static ContentSettingsPattern FromURLNoWildcard(const GURL& url);
41 bool Matches(const GURL& url) const;
  /external/chromium/chrome/browser/download/
base_file.h 15 #include "googleurl/src/gurl.h"
29 const GURL& source_url,
30 const GURL& referrer_url,
78 GURL source_url_;
81 GURL referrer_url_;
  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.h 24 typedef std::map<GURL, ContentSetting> StateMap;
30 void OnGeolocationPermissionSet(const GURL& requesting_origin, bool allowed);
59 std::string GURLToFormattedHost(const GURL& url) const;
63 GURL embedder_url_;
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.h 17 class GURL;
69 bool CanImportURL(const GURL& url);
83 GURL GetHomepage(const FilePath& profile_path);
88 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path);

Completed in 486 milliseconds

1 2 3 45 6 7 8 91011>>