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

/external/chromium_org/gin/test/
H A Dv8_test.h18 // V8Test is a simple harness for testing interactions with V8. V8Test doesn't
20 class V8Test : public testing::Test { class in namespace:gin
22 V8Test();
23 virtual ~V8Test();
33 DISALLOW_COPY_AND_ASSIGN(V8Test);
H A Dv8_test.cc16 V8Test::V8Test() { function in class:gin::V8Test
19 V8Test::~V8Test() {
22 void V8Test::SetUp() {
32 void V8Test::TearDown() {
/external/chromium_org/gin/
H A Dper_context_data_unittest.cc14 typedef V8Test PerContextDataTest;
H A Dconverter_unittest.cc31 typedef V8Test ConverterTest;
H A Dinterceptor_unittest.cc129 class InterceptorTest : public V8Test {
H A Dwrappable_unittest.cc130 typedef V8Test WrappableTest;
/external/chromium_org/gin/modules/
H A Dmodule_registry_unittest.cc75 typedef V8Test ModuleRegistryTest;
H A Dtimer_unittest.cc83 typedef V8Test TimerUnittest;

Completed in 89 milliseconds