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

  /external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc 25 scoped_ptr<WebContentsImpl> contents_b(static_cast<WebContentsImpl*>(
28 EXPECT_EQ(NULL, contents_b->GetDelegate());
35 EXPECT_TRUE(contents_b->GetDelegate() == NULL);
38 contents_b->SetDelegate(delegate.get());
40 EXPECT_EQ(delegate.get(), contents_b->GetDelegate());
43 contents_b->SetDelegate(delegate.get());
45 EXPECT_EQ(delegate.get(), contents_b->GetDelegate());
48 contents_b->SetDelegate(NULL);
50 EXPECT_TRUE(contents_b->GetDelegate() == NULL);
54 contents_b->SetDelegate(delegate.get())
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 43 def match_modulo_line_numbers(contents_a, contents_b):
46 contents_b = remove_debug_line_numbers(contents_b)
47 return TestCommon.match_exact(contents_a, contents_b)
    [all...]

Completed in 59 milliseconds