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

  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
localization.cc 71 std::string postal_code_example, post_service_url; local
82 post_service_url = rule.GetPostServiceUrl();
94 postal_code_example, post_service_url);
130 std::string post_service_url) const {
134 if (!postal_code_example.empty() && !post_service_url.empty()) {
139 PushBackUrl(parameters, post_service_url);
150 if (!postal_code_example.empty() && !post_service_url.empty()) {
155 PushBackUrl(parameters, post_service_url);
168 if (!post_service_url.empty()) {
172 PushBackUrl(parameters, post_service_url);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
localization.h 76 // |post_service_url| is empty, then the error message will not contain a post
83 std::string post_service_url) const;

Completed in 66 milliseconds