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

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_unittest.cc 34 entry->SetVirtualURL(GURL(chrome::kChromeUINewTabURL));
  /external/chromium_org/content/public/browser/
navigation_entry.h 69 virtual void SetVirtualURL(const GURL& url) = 0;
  /external/chromium_org/android_webview/native/
state_serializer_unittest.cc 60 entry->SetVirtualURL(virtual_url);
state_serializer.cc 210 entry->SetVirtualURL(GURL(virtual_url));
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc 470 entry->SetVirtualURL(GURL("chrome://preferences/"));
477 entry2->SetVirtualURL(GURL("file://bla"));
483 entry3->SetVirtualURL(GURL("http://www.google.com"));
493 entry->SetVirtualURL(GURL("http://www.google.com"));
503 entry->SetVirtualURL(GURL("http://www.google.com"));
521 entry1->SetVirtualURL(GURL("http://www.google.com"));
525 entry2->SetVirtualURL(GURL("http://www.noodle.com"));
529 entry3->SetVirtualURL(GURL("http://www.doodle.com"));
588 entry1->SetVirtualURL(GURL("http://www.google.com"));
593 entry2->SetVirtualURL(GURL("http://blocked.com/foo"))
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_navigation_observer.cc 259 entry->SetVirtualURL(url);
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 124 void NavigationEntryImpl::SetVirtualURL(const GURL& url) {
navigation_entry_impl.h 46 virtual void SetVirtualURL(const GURL& url) OVERRIDE;
navigation_entry_impl_unittest.cc 85 entry2_->SetVirtualURL(GURL("display:url"));
navigation_controller_impl.cc 173 entry->SetVirtualURL(url);
624 entry->SetVirtualURL(new_virtual_url);
726 entry->SetVirtualURL(params.virtual_url_for_data_url);
    [all...]
interstitial_page_impl.cc 236 entry->SetVirtualURL(url_);
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/components/sessions/
serialized_navigation_entry_unittest.cc 63 navigation_entry->SetVirtualURL(kVirtualURL);
303 navigation_entry->SetVirtualURL(kOtherURL);
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc     [all...]

Completed in 284 milliseconds