Home
last modified time | relevance | path

Searched refs:GetValueType (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_Value.h55 static Type GetValueType(v8::Local<v8::Value> value);
56 Type GetType() const { return GetValueType(m_pValue); } in GetType()
Dglobal.cpp276 switch (CJS_Value::GetValueType(v)) { in ObjectToArray()
DJS_Value.cpp149 CJS_Value::Type CJS_Value::GetValueType(v8::Local<v8::Value> value) { in GetValueType() function in CJS_Value
/external/webrtc/webrtc/base/
Dwin32regkey.h240 static HRESULT GetValueType(const wchar_t* full_key_name,
Dwin32regkey.cc776 HRESULT RegKey::GetValueType(const wchar_t* full_key_name, in GetValueType() function in rtc::RegKey