Searched refs:target_url_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dpredictor_browsertest.cc100 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/
H A Dform_structure.h151 GURL target_url_; member in class:FormStructure
H A Dform_structure.cc55 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/
H A Dform_structure.cc331 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_);
1009 data.action = target_url_;
1023 target_url_ == form.action) {
H A Dform_structure.h218 GURL target_url_; member in class:autofill::FormStructure
/external/chromium_org/content/renderer/
H A Drender_view_impl.h1323 GURL target_url_; member in class:content::RenderViewImpl
H A Drender_view_browsertest.cc1516 EXPECT_EQ(invalid_gurl, view()->target_url_);
H A Drender_view_impl.cc2706 if (latest_url == target_url_)
2723 target_url_ = latest_url;

Completed in 160 milliseconds