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

<<11121314151617181920>>

  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc 21 #include "googleurl/src/gurl.h"
48 const GURL& origin) {
59 GURL NotificationProvider::ToGURL(const ContentSettingsPattern& pattern) {
78 return GURL(url_spec);
98 const GURL& requesting_url,
99 const GURL& embedding_url,
117 GURL origin = ToGURL(requesting_url_pattern);
143 std::vector<GURL> allowed_origins = GetAllowedOrigins();
144 std::vector<GURL> denied_origins = GetBlockedOrigins();
146 for (std::vector<GURL>::iterator url = allowed_origins.begin()
    [all...]
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 34 #include "googleurl/src/gurl.h"
54 GURL url;
55 GURL thumbnail_url;
56 GURL favicon_url;
148 BlacklistURL(GURL(url));
166 ts->RemoveBlacklistedURL(GURL(url));
188 mvp.url = GURL(tmp_string);
198 mvp.favicon_url = GURL(tmp_string);
204 mvp.thumbnail_url = GURL(tmp_string);
221 RemovePinnedURL(GURL(url))
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 29 #include "googleurl/src/gurl.h"
156 SkBitmap GetThumbnail(const GURL& url) {
231 void AddPageToHistory(const GURL& url) {
235 url, static_cast<void*>(this), 0, GURL(), PageTransition::TYPED,
240 void AddPageToHistory(const GURL& url, const string16& title) {
244 url, static_cast<void*>(this), 0, GURL(), PageTransition::TYPED,
250 void AddPageToHistory(const GURL& url,
255 url, time, static_cast<void*>(this), 0, GURL(), PageTransition::TYPED,
261 void DeleteURL(const GURL& url) {
282 GURL GetCanonicalURL(const GURL& url)
    [all...]
  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 54 AutocompleteMatch FindMatchWithDestination(const GURL& url);
77 GURL term1_url_;
80 GURL keyword_url_;
121 term1_url_ = GURL(default_t_url_->url()->ReplaceSearchTerms(
139 keyword_url_ = GURL(keyword_t_url_->url()->ReplaceSearchTerms(
199 const GURL& url) {
215 default_fetcher, GURL(), net::URLRequestStatus(), 200, ResponseCookies(),
233 GURL expected_url = GURL(default_t_url_->suggestions_url()->
239 fetcher, GURL(), net::URLRequestStatus(), 200, ResponseCookies()
    [all...]
history_provider_util.cc 26 bool HistoryMatch::operator==(const GURL& url) const {
  /external/chromium/chrome/common/
automation_messages_internal.h 14 #include "googleurl/src/gurl.h"
55 GURL,
78 GURL,
89 GURL,
98 GURL,
144 GURL)
181 GURL /* source URL */,
183 std::vector<GURL> /* redirects */)
394 GURL,
395 GURL,
    [all...]
  /external/chromium/chrome/browser/
alternate_nav_url_fetcher.h 41 explicit AlternateNavURLFetcher(const GURL& alternate_nav_url);
54 const GURL& url,
70 void SetStatusFromURLFetch(const GURL& url,
78 GURL alternate_nav_url_;
browsing_data_database_helper_unittest.cc 19 const GURL origin("http://host1:1/");
browsing_data_indexed_db_helper_unittest.cc 19 const GURL origin("http://host1:1/");
browsing_data_local_storage_helper_unittest.cc 18 const GURL origin("http://host1:1/");
custom_home_pages_table_model.h 17 class GURL;
34 void SetURLs(const std::vector<GURL>& urls);
37 void Add(int index, const GURL& url);
47 std::vector<GURL> GetURLs();
mock_browsing_data_appcache_helper.cc 27 const GURL& manifest_url) {
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 42 const GURL& url,
52 void set_url(const GURL& url) { url_ = url; }
60 virtual GURL GetDialogContentURL() const { return url_; }
80 GURL url_;
web_page_screen.h 13 class GURL;
29 const GURL& url, const GURL& referrer,
44 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
  /external/chromium/chrome/browser/chromeos/panels/
panel_browsertest.cc 41 GURL url("data:text/html," + HTML);
45 browser()->OpenURL(url, GURL(), CURRENT_TAB, PageTransition::TYPED);
79 GURL url("data:text/html," + HTML);
83 browser()->OpenURL(url, GURL(), CURRENT_TAB, PageTransition::TYPED);
  /external/chromium/chrome/browser/download/
drag_download_file.h 14 #include "googleurl/src/gurl.h"
38 const GURL& url,
39 const GURL& referrer,
87 GURL url_;
88 GURL referrer_;
save_file.cc 12 : BaseFile(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()),
  /external/chromium/chrome/browser/extensions/
extension_event_router.h 17 class GURL;
60 Profile* restrict_to_profile, const GURL& event_url);
66 Profile* restrict_to_profile, const GURL& event_url);
74 Profile* restrict_to_profile, const GURL& event_url);
extension_function_dispatcher.h 13 #include "googleurl/src/gurl.h"
82 const GURL& url);
107 const GURL& url() { return url_; }
122 const GURL& url);
133 GURL url_;
extension_icon_source_apitest.cc 13 #include "googleurl/src/gurl.h"
29 GURL("chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/index.html"));
40 GURL("chrome-extension://apocjbpjpkghdepdngjlknfpmabcmlao/index.html"));
60 GURL("chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/index.html"));
74 GURL("chrome-extension://apocjbpjpkghdepdngjlknfpmabcmlao/index.html"));
extension_messages_apitest.cc 10 #include "googleurl/src/gurl.h"
33 GURL());
37 GURL("http://a.com/"));
41 GURL("http://b.com/"));
45 GURL());
stubs_apitest.cc 8 #include "googleurl/src/gurl.h"
25 GURL url(test_server()->GetURL("file/extensions/test_file.html"));
  /external/chromium/chrome/browser/net/
connect_interceptor.h 29 const GURL& location);
connection_tester.h 13 #include "googleurl/src/gurl.h"
79 Experiment(const GURL& url,
88 GURL url;
138 void RunAllTests(const GURL& url);
153 static void GetAllPossibleExperimentCombinations(const GURL& url,
url_request_slow_http_job.h 26 static GURL GetMockUrl(const FilePath& path);

Completed in 650 milliseconds

<<11121314151617181920>>