HomeSort by relevance Sort by last modified time
    Searched defs:Apply (Results 1 - 9 of 9) 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/chromium/net/proxy/
proxy_config.cc 35 void ProxyConfig::ProxyRules::Apply(const GURL& url, ProxyInfo* result) {
  /external/v8/test/cctest/
test-heap-profiler.cc 394 void Apply(i::HeapEntry** entry_ptr) {
    [all...]
  /external/v8/src/
profile-generator.cc 992 visitor->Apply(this);
1002 visitor->Apply(child);
1011 void Apply(HeapEntry* entry) { }
    [all...]

Completed in 520 milliseconds