HomeSort by relevance Sort by last modified time
    Searched refs:new_url (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/chromium_org/mojo/examples/html_viewer/
weburlloader_impl.h 37 const String& new_url,
weburlloader_impl.cc 72 const String& new_url,
76 new_request.setURL(GURL(new_url));
  /external/chromium_org/mojo/services/network/
url_loader_impl.h 40 const GURL& new_url,
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 144 GURL new_url; member in struct:extension_web_request_api_helpers::EventResponseDelta
206 const GURL& new_url);
217 const GURL& new_url,
239 // Stores in |*new_url| the redirect request of the extension with highest
244 GURL* new_url,
247 // Stores in |*new_url| the redirect request of the extension with highest
252 GURL* new_url,
web_request_api_helpers.cc 278 const GURL& new_url) {
282 result->new_url = new_url;
327 const GURL& new_url,
333 result->new_url = new_url;
417 GURL* new_url,
423 // Extension that determines the |new_url|.
427 if ((*delta)->new_url.is_empty())
430 !(*delta)->new_url.SchemeIs(url::kDataScheme) &
1196 GURL new_url; local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.cc 56 void SafeBrowsingResourceThrottle::WillRedirectRequest(const GURL& new_url,
62 redirect_urls_.push_back(new_url);
65 if (CheckUrl(new_url))
safe_browsing_resource_throttle.h 57 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 222 sync_pb::TypedUrlSpecifics new_url; local
230 new_url.add_visits(visits[c]);
231 new_url.add_visit_transitions(content::PAGE_TRANSITION_TYPED);
237 TypedUrlModelAssociator::DiffVisits(old_visits, new_url,
245 sync_pb::TypedUrlSpecifics new_url; local
263 new_url.add_visits(visits_right[c]);
264 new_url.add_visit_transitions(content::PAGE_TRANSITION_TYPED);
270 TypedUrlModelAssociator::DiffVisits(old_visits, new_url,
282 sync_pb::TypedUrlSpecifics new_url; local
297 new_url.add_visits(visits_right[c])
    [all...]
typed_url_model_associator.h 118 // DIFF_UPDATE_NODE - changes have been made to |new_url| and |visits| which
120 // DIFF_LOCAL_ROW_CHANGED - The history data in |new_url| should be persisted
128 history::URLRow* new_url,
140 const sync_pb::TypedUrlSpecifics& new_url,
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 88 // then return value in |new_url| would be:
90 bool GetImageURLWithSize(const GURL& old_url, int size, GURL* new_url) {
91 DCHECK(new_url);
122 *new_url = GURL(new_spec);
123 return new_url->is_valid();
127 *new_url = old_url;
175 GURL new_url; local
176 if (!GetImageURLWithSize(GURL(url_string), image_size, &new_url)) {
180 *url = new_url.spec();
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.cc 81 const GURL& new_url,
84 CheckIfShouldIgnoreNavigation(new_url, GetMethodAfterRedirect(), true);
  /external/chromium_org/net/base/
network_delegate.h 62 GURL* new_url);
105 // being fetched by modifying |new_url|. If set, the URL must be valid. The
107 // |new_url|; callers are responsible for copying the reference fragment if
109 // |callback| and |new_url| are valid only until OnURLRequestDestroyed is
118 GURL* new_url);
  /external/chromium_org/chrome/browser/prerender/
prerender_util.cc 111 GURL new_url(base::string16(decoded_url.data(), decoded_url.length()));
112 if (!new_url.is_empty() && new_url.is_valid()) {
113 *alias_url = new_url;
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer.h 37 const GURL& new_url,
  /external/chromium_org/content/browser/loader/
async_resource_handler.h 39 virtual bool OnRequestRedirected(const GURL& new_url,
sync_resource_handler.h 37 virtual bool OnRequestRedirected(const GURL& new_url,
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 193 const GURL& new_url,
208 new_url)) {
219 url_ = new_url;
226 old_url.GetOrigin() != new_url.GetOrigin()) {
plugin_url_fetcher.h 59 virtual bool OnReceivedRedirect(const GURL& new_url,
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 129 // Sets the query part of |new_url| with the new value of the parameters.
131 GURL* new_url) {
143 *new_url = request->url().ReplaceComponents(replacements);
147 // did not do a redirect (so |new_url| is empty) then we enforce the
153 GURL* new_url,
155 if (rv == net::OK && new_url->is_empty())
156 ForceGoogleSafeSearch(request, new_url);
396 GURL* new_url) {
456 base::Unretained(new_url));
460 request, wrapped_callback, new_url);
    [all...]
chrome_extensions_network_delegate.cc 90 GURL* new_url) OVERRIDE;
154 GURL* new_url) {
156 profile_, extension_info_map_.get(), request, callback, new_url);
295 GURL* new_url) {
chrome_extensions_network_delegate.h 49 GURL* new_url) OVERRIDE;
  /external/chromium_org/extensions/common/
extension_set.cc 119 const GURL& new_url) const {
121 GetExtensionOrAppByURL(new_url);
  /external/chromium_org/android_webview/browser/net/
aw_network_delegate.h 32 GURL* new_url) OVERRIDE;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.h 121 const GURL& new_url);
  /external/chromium_org/chrome/browser/ui/
navigation_correction_tab_observer.cc 73 GURL new_url) {

Completed in 1194 milliseconds

12 3 4 5 6