OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_domain_wildcard
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/
content_settings_pattern.cc
114
parts_.
has_domain_wildcard
= true;
193
if (host_info.IsIPAddress() && parts->
has_domain_wildcard
)
217
if (parts.
has_domain_wildcard
|| !parts.host.empty() || !parts.port.empty())
236
(parts.host.empty() && !parts.
has_domain_wildcard
) ||
267
!parts.
has_domain_wildcard
&&
275
(parts.host.empty() && !parts.
has_domain_wildcard
) ||
293
has_domain_wildcard
(false),
466
if (!parts_.
has_domain_wildcard
) {
497
return parts_.
has_domain_wildcard
&& parts_.host.empty();
568
if (!parts.
has_domain_wildcard
&& !other_parts.has_domain_wildcard)
[
all
...]
content_settings_pattern_parser.cc
196
parts.
has_domain_wildcard
&&
212
if (parts.
has_domain_wildcard
) {
content_settings_pattern.h
84
bool
has_domain_wildcard
;
member in struct:ContentSettingsPattern::PatternParts
render_messages.h
151
IPC_STRUCT_TRAITS_MEMBER(
has_domain_wildcard
)
Completed in 23 milliseconds