Home
last modified time | relevance | path

Searched defs:GetAs (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
Dx509_util_mac.h79 template <typename T> const T* GetAs() const { in GetAs() function
/external/chromium_org/chrome/browser/download/
Ddownload_query.cc41 template<> bool GetAs(const base::Value& in, bool* out) { in GetAs() function
44 template<> bool GetAs(const base::Value& in, int* out) { in GetAs() function
47 template<> bool GetAs(const base::Value& in, std::string* out) { in GetAs() function
50 template<> bool GetAs(const base::Value& in, base::string16* out) { in GetAs() function
53 template<> bool GetAs(const base::Value& in, std::vector<base::string16>* out) { in GetAs() function