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

  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.h 47 static void SetOriginalRequestURL(const GURL& original_request_url,
serialized_navigation_entry_test_helper.cc 65 void SerializedNavigationEntryTestHelper::SetOriginalRequestURL(
serialized_navigation_entry.cc 356 entry->SetOriginalRequestURL(original_request_url_);
serialized_navigation_entry_unittest.cc 69 navigation_entry->SetOriginalRequestURL(kOriginalRequestURL);
  /external/chromium_org/content/public/browser/
navigation_entry.h 162 virtual void SetOriginalRequestURL(const GURL& original_url) = 0;
  /external/chromium_org/android_webview/native/
state_serializer_unittest.cc 65 entry->SetOriginalRequestURL(original_request_url);
state_serializer.cc 254 entry->SetOriginalRequestURL(GURL(original_request_url));
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 260 void NavigationEntryImpl::SetOriginalRequestURL(const GURL& original_url) {
navigation_entry_impl.h 72 virtual void SetOriginalRequestURL(const GURL& original_url) OVERRIDE;
navigation_entry_impl_unittest.cc 190 entry2_->SetOriginalRequestURL(GURL("original_url"));
navigation_controller_impl.cc     [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 190 SerializedNavigationEntryTestHelper::SetOriginalRequestURL(
    [all...]

Completed in 201 milliseconds