Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_host.h312 bool InitializeForTesting(scoped_ptr<Proxy> proxy_for_testing);
Dlayer_tree_host.cc145 bool LayerTreeHost::InitializeForTesting(scoped_ptr<Proxy> proxy_for_testing) { in InitializeForTesting() argument
146 return InitializeProxy(proxy_for_testing.Pass()); in InitializeForTesting()