OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rules
(Results
1 - 25
of
1555
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/
gyp.xclangspec
81
// The following rule returns tokens to the other
rules
109
Rules
= (
122
Rules
= (
134
Rules
= (
145
Rules
= (
156
Rules
= (
/external/chromium/net/proxy/
init_proxy_resolver_unittest.cc
27
class
Rules
{
94
explicit RuleBasedProxyScriptFetcher(const
Rules
*
rules
) : rules_(
rules
) {}
100
const
Rules
::Rule& rule = rules_->GetRuleByUrl(url);
113
const
Rules
* rules_;
118
RuleBasedProxyResolver(const
Rules
*
rules
, bool expects_pac_bytes)
119
: ProxyResolver(expects_pac_bytes), rules_(
rules
) {}
147
const
Rules
::Rule& rule = expects_pac_bytes()
174
Rules
rules
;
local
210
Rules
rules
;
local
243
Rules
rules
;
local
261
Rules
rules
;
local
276
Rules
rules
;
local
293
Rules
rules
;
local
312
Rules
rules
;
local
373
Rules
rules
;
local
393
Rules
rules
;
local
415
Rules
rules
;
local
436
Rules
rules
;
local
478
Rules
rules
;
local
[
all
...]
/external/chromium/chrome/browser/content_settings/
content_settings_provider.h
5
// Interface for objects providing content setting
rules
.
66
typedef std::vector<Rule>
Rules
;
100
// For a given content type, returns all content setting
rules
with a
112
Rules
* content_setting_rules) const = 0;
/external/oprofile/module/ia64/
Makefile.in
28
include $(KSRC)/
Rules
.make
/external/chromium_org/chrome/browser/content_settings/
content_settings_origin_identifier_value_map.cc
21
// This iterator is used for iterating the
rules
for |content_type| and
22
// |resource_identifier| in the precedence order of the
rules
.
27
const OriginIdentifierValueMap::
Rules
::const_iterator& current_rule,
28
const OriginIdentifierValueMap::
Rules
::const_iterator& rule_end,
51
OriginIdentifierValueMap::
Rules
::const_iterator current_rule_;
52
OriginIdentifierValueMap::
Rules
::const_iterator rule_end_;
133
// Iterate the entries in until a match is found. Since the
rules
are stored
136
Rules
::const_iterator entry;
content_settings_origin_identifier_value_map.h
45
typedef std::map<PatternPair, linked_ptr<base::Value> >
Rules
;
46
typedef std::map<EntryMapKey,
Rules
> EntryMap;
70
// Returns an iterator for reading the
rules
for |content_type| and
/external/chromium_org/net/proxy/
proxy_script_decider_unittest.cc
35
class
Rules
{
99
explicit RuleBasedProxyScriptFetcher(const
Rules
*
rules
)
100
: rules_(
rules
), request_context_(NULL) {}
110
const
Rules
::Rule& rule = rules_->GetRuleByUrl(url);
125
const
Rules
* rules_;
180
Rules
rules
;
local
181
RuleBasedProxyScriptFetcher fetcher(&
rules
);
187
Rules
::Rule rule = rules.AddSuccessRule("http://custom/proxy.pac")
216
Rules
rules
;
local
252
Rules
rules
;
local
271
Rules
rules
;
local
287
Rules
rules
;
local
418
Rules
rules
;
local
442
Rules
rules
;
local
506
Rules
rules
;
local
527
Rules
rules
;
local
550
Rules
rules
;
local
592
Rules
rules
;
local
660
Rules
rules
;
local
683
Rules
rules
;
local
744
Rules
rules
;
local
[
all
...]
/external/chromium_org/jingle/
jingle_glue.target.darwin-arm.mk
21
###
Rules
for final target.
jingle_glue.target.darwin-mips.mk
21
###
Rules
for final target.
jingle_glue.target.darwin-x86.mk
21
###
Rules
for final target.
jingle_glue.target.linux-arm.mk
21
###
Rules
for final target.
jingle_glue.target.linux-mips.mk
21
###
Rules
for final target.
jingle_glue.target.linux-x86.mk
21
###
Rules
for final target.
/external/chromium_org/sandbox/
sandbox.target.darwin-mips.mk
22
###
Rules
for final target.
sandbox.target.linux-mips.mk
22
###
Rules
for final target.
/external/chromium_org/skia/
skia.target.darwin-arm.mk
23
###
Rules
for final target.
skia.target.darwin-mips.mk
23
###
Rules
for final target.
skia.target.darwin-x86.mk
23
###
Rules
for final target.
skia.target.linux-arm.mk
23
###
Rules
for final target.
skia.target.linux-mips.mk
23
###
Rules
for final target.
skia.target.linux-x86.mk
23
###
Rules
for final target.
/external/chromium_org/third_party/WebKit/Source/
config.target.darwin-arm.mk
21
###
Rules
for final target.
config.target.darwin-mips.mk
21
###
Rules
for final target.
config.target.darwin-x86.mk
21
###
Rules
for final target.
config.target.linux-arm.mk
21
###
Rules
for final target.
Completed in 219 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>