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

  /external/chromium_org/chrome_frame/test/
automation_client_mock.cc 67 EXPECT_CALL(cfd_, OnAutomationServerLaunchFailed(testing::Eq(result),
115 MockCFDelegate cfd_; member in class:CFACWithChrome
153 EXPECT_CALL(cfd_, OnAutomationServerLaunchFailed(AUTOMATION_TIMEOUT, _))
157 EXPECT_TRUE(client_->Initialize(&cfd_, launch_params_));
166 EXPECT_CALL(cfd_, OnAutomationServerReady())
169 EXPECT_CALL(cfd_, OnAutomationServerLaunchFailed(_, _))
172 EXPECT_TRUE(client_->Initialize(&cfd_, launch_params_));
182 EXPECT_CALL(cfd_, OnAutomationServerReady())
186 EXPECT_CALL(cfd_, GetBounds(_)).Times(testing::AnyNumber());
188 EXPECT_CALL(cfd_, OnNavigationStateChanged(_)
    [all...]
automation_client_mock.h 138 MockCFDelegate cfd_; member in class:CFACMockTest

Completed in 632 milliseconds