HomeSort by relevance Sort by last modified time
    Searched full:swwd (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 125 MockWindowSubclass* swwd = Initialize( local
127 ASSERT_TRUE(swwd != NULL);
140 EXPECT_CALL(*swwd, Die());
161 MockWindowSubclass* swwd = new testing::StrictMock<MockWindowSubclass>(); local
169 EXPECT_CALL(*swwd, Die());
172 ASSERT_FALSE(swwd->Initialize(hwnd, delegate));
174 delete swwd;

Completed in 2384 milliseconds