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

1 2 3 4 5 6 7 8 91011>>

  /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_org/net/proxy/
proxy_script_decider_unittest.cc 32 class Rules {
96 explicit RuleBasedProxyScriptFetcher(const Rules* rules) : rules_(rules) {}
102 const Rules::Rule& rule = rules_->GetRuleByUrl(url);
115 const Rules* rules_;
120 Rules rules; local
121 RuleBasedProxyScriptFetcher fetcher(&rules);
127 Rules::Rule rule = rules.AddSuccessRule("http://custom/proxy.pac")
156 Rules rules; local
192 Rules rules; local
211 Rules rules; local
227 Rules rules; local
248 Rules rules; local
272 Rules rules; local
336 Rules rules; local
357 Rules rules; local
380 Rules rules; local
422 Rules rules; local
490 Rules rules; local
513 Rules rules; local
574 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/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-arm.mk 23 ### Rules for final target.
sandbox.target.darwin-mips.mk 22 ### Rules for final target.
sandbox.target.darwin-x86.mk 23 ### Rules for final target.
sandbox.target.linux-arm.mk 23 ### Rules for final target.
sandbox.target.linux-mips.mk 22 ### Rules for final target.
sandbox.target.linux-x86.mk 23 ### 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.

Completed in 350 milliseconds

1 2 3 4 5 6 7 8 91011>>