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 335 class TestResource: public String::ExternalStringResource {
337 explicit TestResource(uint16_t* data, int* counter = NULL)
342 ~TestResource() {
392 TestResource* resource = new TestResource(two_byte_source, &dispose_count);
400 static_cast<TestResource*>(source->GetExternalStringResource()));
442 bool success = source->MakeExternal(new TestResource(two_byte_source,
572 String::NewExternal(new TestResource(two_byte_string));
610 String::NewExternal(new TestResource(two_byte_string,
733 new TestResource(AsciiToTwoByteString(two_byte_extern_1)))
    [all...]

Completed in 57 milliseconds