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

/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_deallocate_test.cc93 DeletePluginInDeallocateTestNPObject* test_object = local
95 test_object->id_ = id();
96 test_object->host_functions_ = HostFunctions();
140 DeletePluginInDeallocateTestNPObject* test_object = local
142 if (test_object->deallocate_count_ != 1)
145 delete test_object;
/external/harfbuzz_ng/test/api/
H A Dtest-object.c227 test_object (void) function
376 hb_test_add (test_object);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc268 source, "var test_object = %s; test_object", test_objects[i]);
269 Local<Value> test_object = CompileRun(source.start()); local
270 TestSignature("test_object.prop();", test_object);
271 TestSignature("test_object.accessor;", test_object);
272 TestSignature("test_object[accessor_key];", test_object);
273 TestSignature("test_object
[all...]

Completed in 191 milliseconds