Searched defs:auto_lock (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_rule.cc39 base::AutoLock* auto_lock)
40 : auto_lock_(auto_lock) {
37 ConcatenationIterator( ScopedVector<RuleIterator>* iterators, base::AutoLock* auto_lock) argument
H A Dcontent_settings_origin_identifier_value_map.cc24 // |RuleIteratorImpl| takes the ownership of |auto_lock|.
28 base::AutoLock* auto_lock)
31 auto_lock_(auto_lock) {
99 scoped_ptr<base::AutoLock> auto_lock; local
101 auto_lock.reset(new base::AutoLock(*lock));
107 auto_lock.release());
25 RuleIteratorImpl( const OriginIdentifierValueMap::Rules::const_iterator& current_rule, const OriginIdentifierValueMap::Rules::const_iterator& rule_end, base::AutoLock* auto_lock) argument
/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos_unittest.cc24 crypto::AutoSECMODListReadLock auto_lock; local
/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock_unittest.cc151 ProxyAutoLock auto_lock; local
H A Dthread_aware_callback_unittest.cc62 ProxyAutoLock auto_lock; variable
70 ProxyAutoLock auto_lock; variable
86 ProxyAutoLock auto_lock; local
107 ProxyAutoLock auto_lock; variable
115 ProxyAutoLock auto_lock; variable
121 // called before this following statement. That is because |auto_lock| is
140 ProxyAutoLock auto_lock; local
152 ProxyAutoLock auto_lock; local
/external/chromium_org/crypto/
H A Drsa_private_key_nss.cc158 AutoSECMODListReadLock auto_lock; local
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc333 ProxyAutoLock auto_lock; local
353 ProxyAutoLock auto_lock; local
366 ProxyAutoLock auto_lock; local
383 ProxyAutoLock auto_lock; local
388 ProxyAutoLock auto_lock; local

Completed in 2138 milliseconds