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

  /external/chromium/chrome/browser/task_manager/
task_manager_unittest.cc 29 class TestResource : public TaskManager::Resource {
31 TestResource() : refresh_called_(false) {}
68 TestResource resource1, resource2;
105 TestResource resource;
  /external/v8/test/cctest/
test-api.cc 333 class TestResource: public String::ExternalStringResource {
337 explicit TestResource(uint16_t* data)
342 ~TestResource() {
360 int TestResource::dispose_count = 0;
393 TestResource::dispose_count = 0;
399 TestResource* resource = new TestResource(two_byte_source);
407 static_cast<TestResource*>(source->GetExternalStringResource()));
409 CHECK_EQ(0, TestResource::dispose_count);
413 CHECK_EQ(1, TestResource::dispose_count)
    [all...]

Completed in 47 milliseconds