Searched refs:target_url_ (Results 1 – 2 of 2) sorted by relevance
55 target_url_(form.action), in FormStructure()281 std::string scheme(target_url_.scheme()); in FormSignature()282 std::string host(target_url_.host()); in FormSignature()322 if (target_url_.path() == "/search") in ShouldBeParsed()494 target_url_ == form.action) { in operator ==()
151 GURL target_url_; variable