/external/chromium/chrome/browser/search_engines/ |
template_url_model.cc | 388 TemplateURL new_url(*url); 389 new_url.set_short_name(title); 390 new_url.set_keyword(keyword); 391 if ((new_url.url() && search_url.empty()) || 392 (!new_url.url() && !search_url.empty()) || 393 (new_url.url() && new_url.url()->url() != search_url)) { 395 new_url.SetFaviconURL(GURL()); 396 new_url.SetURL(search_url, 0, 0); 398 new_url.set_safe_for_autoreplace(false) [all...] |
template_url_model_unittest.cc | 571 const std::string new_url("c"); 572 model()->ResetTemplateURL(t_url, new_short_name, new_keyword, new_url); 575 ASSERT_EQ(new_url, t_url->url()->url()); [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.h | 171 const GURL& new_url); 182 const GURL& new_url);
|
/external/chromium/net/url_request/ |
url_request_test_util.cc | 130 const GURL& new_url, 261 GURL* new_url) {
|
url_request_test_util.h | 134 virtual void OnReceivedRedirect(net::URLRequest* request, const GURL& new_url, 200 GURL* new_url);
|
url_request.h | 151 // original URL, the destination of the redirect is provided in 'new_url'. 162 const GURL& new_url,
|
url_request_unittest.cc | 139 GURL* new_url) { 140 TestNetworkDelegate::OnBeforeURLRequest(request, callback, new_url); 143 *new_url = redirect_url_; [all...] |
/external/chromium/webkit/glue/ |
weburlloader_impl.cc | 298 const GURL& new_url, 504 const GURL& new_url, 517 WebURLRequest new_request(new_url); 523 if (!WebSecurityPolicy::shouldHideReferrer(new_url, referrer)) 535 if (new_url == GURL(new_request.url()))
|
resource_loader_bridge.h | 286 // information about the redirect, and new_url is the URL that will be 291 virtual bool OnReceivedRedirect(const GURL& new_url,
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_editor_gtk.cc | 457 GURL new_url(GetInputURL()); 462 bb_model_, parent_, details_, new_title, new_url); 478 bb_model_, new_parent, details_, new_title, new_url);
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view.cc | 541 GURL new_url(GetInputURL()); 546 bb_model_, parent_, details_, new_title, new_url); 556 bb_model_, new_parent, details_, new_title, new_url);
|
/external/chromium/chrome/browser/renderer_host/ |
safe_browsing_resource_handler.h | 54 virtual bool OnRequestRedirected(int request_id, const GURL& new_url,
|
/external/chromium/chrome/common/extensions/ |
extension_localization_peer_unittest.cc | 62 const GURL& new_url,
|
/frameworks/base/media/libstagefright/chromium_http/ |
support.cpp | 247 net::URLRequest *request, const GURL &new_url, bool *defer_redirect) {
|
/external/chromium/net/ocsp/ |
nss_ocsp.cc | 252 const GURL& new_url, 257 if (!new_url.SchemeIs("http")) {
|
/external/chromium/chrome/browser/prerender/ |
prerender_contents.cc | 345 if (!AddAliasURL(resource_redirect_details->new_url()))
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebRequest.cpp | 361 // original URL, the destination of the redirect is provided in 'new_url'.
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 2912 std::string new_url; local [all...] |