Home
last modified time | relevance | path

Searched refs:CreateTabProxy (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/test/
Dautomation_client_mock.cc257 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()
Dautomation_client_mock.h95 MOCK_METHOD1(CreateTabProxy, scoped_refptr<TabProxy>(int handle));
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.h44 virtual scoped_refptr<TabProxy> CreateTabProxy(int handle) = 0;
76 virtual scoped_refptr<TabProxy> CreateTabProxy(int handle);
Dchrome_frame_automation.cc169 scoped_refptr<TabProxy> ChromeFrameAutomationProxyImpl::CreateTabProxy( in CreateTabProxy() function in ChromeFrameAutomationProxyImpl
849 tab_ = automation_server_->CreateTabProxy(tab_handle); in CreateExternalTabComplete()