HomeSort by relevance Sort by last modified time
    Searched defs:instance2 (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/drd/tests/
std_list.cpp 83 Test instance2; local
89 err = pthread_create(&thread2, NULL, &func2, &instance2);
  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 264 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/
navigation_controller_impl_unittest.cc 3399 SiteInstance* instance2 = local
3755 SiteInstance* instance2 = local
    [all...]
render_frame_host_manager_unittest.cc 650 SiteInstanceImpl* instance2 = local
655 EXPECT_EQ(instance2->active_view_count(), 1U);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 405 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 = contents2->GetSiteInstance(); 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/
test-api.cc 1824 Local<v8::Object> instance2 = templ2->NewInstance(); local
10828 Local<Object> instance2 = instance_template->NewInstance(); local
20083 Local<Object> instance2; local
    [all...]

Completed in 130 milliseconds