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

1 2 3

  /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/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; }
sdch_filter_unittest.cc 164 filter_context.SetURL(GURL(url_string));
186 filter_context.SetURL(GURL(url_string));
226 filter_context.SetURL(GURL(url_string));
268 filter_context.SetURL(GURL(url_string));
304 filter_context.SetURL(GURL(url_string));
341 filter_context.SetURL(GURL(url_string));
425 filter_context.SetURL(url);
463 filter_context.SetURL(GURL("https://" + kSampleDomain));
494 filter_context.SetURL(GURL("ftp://" + kSampleDomain));
521 filter_context.SetURL(GURL("file://" + kSampleDomain))
    [all...]
  /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);
template_url_model_unittest.cc 96 t_url->SetURL("http://www.unittest.com/", 0, 0);
129 template_url->SetURL(url, 0, 0);
309 t_url.SetURL(generate_url_cases[i].url, 0, 0);
391 t_url->SetURL("http://www.google.com/foo/bar", 0, 0);
557 t_url->SetURL("http://www.google.com/foo/bar", 0, 0);
703 template_url->SetURL("http://url", 0, 0);
    [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);
http_bridge.h 104 virtual void SetURL(const char* url, int port);
  /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);
keyword_editor_controller.cc 42 template_url->SetURL(url, 0, 0);
  /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);
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data_unittest.cc 29 data.SetURL(GURL("http://www.google.com"), L"Title");
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.h 59 virtual void SetURL(const GURL& url, const string16& languages);
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 29 public class SetURL extends Activity {
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 99 mapped_data.SetURL(url, string16());
104 mapped_data.SetURL(url, string16());
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 235 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
292 wkEvent.SetURL(m_frame->loader()->provisionalDocumentLoader()->request().url().string());
315 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
325 wkEvent.SetURL(m_frame->document()->url().string());
399 wkEvent.SetURL(m_frame->document()->url().string());
753 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
796 wkEvent.SetURL(request.url().string());
817 wkEvent.SetURL(request.url().string());
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 36 http->SetURL(connection_url.c_str(), sync_server_port);
  /external/chromium/webkit/glue/media/
simple_data_source.h 98 void SetURL(const GURL& url);
  /external/chromium/chrome/browser/webdata/
keyword_table_unittest.cc 70 template_url.SetURL("http://url/", 0, 0);
163 template_url.SetURL("http://url/", 0, 0);
230 template_url.SetURL("http://url/", 0, 0);
  /external/chromium/chrome/browser/chromeos/
wm_overview_title.cc 112 void WmOverviewTitle::SetUrl(const GURL& url) {
113 url_label_->SetURL(url);
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 64 void SetURL(const GURL& url) { url_ = url; }
235 void SetURL(const BookmarkNode* node, const GURL& url);
  /external/chromium/chrome/browser/autocomplete/
keyword_provider_unittest.cc 207 template_url->SetURL(url, 0, 0);

Completed in 406 milliseconds

1 2 3