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

  /external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc 23 scoped_ptr<WebContentsImpl> contents_a(static_cast<WebContentsImpl*>(
27 EXPECT_EQ(NULL, contents_a->GetDelegate());
33 contents_a->SetDelegate(delegate.get());
34 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
39 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
44 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
49 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
55 EXPECT_EQ(delegate.get(), contents_a->GetDelegate());
58 EXPECT_TRUE(contents_a->GetDelegate() == NULL);
62 contents_a.reset()
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 43 def match_modulo_line_numbers(contents_a, contents_b):
45 contents_a = remove_debug_line_numbers(contents_a)
47 return TestCommon.match_exact(contents_a, contents_b)
    [all...]

Completed in 67 milliseconds