Searched defs:instance2 (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dstd_list.cpp83 Test instance2; local
89 err = pthread_create(&thread2, NULL, &func2, &instance2);
/external/chromium_org/content/browser/
H A Dsite_instance_impl_unittest.cc264 SiteInstanceImpl* instance2 = local
275 e2->set_site_instance(instance2);
305 scoped_refptr<SiteInstanceImpl> instance2(static_cast<SiteInstanceImpl*>(
307 scoped_ptr<RenderProcessHost> host2(instance2->GetProcess());
756 scoped_refptr<SiteInstanceImpl> instance2(
759 instance2->SetSite(webui_url);
760 host2.reset(instance2->GetProcess());
762 EXPECT_TRUE(instance2->HasProcess());
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc3399 SiteInstance* instance2 = local
3401 EXPECT_EQ(instance1, instance2);
3755 SiteInstance* instance2 = local
3757 EXPECT_EQ(instance1, instance2);
H A Drender_frame_host_manager_unittest.cc650 SiteInstanceImpl* instance2 = local
655 EXPECT_EQ(instance2->active_view_count(), 1U);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc405 scoped_refptr<SiteInstance> instance2(SiteInstance::Create(NULL));
410 EXPECT_EQ(-1, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
417 EXPECT_EQ(-1, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
419 contents()->UpdateMaxPageIDForSiteInstance(instance2.get(), 7);
422 EXPECT_EQ(7, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
511 SiteInstance* instance2 = contents()->GetSiteInstance(); local
523 EXPECT_NE(instance1, instance2);
594 SiteInstance* instance2 = contents()->GetSiteInstance(); local
598 EXPECT_NE(instance1, instance2);
898 SiteInstance* instance2 local
966 SiteInstance* instance2 = contents()->GetSiteInstance(); local
1003 SiteInstance* instance2 = contents()->GetSiteInstance(); local
1045 SiteInstance* instance2 = contents()->GetSiteInstance(); local
1218 SiteInstance* instance2 = contents()->GetSiteInstance(); local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1824 Local<v8::Object> instance2 = templ2->NewInstance(); local
1825 env->Global()->Set(v8_str("q"), instance2);
10828 Local<Object> instance2 = instance_template->NewInstance(); local
10829 context->Global()->Set(v8_str("obj5"), instance2);
10832 CHECK(instance2->IsObject());
10833 CHECK(!instance2->IsFunction());
10840 value = instance2->CallAsConstructor(1, args2);
20083 Local<Object> instance2; local
20088 instance2 = func2->NewInstance();
20101 CHECK(instance2
[all...]

Completed in 4021 milliseconds