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

  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 162 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...]
history_provider.cc 88 DCHECK(parts.host.is_nonempty());
search_provider.cc 394 if (parts.username.is_nonempty() || parts.port.is_nonempty() ||
395 parts.query.is_nonempty() || parts.ref.is_nonempty())
402 parts.path.is_nonempty())
    [all...]
autocomplete_edit_view_win.cc     [all...]
autocomplete_edit_view_gtk.cc     [all...]
  /external/chromium/googleurl/src/
url_canon_stdurl.cc 53 parsed.host.is_nonempty() || parsed.port.is_valid()) {
73 if (!parsed.host.is_nonempty())
url_parse.h 66 bool is_nonempty() const { function in struct:url_parse::Component
url_util.cc 97 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() &&
url_canon_ip.cc 61 if (!host.is_nonempty())
354 if (!host.is_nonempty())
499 if (!host.is_nonempty() || spec[host.begin] != '[' || spec[end - 1] != ']')
url_parse.cc 450 if (!component.is_nonempty())
494 if (!path.is_nonempty()) {
533 if (!query->is_nonempty())
gurl.cc 327 if (parsed_.port.is_nonempty())
415 if (!is_valid_ || !parsed_.host.is_nonempty() || !domain_len)
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 251 if (m_parsed.ref.is_nonempty())
318 if (m_parsed.ref.is_nonempty())
399 if (parsed.ref.is_nonempty())
474 if (!file.is_nonempty())
513 if (!m_url.m_parsed.password.is_nonempty())
613 || !protocolComponent.is_nonempty())
862 if (!m_url.m_parsed.scheme.is_nonempty())
    [all...]
  /external/chromium/net/base/
net_util.cc 869 if (new_parsed->scheme.is_nonempty()) {
909 if (in_component.is_nonempty()) {
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.cc 247 if (key.is_nonempty() && value.is_nonempty()) {
template_url_model.cc     [all...]

Completed in 575 milliseconds