HomeSort by relevance Sort by last modified time
    Searched defs:Apply (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/policy/
configuration_policy_store_interface.cc 24 void ObservingPolicyStoreInterface::Apply(ConfigurationPolicyType policy,
26 next_->Apply(policy, value);
32 void FilteringPolicyStoreInterface::Apply(ConfigurationPolicyType policy,
34 // Apply() takes ownership of |value|.
36 next_->Apply(policy, value);
user_policy_cache.cc 171 virtual void Apply(ConfigurationPolicyType policy, Value* value) {
configuration_policy_pref_store.cc 55 virtual void Apply(ConfigurationPolicyType setting, Value* value);
315 void ConfigurationPolicyPrefKeeper::Apply(ConfigurationPolicyType policy,
375 // values were correct and apply them in that case.
    [all...]
  /external/chromium/webkit/glue/
webpreferences.cc 86 void WebPreferences::Apply(WebView* web_view) const {
  /external/webkit/Source/WebKit/wx/
WebEdit.cpp 76 void wxWebEditCommand::Apply()
79 m_impl->command()->apply();
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 51 // Apply heuristic to each item (bucket).
100 if (!Apply(*i, event_time))
114 bool ExtensionsQuotaService::TimedLimit::Apply(Bucket* bucket,
122 bool ExtensionsQuotaService::SustainedLimit::Apply(Bucket* bucket,
  /external/openfst/src/include/fst/script/
script-impl.h 70 // Apply<Operation<FooArgs> >("Foo", ifst->ArcType(), &args);
73 // The Apply<> function template takes care of the link between 2 and 3,
86 // it dispatches (in #3) via the Apply<> function to the correct
178 // Template function to apply an operation by name
182 void Apply(const string &op_name, const string &arc_type,
  /external/chromium/net/proxy/
proxy_config.cc 35 void ProxyConfig::ProxyRules::Apply(const GURL& url, ProxyInfo* result) {
  /external/v8/test/mjsunit/
fuzz-natives.js 75 func.apply(void 0, args);
109 func.apply(void 0, argList);
170 "Apply": true,
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 245 constexpr int Apply(int (*F)(int), int n) { return F(n); } // expected-note {{subexpression}}
247 static_assert(1 + Apply(Select(4), 5) + Apply(Select(3), 7) == 42, "");
249 constexpr int Invalid = Apply(Select(0), 0); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'Apply(0, 0)'}}
    [all...]
  /external/v8/src/
profile-generator.cc     [all...]

Completed in 326 milliseconds