HomeSort by relevance Sort by last modified time
    Searched refs:SetURL (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/chrome/browser/sync/engine/
http_post_provider_interface.h 29 virtual void SetURL(const char* url, int port) = 0;
  /external/chromium/chrome/browser/ui/
status_bubble.h 29 // to display immediately. Subsequent empty SetURL calls (typically called
41 virtual void SetURL(const GURL& url, const string16& languages) = 0;
  /external/chromium_org/chrome/browser/ui/
status_bubble.h 30 // to display immediately. Subsequent empty SetURL calls (typically called
40 virtual void SetURL(const GURL& url, const std::string& languages) = 0;
  /external/chromium_org/extensions/common/
event_filtering_info.h 29 void SetURL(const GURL& url);
event_filtering_info.cc 21 void EventFilteringInfo::SetURL(const GURL& url) {
event_filter_unittest.cc 18 google_event_.SetURL(GURL("http://google.com"));
19 yahoo_event_.SetURL(GURL("http://yahoo.com"));
20 random_url_event_.SetURL(GURL("http://www.something-else.com"));
21 empty_url_event_.SetURL(GURL());
92 info.SetURL(GURL("http://www.yahoo.com"));
120 info.SetURL(GURL("http://www.google.com"));
  /external/chromium_org/sync/internal_api/public/
http_post_provider_interface.h 24 virtual void SetURL(const char* url, int port) = 0;
  /external/chromium/net/base/
filter_unittest.cc 173 filter_context.SetURL(GURL(kSvgzUrl));
182 filter_context.SetURL(GURL(kSvgzUrl));
191 filter_context.SetURL(GURL(kSvgUrl));
200 filter_context.SetURL(GURL(kSvgUrl));
224 filter_context.SetURL(GURL(kTargzUrl));
232 filter_context.SetURL(GURL(kTgzUrl));
240 filter_context.SetURL(GURL(kTgzUrl));
249 filter_context.SetURL(GURL(kTgzUrl));
258 filter_context.SetURL(GURL(kUrl));
267 filter_context.SetURL(GURL(kTarUrl))
    [all...]
mock_filter_context.h 22 void SetURL(const GURL& gurl) { gurl_ = gurl; }
  /external/chromium_org/net/base/
filter_unittest.cc 173 filter_context.SetURL(GURL(kSvgzUrl));
182 filter_context.SetURL(GURL(kSvgzUrl));
191 filter_context.SetURL(GURL(kSvgUrl));
200 filter_context.SetURL(GURL(kSvgUrl));
224 filter_context.SetURL(GURL(kTargzUrl));
232 filter_context.SetURL(GURL(kTgzUrl));
240 filter_context.SetURL(GURL(kTgzUrl));
249 filter_context.SetURL(GURL(kTgzUrl));
258 filter_context.SetURL(GURL(kUrl));
267 filter_context.SetURL(GURL(kTarUrl))
    [all...]
  /external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.h 19 virtual void SetURL(const char* url, int port) OVERRIDE {}
  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map_unittest.cc 39 t_urls_[0].SetURL("http://" + host_ + "/path1", 0, 0);
40 t_urls_[1].SetURL("http://" + host_ + "/path2", 0, 0);
54 new_t_url.SetURL("http://" + new_host + "/", 0, 0);
82 new_values.SetURL("http://" + new_host + "/", 0, 0);
98 new_t_url.SetURL("{google:baseURL}?q={searchTerms}", 0, 0);
  /external/chromium_org/chrome/browser/search_engines/
template_url_unittest.cc 75 data.SetURL("{searchTerms}");
98 data.SetURL(value.url);
111 data.SetURL("http://foo{searchTerms}{count?}");
123 data.SetURL("http://foo{searchTerms}{count}");
135 data.SetURL("http://foo{searchTerms}x{startIndex?}y{startPage?}");
147 data.SetURL("http://foo{searchTerms}x{startIndex}y{startPage}");
159 data.SetURL("http://foo{searchTerms}x{inputEncoding?}y{outputEncoding?}a");
268 data.SetURL("http://foo{fhqwhgads}bar");
288 data.SetURL("http://foox{inputEncoding?}a{searchTerms}y{outputEncoding?}b");
300 data.SetURL("http://foo{searchTerms}x{inputEncoding}y{outputEncoding}a")
    [all...]
search_host_to_urls_map_unittest.cc 33 data.SetURL("http://" + host_ + "/path1");
35 data.SetURL("http://" + host_ + "/path2");
49 data.SetURL("http://" + new_host + "/");
  /external/chromium_org/chrome/browser/history/
page_usage_data.h 36 void SetURL(const GURL& url) {
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
bookmarks_sync_perf_test.cc 16 using bookmarks_helper::SetURL;
62 ASSERT_TRUE(SetURL(profile,
  /external/chromium_org/ppapi/tests/
test_url_loader.cc 302 request.SetURL("/echo");
312 request.SetURL("/echo");
339 request.SetURL("test_url_loader_data/hello.txt");
345 request.SetURL("/echo");
367 request.SetURL("/echo");
388 request.SetURL("/echo");
396 request.SetURL("/echo");
407 request.SetURL("/echo");
415 request.SetURL("/echo");
427 request.SetURL("/echoheader?Foo")
    [all...]
  /external/chromium/chrome/browser/sync/glue/
http_bridge_unittest.cc 157 http_bridge->SetURL("http://www.google.com", 9999);
181 http_bridge->SetURL(echo.spec().c_str(), echo.IntPort());
204 http_bridge->SetURL(echo_header.spec().c_str(), echo_header.IntPort());
231 http_bridge->SetURL(echo_header.spec().c_str(), echo_header.IntPort());
258 http_bridge->SetURL(echo_header.spec().c_str(), echo_header.IntPort());
281 http_bridge->SetURL("http://www.google.com", 9999);
300 http_bridge->SetURL("http://www.google.com", 9999);
  /external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 101 modifiable_url->SetURL(url_string, 0, 0);
136 t_url.SetURL(url, 0, 0);
  /external/chromium_org/chrome/browser/extensions/
event_listener_map_unittest.cc 59 info.SetURL(url);
90 event->filter_info.SetURL(GURL("http://www.google.com"));
102 event->filter_info.SetURL(GURL("http://www.google.com"));
116 event->filter_info.SetURL(GURL("http://www.google.com"));
132 event->filter_info.SetURL(GURL("http://www.google.com"));
150 event->filter_info.SetURL(GURL("http://www.google.com"));
166 event->filter_info.SetURL(GURL("http://www.google.com"));
186 event->filter_info.SetURL(GURL("http://www.google.com"));
  /external/chromium_org/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 45 data.SetURL(url);
134 data.SetURL(url);
  /external/chromium_org/sync/internal_api/
http_bridge_unittest.cc 165 bridge->SetURL("http://www.google.com", 9999);
195 http_bridge->SetURL("http://www.google.com", 9999);
219 http_bridge->SetURL(echo.spec().c_str(), echo.IntPort());
241 http_bridge->SetURL(echo_header.spec().c_str(), echo_header.IntPort());
268 http_bridge->SetURL(echo_header.spec().c_str(), echo_header.IntPort());
295 http_bridge->SetURL(echo_header.spec().c_str(), echo_header.IntPort());
317 http_bridge->SetURL("http://www.google.com", 9999);
336 http_bridge->SetURL("http://www.google.com", 9999);
  /external/chromium/chrome/browser/history/
page_usage_data.h 36 void SetURL(const GURL& url) {
  /external/chromium/chrome/browser/ui/cocoa/
status_bubble_mac.h 40 virtual void SetURL(const GURL& url, const string16& languages);
69 // Sets the bubble text for SetStatus and SetURL.
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 47 virtual void SetURL(const GURL& url, const string16& languages);

Completed in 635 milliseconds

1 2 3 4 5 6 7 8