HomeSort by relevance Sort by last modified time
    Searched refs:GetConstructorName (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ui/ozone/
generate_ozone_platform_list.py 39 def GetConstructorName(name):
59 out.write('OzonePlatform* %s();\n' % GetConstructorName(platform))
65 out.write(' { "%s", &%s },\n' % (platform, GetConstructorName(platform)))
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy.cc 50 name = v8::String::Concat(name, value->GetConstructorName());
  /external/v8/test/cctest/
test-heap-profiler.cc     [all...]
test-api.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc     [all...]
test-api.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 109 v8SetReturnValue(info, info[0]->ToObject()->GetConstructorName());
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 391 static String* GetConstructorName(JSObject* object);
heap-snapshot-generator.cc 847 GetConstructorName(JSObject::cast(object)));
    [all...]
api.cc     [all...]
  /external/v8/src/
profile-generator.h 928 static String* GetConstructorName(JSObject* object);
    [all...]
profile-generator.cc     [all...]
api.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 495 milliseconds