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

  /external/chromium_org/chrome/browser/net/
predictor_browsertest.cc 100 target_url_("http://host3:1"),
151 const GURL target_url_; member in class:chrome_browser_net::PredictorBrowserTest
162 LearnFromNavigation(referring_url_, target_url_);
177 EXPECT_THAT(cleared_referral_list, Not(HasSubstr(target_url_.host())));
183 WaitUntilHostHasBeenRequested(target_url_.host());
  /external/chromium/chrome/browser/autofill/
form_structure.h 151 GURL target_url_; member in class:FormStructure
form_structure.cc 55 target_url_(form.action),
281 std::string scheme(target_url_.scheme());
282 std::string host(target_url_.host());
322 if (target_url_.path() == "/search")
494 target_url_ == form.action) {
  /external/chromium_org/components/autofill/core/browser/
form_structure.cc 331 target_url_(form.action),
654 form.data.action = form_structure->target_url_;
678 std::string scheme(target_url_.scheme());
679 std::string host(target_url_.host());
732 if (target_url_.path() == "/search")
795 DCHECK_EQ(cached_form.target_url_, target_url_);
    [all...]
form_structure.h 218 GURL target_url_; member in class:autofill::FormStructure
  /external/chromium_org/content/renderer/
render_view_impl.h 1323 GURL target_url_; member in class:content::RenderViewImpl
    [all...]
render_view_browsertest.cc     [all...]
render_view_impl.cc     [all...]

Completed in 1586 milliseconds