Searched refs:SetURL (Results 1 - 25 of 133) sorted by relevance

123456

/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info_unittest.cc47 void SetURL(const std::string& dest_url, bool expect_update) { function in class:OriginChipInfoTest
98 SetURL(kExampleUrl, true);
99 SetURL(kExampleUrl, false);
103 SetURL(kExampleUrl, true);
104 SetURL(kOtherUrl, true);
108 SetURL(kExampleUrl, true);
119 SetURL(kExampleUrlSecure, true);
129 SetURL(kChromeOrigin1, true);
139 SetURL(kChromeOrigin2, true);
146 SetURL(kExampleUr
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dstatus_bubble.h30 // to display immediately. Subsequent empty SetURL calls (typically called
40 virtual void SetURL(const GURL& url, const std::string& languages) = 0;
/external/chromium_org/sync/internal_api/public/
H A Dhttp_post_provider_interface.h24 virtual void SetURL(const char* url, int port) = 0;
/external/chromium_org/net/filter/
H A Dfilter_unittest.cc96 filter_context.SetURL(GURL(kURL));
190 filter_context.SetURL(GURL(kSvgzUrl));
199 filter_context.SetURL(GURL(kSvgzUrl));
208 filter_context.SetURL(GURL(kSvgUrl));
217 filter_context.SetURL(GURL(kSvgUrl));
241 filter_context.SetURL(GURL(kTargzUrl));
249 filter_context.SetURL(GURL(kTgzUrl));
257 filter_context.SetURL(GURL(kTgzUrl));
266 filter_context.SetURL(GURL(kTgzUrl));
275 filter_context.SetURL(GUR
[all...]
H A Dsdch_filter_unittest.cc176 filter_context()->SetURL(GURL(url_string));
196 filter_context()->SetURL(GURL(url_string));
223 filter_context()->SetURL(GURL(url_string));
262 filter_context()->SetURL(GURL(url_string));
303 filter_context()->SetURL(GURL(url_string));
338 filter_context()->SetURL(GURL(url_string));
374 filter_context()->SetURL(GURL(url_string));
460 filter_context()->SetURL(url);
497 filter_context()->SetURL(GURL("https://" + kSampleDomain));
527 filter_context()->SetURL(GUR
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url_data.cc37 void TemplateURLData::SetURL(const std::string& url) { function in class:TemplateURLData
H A Dsearch_host_to_urls_map_unittest.cc33 data.SetURL("http://" + host_ + "/path1");
35 data.SetURL("http://" + host_ + "/path2");
48 data.SetURL("http://" + new_host + "/");
H A Dtemplate_url_unittest.cc45 data.SetURL("{searchTerms}");
68 data.SetURL(value.url);
81 data.SetURL("http://foo{searchTerms}{count?}");
93 data.SetURL("http://foo{searchTerms}{count}");
105 data.SetURL("http://foo{searchTerms}x{startIndex?}y{startPage?}");
117 data.SetURL("http://foo{searchTerms}x{startIndex}y{startPage}");
129 data.SetURL("http://foo{searchTerms}x{inputEncoding?}y{outputEncoding?}a");
250 data.SetURL("http://foo{fhqwhgads}bar");
270 data.SetURL("http://foox{inputEncoding?}a{searchTerms}y{outputEncoding?}b");
282 data.SetURL("htt
[all...]
H A Dtemplate_url_data.h34 void SetURL(const std::string& url);
/external/chromium_org/extensions/common/
H A Devent_filtering_info.h29 void SetURL(const GURL& url);
H A Devent_filtering_info.cc21 void EventFilteringInfo::SetURL(const GURL& url) { function in class:extensions::EventFilteringInfo
H A Devent_filter_unittest.cc24 google_event_.SetURL(GURL("http://google.com"));
25 yahoo_event_.SetURL(GURL("http://yahoo.com"));
26 random_url_event_.SetURL(GURL("http://www.something-else.com"));
27 empty_url_event_.SetURL(GURL());
98 info.SetURL(GURL("http://www.yahoo.com"));
126 info.SetURL(GURL("http://www.google.com"));
/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.h19 virtual void SetURL(const char* url, int port) OVERRIDE {}
/external/chromium_org/components/history/core/browser/
H A Dpage_usage_data.h35 void SetURL(const GURL& url) { function in class:PageUsageData
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dbookmarks_sync_perf_test.cc16 using bookmarks_helper::SetURL;
62 ASSERT_TRUE(SetURL(profile,
/external/chromium_org/ppapi/tests/
H A Dtest_url_loader.cc300 request.SetURL("/echo");
310 request.SetURL("/echo");
337 request.SetURL("test_url_loader_data/hello.txt");
343 request.SetURL("/echo");
365 request.SetURL("/echo");
386 request.SetURL("/echo");
394 request.SetURL("/echo");
405 request.SetURL("/echo");
413 request.SetURL("/echo");
425 request.SetURL("/echoheade
[all...]
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dedit_search_engine_controller.cc45 data.SetURL(url);
139 data.SetURL(url);
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge_unittest.cc165 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_org/chrome/browser/search/
H A Dinstant_unittest_base.cc55 data.SetURL(base_url + "url?bar={searchTerms}");
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data_unittest.cc29 data.SetURL(GURL("http://www.google.com"), L"Title");
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_views.cc41 data->SetURL(elements[0].url, elements[0].title);
/external/chromium_org/ppapi/cpp/
H A Durl_request_info.h104 /// SetURL() sets the <code>PP_URLREQUESTPROPERTY_URL</code>
110 bool SetURL(const Var& url_string) { function in class:pp::URLRequestInfo
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_editor.cc138 model->SetURL(node, new_url);
162 model->SetURL(node, new_url);
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.cc59 data.SetURL(instant_url_.spec() +
80 data.SetURL(url);
/external/chromium_org/extensions/browser/
H A Devent_listener_map_unittest.cc67 info.SetURL(url);
135 event->filter_info.SetURL(GURL("http://www.google.com"));
147 event->filter_info.SetURL(GURL("http://www.google.com"));
163 event->filter_info.SetURL(GURL("http://www.google.com"));
181 event->filter_info.SetURL(GURL("http://www.google.com"));
210 event->filter_info.SetURL(GURL("http://www.google.com"));
233 event->filter_info.SetURL(GURL("http://www.google.com"));
253 event->filter_info.SetURL(GURL("http://www.google.com"));

Completed in 606 milliseconds

123456