Home
last modified time | relevance | path

Searched refs:returned_proxy_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/test/
Dautomation_client_mock.h143 ChromeFrameAutomationProxy* returned_proxy_; variable
156 return returned_proxy_; in get_proxy()
171 returned_proxy_(static_cast<ChromeFrameAutomationProxy*>(&mock_proxy_)) { in CFACMockTest()
Dautomation_client_mock.cc341 returned_proxy_ = &proxy; in TEST_F()