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

12 3 4 5 6 7

  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 144 sync_pb::TypedUrlSpecifics new_url; local
151 new_url.add_visit(visits[c]);
157 TypedUrlModelAssociator::DiffVisits(old_visits, new_url,
165 sync_pb::TypedUrlSpecifics new_url; local
179 new_url.add_visit(visits_right[c]);
185 TypedUrlModelAssociator::DiffVisits(old_visits, new_url,
197 sync_pb::TypedUrlSpecifics new_url; local
211 new_url.add_visit(visits_right[c]);
217 TypedUrlModelAssociator::DiffVisits(old_visits, new_url,
typed_url_model_associator.h 118 history::URLRow* new_url,
125 const sync_pb::TypedUrlSpecifics& new_url,
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.h 46 GURL* new_url);
69 const GURL& new_url);
128 void DecrementBlockCount(uint64 request_id, bool cancel, const GURL& new_url);
  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 44 GURL* new_url);
chrome_network_delegate.cc 66 GURL* new_url) {
70 profile_id_, event_router_.get(), request, callback, new_url);
  /external/chromium/chrome/common/extensions/
extension_set.h 48 // Returns true if |new_url| is in the extent of the same extension as
50 bool InSameExtent(const GURL& old_url, const GURL& new_url) const;
extension_set.cc 57 const GURL& new_url) const {
58 return GetByURL(old_url) == GetByURL(new_url);
extension_localization_peer.h 35 const GURL& new_url,
  /external/chromium_org/chrome/browser/download/
download_resource_throttle.cc 36 void DownloadResourceThrottle::WillRedirectRequest(const GURL& new_url,
  /external/chromium_org/chrome/browser/prerender/
prerender_util.cc 37 GURL new_url(string16(decoded_url.data(), decoded_url.length()));
38 if (!new_url.is_empty() && new_url.is_valid()) {
39 *alias_url = new_url;
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.h 44 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
intercept_navigation_resource_throttle.cc 77 const GURL& new_url,
80 CheckIfShouldIgnoreNavigation(new_url, GetMethodAfterRedirect(), true);
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.h 32 const GURL& new_url,
doomed_resource_handler.h 30 const GURL& new_url,
cross_site_resource_handler.cc 62 const GURL& new_url,
68 request_id, new_url, response, defer);
async_resource_handler.h 44 const GURL& new_url,
doomed_resource_handler.cc 28 const GURL& new_url,
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 78 // then return value in |new_url| would be:
80 bool GetImageURLWithSize(const GURL& old_url, int size, GURL* new_url) {
81 DCHECK(new_url);
112 *new_url = GURL(new_spec);
113 return new_url->is_valid();
117 *new_url = old_url;
154 GURL new_url; local
155 if (!GetImageURLWithSize(GURL(url_string), image_size, &new_url)) {
159 *url = new_url.spec();
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.cc 55 const GURL& new_url,
62 redirect_urls_.push_back(new_url);
65 if (CheckUrl(new_url)) {
67 request_id, new_url, response, defer);
76 deferred_url_ = new_url;
offline_resource_handler.h 36 virtual bool OnRequestRedirected(int request_id, const GURL& new_url,
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.cc 57 void SafeBrowsingResourceThrottle::WillRedirectRequest(const GURL& new_url,
63 redirect_urls_.push_back(new_url);
66 if (CheckUrl(new_url))
safe_browsing_resource_throttle.h 59 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 228 sync_pb::TypedUrlSpecifics new_url; local
236 new_url.add_visits(visits[c]);
237 new_url.add_visit_transitions(content::PAGE_TRANSITION_TYPED);
243 TypedUrlModelAssociator::DiffVisits(old_visits, new_url,
251 sync_pb::TypedUrlSpecifics new_url; local
269 new_url.add_visits(visits_right[c]);
270 new_url.add_visit_transitions(content::PAGE_TRANSITION_TYPED);
276 TypedUrlModelAssociator::DiffVisits(old_visits, new_url,
288 sync_pb::TypedUrlSpecifics new_url; local
303 new_url.add_visits(visits_right[c])
    [all...]
typed_url_model_associator.h 120 // DIFF_UPDATE_NODE - changes have been made to |new_url| and |visits| which
122 // DIFF_LOCAL_ROW_CHANGED - The history data in |new_url| should be persisted
130 history::URLRow* new_url,
142 const sync_pb::TypedUrlSpecifics& new_url,
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer.h 34 const GURL& new_url,

Completed in 2776 milliseconds

12 3 4 5 6 7