Home
last modified time | relevance | path

Searched refs:TestMemory (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_memory.cc20 bool TestMemory::Init() { in Init()
26 void TestMemory::RunTests(const std::string& filter) { in RunTests()
31 std::string TestMemory::TestMemAlloc() { in TestMemAlloc()
42 std::string TestMemory::TestNullMemFree() { in TestNullMemFree()
Dtest_memory.h13 class TestMemory : public TestCase {
15 explicit TestMemory(TestingInstance* instance) : TestCase(instance) {} in TestMemory() function