Searched defs:Apply (Results 1 - 25 of 36) sorted by path

12

/external/chromium_org/cc/animation/
H A Dtransform_operations.cc32 gfx::Transform TransformOperations::Apply() const { function in class:cc::TransformOperations
290 gfx::Transform transform = Apply();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_processor.cc123 FileError ChangeListProcessor::Apply( function in class:drive::internal::ChangeListProcessor
230 // Apply all entries except deleted ones to the metadata.
301 // Apply the parent first.
319 // Apply deleted entries.
H A Dfile_change.cc125 void FileChange::Apply(const FileChange& new_changed_files) { function in class:drive::FileChange
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry.cc67 void ChromeContentRulesRegistry::Apply( function in class:extensions::ChromeContentRulesRegistry
86 (*it)->actions().Apply((*it)->extension_id(), base::Time(), &apply_info);
123 Apply(contents, no_css_selectors);
H A Dcontent_action.cc78 virtual void Apply(const std::string& extension_id,
134 virtual void Apply(const std::string& extension_id,
404 void RequestContentScript::Apply(const std::string& extension_id, function in class:extensions::RequestContentScript
/external/chromium_org/chrome/browser/spellchecker/
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
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...]
/external/chromium_org/chrome/common/extensions/docs/server2/
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),
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 Drietveld_patcher.py96 def Apply(self, paths, file_system, version=None): member in class:RietveldPatcher
H A Dtest_patcher.py26 def Apply(self, paths, file_system, version=None): member in class:TestPatcher
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc241 bool Apply(Operator op, function in namespace:content::__anon7632
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/content/renderer/
H A Drender_widget.cc200 void Apply(float top_controls_layout_height,
237 Apply(widget_->top_controls_layout_height_, widget_->resizer_rect_,
264 Apply(widget_->top_controls_layout_height_, widget_->resizer_rect_,
268 void RenderWidget::ScreenMetricsEmulator::Apply( function in class:content::RenderWidget::ScreenMetricsEmulator
340 Apply(params.top_controls_layout_height, params.resizer_rect,
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h126 // void Apply(const std::string& extension_id,
161 void Apply(const std::string& extension_id,
165 // Rules call this method when their conditions are fulfilled, but Apply has
246 // Calls actions().Apply(extension_id(), extension_installation_time_,
250 void Apply(typename ActionT::ApplyInfo* apply_info) const;
391 void DeclarativeActionSet<ActionT>::Apply( function in class:extensions::DeclarativeActionSet
397 (*i)->Apply(extension_id, extension_install_time, apply_info);
503 void DeclarativeRule<ConditionT, ActionT>::Apply( function in class:extensions::DeclarativeRule
505 return actions_->Apply(extension_id(),
H A Ddeclarative_rule_unittest.cc245 void Apply(const std::string& extension_id, function in class:extensions::SummingAction
305 result->Apply("ext_id", base::Time(), &sum);
367 rule->Apply(&sum);
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_action.cc536 void WebRequestAction::Apply(const std::string& extension_id, function in class:extensions::WebRequestAction
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc2132 virtual bool Apply(Bucket* bucket,
2154 bool ClearCacheQuotaHeuristic::Apply(Bucket* bucket, function in class:ClearCacheQuotaHeuristic
/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"
152 if (name->Equals(v8::String::NewFromUtf8(isolate, "Apply")))
153 return v8::FunctionTemplate::New(isolate, Apply);
160 static void Apply(const v8::FunctionCallbackInfo<v8::Value>& info) { function in class:extensions::__anon8282::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
H A Dproxy_config_unittest.cc336 rules.Apply(GURL("http://example.com"), &result);
340 rules.Apply(GURL("http://example.org"), &result);
347 rules.Apply(GURL("http://example.org"), &result);
351 rules.Apply(GURL("http://example.com"), &result);
364 void Apply(const GURL& gurl) { rules_.Apply(gurl, &info_); } function in class:net::__anon9377::ProxyConfigWebSocketTest
377 Apply(WsUrl());
385 Apply(WsUrl());
391 Apply(WssUrl());
397 Apply(WsUr
[all...]
/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/remoting/host/
H A Dsas_injector_win.cc46 bool Apply();
73 bool ScopedSoftwareSasPolicy::Apply() { function in class:remoting::__anon10462::ScopedSoftwareSasPolicy
172 if (!enable_sas.Apply())
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc467 // 1MB cost is about 1 seek (see comment in Builder::Apply).
655 // Apply all of the edits in *edit to the current state.
656 void Apply(VersionEdit* edit) { function in class:leveldb::VersionSet::Builder
829 builder.Apply(edit);
951 builder.Apply(&edit);
/external/chromium_org/third_party/webrtc/base/
H A Dexp_filter.cc24 float ExpFilter::Apply(float exp, float sample) { function in class:rtc::ExpFilter

Completed in 712 milliseconds

12