Searched refs:TestNatives (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dapi_test_base.cc26 class TestNatives : public gin::Wrappable<TestNatives> { class in namespace:extensions::__anon8263
28 static gin::Handle<TestNatives> Create(v8::Isolate* isolate,
30 return gin::CreateHandle(isolate, new TestNatives(quit_closure));
35 return Wrappable<TestNatives>::GetObjectTemplateBuilder(isolate)
36 .SetMethod("Log", &TestNatives::Log)
37 .SetMethod("NotifyPass", &TestNatives::NotifyPass)
38 .SetMethod("NotifyFail", &TestNatives::NotifyFail);
56 explicit TestNatives(const base::Closure& quit_closure) function in class:extensions::__anon8263::TestNatives
63 gin::WrapperInfo TestNatives
[all...]

Completed in 58 milliseconds