Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DAccessibleBase.h81 virtual HRESULT STDMETHODCALLTYPE GetTypeInfo(UINT, LCID, ITypeInfo** ppTInfo) in GetTypeInfo() function
DChangeLog-2009-06-165382 (AccessibleBase::GetTypeInfo):
/external/chromium/base/win/
Dscoped_variant_unittest.cc48 STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) { in STDMETHOD() argument
/external/v8/src/
Dic.h735 static TypeInfo GetTypeInfo(Handle<Object> operand);
763 static TypeInfo GetTypeInfo(Handle<Object> left, Handle<Object> right);
Dic.cc2150 UnaryOpIC::TypeInfo UnaryOpIC::GetTypeInfo(Handle<Object> operand) { in GetTypeInfo() function in v8::internal::UnaryOpIC
2239 BinaryOpIC::TypeInfo BinaryOpIC::GetTypeInfo(Handle<Object> left, in GetTypeInfo() function in v8::internal::BinaryOpIC
2286 UnaryOpIC::TypeInfo type = UnaryOpIC::GetTypeInfo(operand); in RUNTIME_FUNCTION()
2338 BinaryOpIC::TypeInfo type = BinaryOpIC::GetTypeInfo(left, right); in RUNTIME_FUNCTION()