Searched refs:is_nonempty (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_input.cc177 if (parts->scheme.is_nonempty() &&
225 http_parts.username.is_nonempty() &&
226 http_parts.password.is_nonempty()) {
269 if (!parts->host.is_nonempty())
328 return (parts->scheme.is_nonempty() ||
346 if (parts->scheme.is_nonempty())
370 if (parts->password.is_nonempty())
374 if (parts->path.is_nonempty()) {
397 parts->port.is_nonempty())))
398 return parts->username.is_nonempty()
[all...]
H A Dhistory_quick_provider.cc131 (!autocomplete_input_.parts().username.is_nonempty() ||
132 autocomplete_input_.parts().password.is_nonempty() ||
133 autocomplete_input_.parts().path.is_nonempty());
177 (!autocomplete_input_.parts().path.is_nonempty() ||
181 !autocomplete_input_.parts().query.is_nonempty() &&
182 !autocomplete_input_.parts().ref.is_nonempty()) {
H A Dautocomplete_provider.cc166 DCHECK(parts.host.is_nonempty());
H A Dhistory_url_provider.cc322 input.parts().username.is_nonempty() &&
323 !input.parts().password.is_nonempty() &&
324 !input.parts().path.is_nonempty()))
844 !input.parts().host.is_nonempty())
/external/chromium_org/net/base/
H A Durl_util.cc88 if (key_.is_nonempty())
95 if (value_.is_nonempty())
102 if (value_.is_nonempty() && unescaped_value_.empty()) {
H A Dnet_util.cc648 if (new_parsed->scheme.is_nonempty()) {
727 if (original_component.is_nonempty()) {
1073 if (host_info->out_host.is_nonempty() &&
1420 if (!hostname_component.is_nonempty())
1424 if (port_component.is_nonempty()) {
1761 (parsed.username.is_nonempty() || parsed.password.is_nonempty())) {
1763 if (parsed.username.is_nonempty() && parsed.password.is_nonempty()) {
1772 parsed.username.is_nonempty()
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc162 if (parts->scheme.is_nonempty() &&
210 http_parts.username.is_nonempty() &&
211 http_parts.password.is_nonempty()) {
254 if (!parts->host.is_nonempty())
308 return (parts->scheme.is_nonempty() ||
319 if (parts->port.is_nonempty()) {
330 if (parts->scheme.is_nonempty())
350 if (parts->port.is_nonempty())
357 if (parts->password.is_nonempty())
361 if (parts->path.is_nonempty()) {
[all...]
H A Dhistory_provider.cc88 DCHECK(parts.host.is_nonempty());
H A Dsearch_provider.cc394 if (parts.username.is_nonempty() || parts.port.is_nonempty() ||
395 parts.query.is_nonempty() || parts.ref.is_nonempty())
402 parts.path.is_nonempty())
/external/chromium/googleurl/src/
H A Durl_canon_stdurl.cc53 parsed.host.is_nonempty() || parsed.port.is_valid()) {
73 if (!parsed.host.is_nonempty())
H A Durl_parse.h66 bool is_nonempty() const { function in struct:url_parse::Component
H A Durl_util.cc97 if (!component.is_nonempty())
108 if (!scheme.is_nonempty())
232 base_parsed.scheme.is_nonempty() &&
248 bool file_base_scheme = base_parsed.scheme.is_nonempty() &&
H A Durl_canon_ip.cc61 if (!host.is_nonempty())
354 if (!host.is_nonempty())
499 if (!host.is_nonempty() || spec[host.begin] != '[' || spec[end - 1] != ']')
H A Durl_parse.cc450 if (!component.is_nonempty())
494 if (!path.is_nonempty()) {
533 if (!query->is_nonempty())
H A Dgurl.cc327 if (parsed_.port.is_nonempty())
415 if (!is_valid_ || !parsed_.host.is_nonempty() || !domain_len)
/external/chromium_org/url/
H A Durl_canon_stdurl.cc28 parsed.host.is_nonempty() || parsed.port.is_valid()) {
48 if (!parsed.host.is_nonempty())
H A Durl_util.cc75 if (!component.is_nonempty())
86 if (!scheme.is_nonempty())
218 base_parsed.scheme.is_nonempty()) {
227 base_parsed.scheme.is_nonempty() &&
247 if (base_parsed_authority.host.is_nonempty()) {
262 bool file_base_scheme = base_parsed.scheme.is_nonempty() &&
H A Durl_canon_ip.cc36 if (!host.is_nonempty())
321 if (!host.is_nonempty())
466 if (!host.is_nonempty() || spec[host.begin] != '[' || spec[end - 1] != ']')
H A Dgurl.cc368 if (parsed_.port.is_nonempty())
472 if (!parsed_.host.is_nonempty())
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager.cc183 if (!parsed.host.is_nonempty())
186 if (parsed.scheme.is_nonempty())
216 if (parsed.port.is_nonempty()) {
230 if (parsed.path.is_nonempty())
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_service_url.cc171 if (key.is_nonempty() &&
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h41 bool is_nonempty() const { function in struct:url_parse::Component
/external/chromium/net/base/
H A Dnet_util.cc869 if (new_parsed->scheme.is_nonempty()) {
909 if (in_component.is_nonempty()) {
1018 (parsed.username.is_nonempty() || parsed.password.is_nonempty())) {
1020 if (parsed.username.is_nonempty() && parsed.password.is_nonempty()) {
1029 parsed.username.is_nonempty() ? &parsed.username : &parsed.password;
1059 if (parsed.port.is_nonempty()) {
1355 if (host_info->out_host.is_nonempty() &&
1638 if (!hostname_component.is_nonempty())
[all...]
/external/chromium_org/chrome/browser/google/
H A Dgoogle_util.cc61 if ((key.len == 1) && (str[key.begin] == 'q') && value.is_nonempty())
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtoolbar_model_impl.cc134 if (key.is_nonempty() && query_str.substr(key.begin, key.len) == kChipKey) {

Completed in 3190 milliseconds

12