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

1 2

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 174 if (parts->scheme.is_nonempty() &&
222 http_parts.username.is_nonempty() &&
223 http_parts.password.is_nonempty()) {
266 if (!parts->host.is_nonempty())
325 return (parts->scheme.is_nonempty() ||
343 if (parts->scheme.is_nonempty())
367 if (parts->password.is_nonempty())
371 if (parts->path.is_nonempty()) {
394 parts->port.is_nonempty())))
395 return parts->username.is_nonempty() ? UNKNOWN : URL
    [all...]
history_quick_provider.cc 131 (!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()) {
history_provider.cc 91 DCHECK(parts.host.is_nonempty());
history_url_provider.cc 274 input.parts().username.is_nonempty() &&
275 !input.parts().password.is_nonempty() &&
276 !input.parts().path.is_nonempty()))
    [all...]
search_provider.cc 748 if (parts.username.is_nonempty() || parts.port.is_nonempty() ||
749 parts.query.is_nonempty() ||
750 (parts.ref.is_nonempty() && (input_.type() == AutocompleteInput::URL)))
757 parts.path.is_nonempty())
    [all...]
  /external/chromium_org/net/base/
url_util.cc 81 if (key.is_nonempty()) {
84 if (value.is_nonempty()) {
net_util.cc 603 if (new_parsed->scheme.is_nonempty()) {
679 if (original_component.is_nonempty()) {
    [all...]
  /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...]
  /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/chromium_org/url/
url_canon_stdurl.cc 28 parsed.host.is_nonempty() || parsed.port.is_valid()) {
48 if (!parsed.host.is_nonempty())
url_util.cc 75 if (!component.is_nonempty())
86 if (!scheme.is_nonempty())
217 base_parsed.scheme.is_nonempty()) {
226 base_parsed.scheme.is_nonempty() &&
246 if (base_parsed_authority.host.is_nonempty()) {
260 bool file_base_scheme = base_parsed.scheme.is_nonempty() &&
url_canon_ip.cc 36 if (!host.is_nonempty())
321 if (!host.is_nonempty())
466 if (!host.is_nonempty() || spec[host.begin] != '[' || spec[end - 1] != ']')
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.cc 183 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/third_party/WebKit/Source/weborigin/
KURL.cpp 316 if (!file.is_nonempty())
357 if (!m_parsed.password.is_nonempty())
420 || !protocolComponent.is_nonempty())
625 if (!m_parsed.scheme.is_nonempty())
  /external/chromium_org/url/third_party/mozilla/
url_parse.h 41 bool is_nonempty() const { function in struct:url_parse::Component
  /external/chromium/net/base/
net_util.cc 869 if (new_parsed->scheme.is_nonempty()) {
909 if (in_component.is_nonempty()) {
    [all...]
  /external/chromium_org/chrome/browser/google/
google_util.cc 61 if ((key.len == 1) && (str[key.begin] == 'q') && value.is_nonempty())
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.cc 128 if (key.is_nonempty() && query_str.substr(key.begin, key.len) == kChipKey) {

Completed in 464 milliseconds

1 2