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

  /external/chromium_org/content/browser/shared_worker/
shared_worker_instance_unittest.cc 63 SharedWorkerInstance instance2(GURL("http://example.com/w.js"),
69 EXPECT_FALSE(Matches(instance2, "http://example.com/w.js", ""));
70 EXPECT_FALSE(Matches(instance2, "http://example.com/w2.js", ""));
71 EXPECT_FALSE(Matches(instance2, "http://example.net/w.js", ""));
72 EXPECT_FALSE(Matches(instance2, "http://example.net/w2.js", ""));
73 EXPECT_TRUE(Matches(instance2, "http://example.com/w.js", "name"));
74 EXPECT_TRUE(Matches(instance2, "http://example.com/w2.js", "name"));
75 EXPECT_FALSE(Matches(instance2, "http://example.net/w.js", "name"));
76 EXPECT_FALSE(Matches(instance2, "http://example.net/w2.js", "name"));
77 EXPECT_FALSE(Matches(instance2, "http://example.com/w.js", "name2"))
    [all...]
  /external/chromium_org/content/renderer/pepper/
host_var_tracker_unittest.cc 67 scoped_refptr<PepperPluginInstanceImpl> instance2(
69 PP_Instance pp_instance2 = instance2->pp_instance();
73 NPObjectToPPVarForTest(instance2.get(), npobject.get());
79 instance2 = NULL;
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc 82 scoped_refptr<content::SiteInstance> instance2(
85 render_process_host2.reset(instance2->GetProcess());
134 scoped_refptr<content::SiteInstance> instance2(
137 render_process_host2.reset(instance2->GetProcess());
  /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/devtools/
embedded_worker_devtools_manager_unittest.cc 191 SharedWorkerInstance instance2(GURL("http://example.com/w2.js"),
217 manager_->SharedWorkerCreated(2, 2, instance2);
249 manager_->SharedWorkerCreated(2, 4, instance2);
259 manager_->SharedWorkerCreated(2, 5, 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());
733 scoped_refptr<SiteInstanceImpl> instance2(
736 instance2->SetSite(webui_url);
737 host2.reset(instance2->GetProcess());
739 EXPECT_TRUE(instance2->HasProcess());
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 407 scoped_refptr<SiteInstance> instance2(SiteInstance::Create(NULL));
412 EXPECT_EQ(-1, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
419 EXPECT_EQ(-1, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
421 contents()->UpdateMaxPageIDForSiteInstance(instance2.get(), 7);
424 EXPECT_EQ(7, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
518 SiteInstance* instance2 = contents()->GetSiteInstance(); local
530 EXPECT_NE(instance1, instance2);
601 SiteInstance* instance2 = contents()->GetSiteInstance(); local
605 EXPECT_NE(instance1, instance2);
818 SiteInstance* instance2 = contents2->GetSiteInstance() local
885 SiteInstance* instance2 = contents()->GetSiteInstance(); local
922 SiteInstance* instance2 = contents()->GetSiteInstance(); local
964 SiteInstance* instance2 = contents()->GetSiteInstance(); local
1149 SiteInstance* instance2 = contents()->GetSiteInstance(); local
1189 SiteInstance* instance2 = contents()->GetSiteInstance(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /external/lldb/test/unittest2/test/
test_case.py 103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
105 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 628 SiteInstanceImpl* instance2 = local
633 EXPECT_EQ(instance2->active_view_count(), 1U);
    [all...]
navigation_controller_impl_unittest.cc 3348 SiteInstance* instance2 = local
3704 SiteInstance* instance2 = local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 1772 Local<v8::Object> instance2 = templ2->NewInstance(); local
10690 Local<Object> instance2 = instance_template->NewInstance(); local
20023 Local<Object> instance2; local
    [all...]

Completed in 322 milliseconds