HomeSort by relevance Sort by last modified time
    Searched defs:parsed_url_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome_frame/
utils.h 531 return parsed_url_;
552 GURL parsed_url_; member in class:ChromeFrameUrl
  /external/chromium/chrome/browser/search_engines/
template_url.h 206 // NOTE: While this is const, it modifies parsed_, valid_, parsed_url_ and
223 // parsed_url_ has them all stripped out.
240 mutable std::string parsed_url_; member in class:TemplateURLRef
245 // The replaceable parts of url (parsed_url_). These are ordered by index
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 287 // |parsed_url_|. Otherwise, |index| is the index of |post_params_|.
329 // NOTE: While this is const, it modifies parsed_, valid_, parsed_url_ and
356 // Replaces all replacements in |parsed_url_| with their actual values and
382 mutable std::string parsed_url_; member in class:TemplateURLRef
387 // The replaceable parts of url (parsed_url_). These are ordered by index

Completed in 48 milliseconds