Searched defs:Apply (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatcher.py18 def Apply(self, paths, file_system, version=None): member in class:Patcher
19 '''Apply the patch to added/modified files. Returns Future with patched
H A Dtest_patcher.py26 def Apply(self, paths, file_system, version=None): member in class:TestPatcher
H A Drietveld_patcher.py141 def Apply(self, paths, file_system, version=None): member in class:RietveldPatcher
H A Dcaching_rietveld_patcher.py96 def Apply(self, paths, file_system, version=None): member in class:CachingRietveldPatcher
110 self._patcher.Apply(set(added) | set(modified),
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dexp_filter.cc25 VCMExpFilter::Apply(float exp, float sample) function in class:webrtc::VCMExpFilter
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py91 None of the changes are applied until Apply is called. All line numbers are
115 def Apply(self): member in class:FilePatch
116 """Apply the patch by writing it to self.filename."""
404 # Apply our patches. This actually edits the files containing the definitions
407 patch.Apply()
/external/chromium_org/extensions/browser/
H A Dquota_service.cc69 // Apply heuristic to each item (bucket).
130 if (!Apply(*i, event_time))
149 bool QuotaService::TimedLimit::Apply(Bucket* bucket, function in class:extensions::QuotaService::TimedLimit
157 bool QuotaService::SustainedLimit::Apply(Bucket* bucket, function in class:extensions::QuotaService::SustainedLimit
/external/chromium_org/extensions/renderer/
H A Dsafe_builtins.cc32 "native function Apply();\n"
48 " return Apply(\n"
149 if (name->Equals(v8::String::NewFromUtf8(isolate, "Apply")))
150 return v8::FunctionTemplate::New(isolate, Apply);
157 static void Apply(const v8::FunctionCallbackInfo<v8::Value>& info) { function in class:extensions::__anon7789::ExtensionImpl
/external/chromium_org/net/proxy/
H A Dproxy_config.cc46 void ProxyConfig::ProxyRules::Apply(const GURL& url, ProxyInfo* result) const { function in class:net::ProxyConfig::ProxyRules
/external/chromium_org/remoting/host/
H A Dsas_injector_win.cc46 bool Apply();
73 bool ScopedSoftwareSasPolicy::Apply() { function in class:remoting::__anon9834::ScopedSoftwareSasPolicy
172 if (!enable_sas.Apply())
/external/chromium_org/tools/cr/cr/
H A Dconfig.py87 return Config('??').Apply(args, kwargs)
210 def Apply(self, args, kwargs): member in class:Config
232 return self.Apply(args, kwargs)
/external/chromium_org/v8/src/
H A Dhydrogen-flow-engine.h24 inline void Apply(State* state) { function in class:v8::internal::NoEffects
107 // Apply loop effects before analyzing loop body.
108 ComputeLoopEffects(block)->Apply(state);
H A Dhydrogen-removable-simulates.cc169 void Apply(State* state) { } function in class:v8::internal::Effects
H A Dhydrogen-load-elimination.cc454 // Apply these effects to the given load elimination table.
455 void Apply(HLoadEliminationTable* table) { function in class:v8::internal::HLoadEliminationEffects
H A Dhydrogen-check-elimination.cc830 // Apply these effects to the given check elimination table.
831 void Apply(HCheckTable* table) { function
/external/chromium_org/cc/animation/
H A Dtransform_operations.cc32 gfx::Transform TransformOperations::Apply() const { function in class:cc::TransformOperations
325 gfx::Transform transform = Apply();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_processor.cc122 FileError ChangeListProcessor::Apply( function in class:drive::internal::ChangeListProcessor
229 // Apply all entries except deleted ones to the metadata.
300 // Apply the parent first.
318 // Apply deleted entries.
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Ddeclarative_rule.h122 // void Apply(const std::string& extension_id,
155 void Apply(const std::string& extension_id,
233 // Calls actions().Apply(extension_id(), extension_installation_time_,
237 void Apply(typename ActionT::ApplyInfo* apply_info) const;
377 void DeclarativeActionSet<ActionT>::Apply( function in class:extensions::DeclarativeActionSet
383 (*i)->Apply(extension_id, extension_install_time, apply_info);
477 void DeclarativeRule<ConditionT, ActionT>::Apply( function in class:extensions::DeclarativeRule
479 return actions_->Apply(extension_id(),
H A Ddeclarative_rule_unittest.cc243 void Apply(const std::string& extension_id, function in class:extensions::SummingAction
303 result->Apply("ext_id", base::Time(), &sum);
364 rule->Apply(&sum);
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_rules_registry.cc65 void ContentRulesRegistry::Apply( function in class:extensions::ContentRulesRegistry
84 (*it)->actions().Apply((*it)->extension_id(), base::Time(), &apply_info);
114 Apply(contents, no_css_selectors);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc100 // A wrapper around SpellcheckCustomDictionary::Apply private method to avoid
102 void Apply( function in class:SpellcheckCustomDictionaryTest
105 return dictionary.Apply(change);
336 Apply(*dictionary, change);
451 Apply(*custom_dictionary, change);
459 Apply(*custom_dictionary2, change2);
502 Apply(*custom_dictionary, change);
553 Apply(*custom_dictionary, change);
554 Apply(*custom_dictionary2, change2);
609 Apply(*custom_dictionar
[all...]
H A Dspellcheck_custom_dictionary.cc240 Apply(dictionary_change);
252 Apply(dictionary_change);
320 Apply(to_change_locally);
388 Apply(dictionary_change);
437 Apply(dictionary_change);
443 void SpellcheckCustomDictionary::Apply( function in class:SpellcheckCustomDictionary
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc241 bool Apply(Operator op, function in namespace:content::__anon7264
311 Apply(WebInputEventSize(), type, type, &size);
317 Apply(WebInputEventClone(), event.type, event, &scoped_event);
325 Apply(WebInputEventDelete(), event->type, event, &dummy_var);
333 return Apply(WebInputEventCanCoalesce(),
342 Apply(WebInputEventCoalesce(), event->type, event_to_coalesce, event);
/external/chromium_org/tools/gn/
H A Dfile_template.cc157 void FileTemplate::Apply(const SourceFile& source, function in class:FileTemplate
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_action.cc536 void WebRequestAction::Apply(const std::string& extension_id, function in class:extensions::WebRequestAction

Completed in 1431 milliseconds

12