HomeSort by relevance Sort by last modified time
    Searched refs:old_url (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/common/extensions/
extension_process_policy.h 20 // Check if navigating a toplevel page from |old_url| to |new_url| would cross
28 const GURL& old_url,
extension_process_policy.cc 26 const GURL& old_url,
31 old_url);
extension_set.cc 114 bool ExtensionSet::InSameExtent(const GURL& old_url,
116 return GetExtensionOrAppByURL(old_url) ==
extension_set.h 113 // |old_url|. Also returns true if neither URL is in an app.
114 bool InSameExtent(const GURL& old_url, const GURL& new_url) const;
  /external/chromium/chrome/common/extensions/
extension_set.h 49 // |old_url|. Also returns true if neither URL is in an app.
50 bool InSameExtent(const GURL& old_url, const GURL& new_url) const;
extension_set.cc 56 bool ExtensionSet::InSameExtent(const GURL& old_url,
58 return GetByURL(old_url) == GetByURL(new_url);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
wait.py 42 old_url = tab.EvaluateJavaScript('document.location.href')
45 'document.location.href != "%s"' % old_url, self.timeout)
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 262 history::URLRow old_url; local
263 if (!history_backend_->GetURL(url, &old_url)) {
270 if (!history_backend_->GetVisitsForURL(old_url.id(), &visits)) {
278 new_url.set_visit_count(old_url.visit_count());
280 new_url.set_last_visit(old_url.last_visit());
284 std::pair<history::URLID, history::URLRow>(old_url.id(), new_url));
286 if (old_url.title().compare(new_url.title()) != 0) {
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 82 // For example, if |size| was set to 256 and |old_url| was either:
88 bool GetImageURLWithSize(const GURL& old_url, int size, GURL* new_url) {
91 base::SplitString(old_url.path(), kURLPathSeparator, &components);
95 const std::string& old_spec = old_url.spec();
110 const std::string& file_name = old_url.ExtractFileName();
125 *new_url = old_url;
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 186 GURL old_url = url_; local
195 old_url.GetOrigin() != new_url.GetOrigin()) {
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 174 void LoadRedirect(const GURL& old_url,
webview_guest.cc 643 void WebViewGuest::LoadRedirect(const GURL& old_url,
649 args->SetString(webview::kOldURL, old_url.spec());
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 733 const std::string& old_url = request_data.request->url().spec(); local
734 std::string new_url = old_url;
736 new_url == old_url) {
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 838 std::string old_url = old_value_query->column_string(old_value_column + 1); local
847 bookmark_data->set_url(old_url);
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest.cc 52 GURL old_url = browser()->GetSelectedTabContents()->GetURL(); local
60 EXPECT_EQ(old_url, browser()->GetSelectedTabContents()->GetURL());
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 750 std::string old_url = old_value_query->ColumnString(old_value_column + 1); local
759 bookmark_data->set_url(old_url);
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest.cc 141 GURL old_url = browser()->tab_strip_model()->GetActiveWebContents()->GetURL(); local
149 EXPECT_EQ(old_url,
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 782 milliseconds