Searched refs:CreateTabProxy (Results 1 – 4 of 4) sorted by relevance
257 EXPECT_CALL(mock_proxy_, CreateTabProxy(testing::Eq(tab_handle_))) in TEST_F()292 EXPECT_CALL(mock_proxy_, CreateTabProxy(_)).Times(0); in TEST_F()439 EXPECT_CALL(mock_proxy_, CreateTabProxy(testing::Eq(tab_handle_))) in TEST_F()
95 MOCK_METHOD1(CreateTabProxy, scoped_refptr<TabProxy>(int handle));
44 virtual scoped_refptr<TabProxy> CreateTabProxy(int handle) = 0;76 virtual scoped_refptr<TabProxy> CreateTabProxy(int handle);
169 scoped_refptr<TabProxy> ChromeFrameAutomationProxyImpl::CreateTabProxy( in CreateTabProxy() function in ChromeFrameAutomationProxyImpl849 tab_ = automation_server_->CreateTabProxy(tab_handle); in CreateExternalTabComplete()