OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_nonempty
(Results
1 - 16
of
16
) 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_mac.mm
574
if (!model_->user_input_in_progress() && scheme.
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_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
() &&
gurl.cc
327
if (parsed_.port.
is_nonempty
())
415
if (!is_valid_ || !parsed_.host.
is_nonempty
() || !domain_len)
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
())
url_parse.h
66
bool
is_nonempty
() const {
function in struct:url_parse::Component
/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
())
614
|| !protocolComponent.
is_nonempty
())
867
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 987 milliseconds