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

  /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) {

Completed in 61 milliseconds