Searched defs:GetConstructorName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/ozone/
H A Dgenerate_constructor_list.py65 def GetConstructorName(typename, platform): function
94 constructor = GetConstructorName(typename, platform)
120 constructor = GetConstructorName(typename, platform)
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc818 GetConstructorName(JSObject::cast(object)));
1760 String* V8HeapExplorer::GetConstructorName(JSObject* object) { function in class:v8::internal::V8HeapExplorer
H A Dapi.cc3417 Local<String> v8::Object::GetConstructorName() { function in class:v8::v8::Object
3419 ON_BAILOUT(isolate, "v8::Object::GetConstructorName()",

Completed in 151 milliseconds