Home
last modified time | relevance | path

Searched refs:common_key (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
Dssl_session_cache_openssl_unittest.cc245 const std::string common_key("common-key"); in TEST_F() local
246 ScopedSSL ssl1(NewSSL(common_key)); in TEST_F()
247 ScopedSSL ssl2(NewSSL(common_key)); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dv8_interface.py479 if common_key(overload_extended_attributes, extended_attribute) is None:
876 def common_key(dicts, key): function