Proxy 11 android_webview/javatests/src/org/chromium/android_webview/test/ContentViewMiscTest.java import android.net.Proxy; Proxy 84 android_webview/javatests/src/org/chromium/android_webview/test/ContentViewMiscTest.java intent.setAction(Proxy.PROXY_CHANGE_ACTION); Proxy 29 cc/debug/micro_benchmark_controller_unittest.cc layer_tree_host_->InitializeForTesting(scoped_ptr<Proxy>(new FakeProxy)); Proxy 243 cc/layers/tiled_layer_unittest.cc Proxy* proxy_; Proxy 197 cc/resources/prioritized_resource.cc const Proxy* PrioritizedResource::Backing::proxy() const { Proxy 22 cc/resources/prioritized_resource.h class Proxy; Proxy 131 cc/resources/prioritized_resource.h const Proxy* proxy() const; Proxy 17 cc/resources/prioritized_resource_manager.cc PrioritizedResourceManager::PrioritizedResourceManager(const Proxy* proxy) Proxy 547 cc/resources/prioritized_resource_manager.cc const Proxy* PrioritizedResourceManager::ProxyForDebug() const { Proxy 35 cc/resources/prioritized_resource_manager.h class Proxy; Proxy 39 cc/resources/prioritized_resource_manager.h static scoped_ptr<PrioritizedResourceManager> Create(const Proxy* proxy) { Proxy 130 cc/resources/prioritized_resource_manager.h const Proxy* ProxyForDebug() const; Proxy 184 cc/resources/prioritized_resource_manager.h explicit PrioritizedResourceManager(const Proxy* proxy); Proxy 216 cc/resources/prioritized_resource_manager.h const Proxy* proxy_; Proxy 11 cc/test/fake_layer_tree_host_impl.cc FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy, Proxy 25 cc/test/fake_layer_tree_host_impl.cc Proxy* proxy, Proxy 17 cc/test/fake_layer_tree_host_impl.h FakeLayerTreeHostImpl(Proxy* proxy, SharedBitmapManager* manager); Proxy 19 cc/test/fake_layer_tree_host_impl.h Proxy* proxy, Proxy 14 cc/test/fake_proxy.h class FakeProxy : public Proxy { Proxy 16 cc/test/fake_proxy.h FakeProxy() : Proxy(NULL), layer_tree_host_(NULL) {} Proxy 19 cc/test/fake_proxy.h : Proxy(impl_task_runner), Proxy 12 cc/test/fake_ui_resource_layer_tree_host_impl.cc Proxy* proxy, Proxy 15 cc/test/fake_ui_resource_layer_tree_host_impl.h explicit FakeUIResourceLayerTreeHostImpl(Proxy* proxy, Proxy 97 cc/test/layer_test_common.h Proxy* proxy() const { return host_->host_impl()->proxy(); } Proxy 56 cc/test/layer_tree_test.cc Proxy* proxy, Proxy 73 cc/test/layer_tree_test.cc Proxy* proxy, Proxy 175 cc/test/layer_tree_test.h Proxy* proxy() const { Proxy 141 cc/trees/layer_tree_host.cc void LayerTreeHost::InitializeForTesting(scoped_ptr<Proxy> proxy_for_testing) { Proxy 145 cc/trees/layer_tree_host.cc void LayerTreeHost::InitializeProxy(scoped_ptr<Proxy> proxy) { Proxy 263 cc/trees/layer_tree_host.h Proxy* proxy() const { return proxy_.get(); } Proxy 317 cc/trees/layer_tree_host.h void InitializeForTesting(scoped_ptr<Proxy> proxy_for_testing); Proxy 325 cc/trees/layer_tree_host.h void InitializeProxy(scoped_ptr<Proxy> proxy); Proxy 375 cc/trees/layer_tree_host.h scoped_ptr<Proxy> proxy_; Proxy 203 cc/trees/layer_tree_host_impl.cc Proxy* proxy, Proxy 214 cc/trees/layer_tree_host_impl.cc Proxy* proxy, Proxy 106 cc/trees/layer_tree_host_impl.h Proxy* proxy, Proxy 355 cc/trees/layer_tree_host_impl.h Proxy* proxy() const { return proxy_; } Proxy 437 cc/trees/layer_tree_host_impl.h Proxy* proxy, Proxy 459 cc/trees/layer_tree_host_impl.h Proxy* proxy_; Proxy 1197 cc/trees/layer_tree_host_impl_unittest.cc Proxy* proxy, Proxy 4223 cc/trees/layer_tree_host_impl_unittest.cc Proxy* proxy, Proxy 2378 cc/trees/layer_tree_host_unittest.cc InitializeForTesting(proxy.PassAs<Proxy>()); Proxy 603 cc/trees/layer_tree_impl.cc Proxy* LayerTreeImpl::proxy() const { Proxy 45 cc/trees/layer_tree_impl.h class Proxy; Proxy 217 cc/trees/layer_tree_impl.h Proxy* proxy() const; Proxy 12 cc/trees/proxy.cc base::SingleThreadTaskRunner* Proxy::MainThreadTaskRunner() const { Proxy 16 cc/trees/proxy.cc bool Proxy::HasImplThread() const { return !!impl_task_runner_.get(); } Proxy 18 cc/trees/proxy.cc base::SingleThreadTaskRunner* Proxy::ImplThreadTaskRunner() const { Proxy 22 cc/trees/proxy.cc bool Proxy::IsMainThread() const { Proxy 33 cc/trees/proxy.cc bool Proxy::IsImplThread() const { Proxy 46 cc/trees/proxy.cc void Proxy::SetCurrentThreadIsImplThread(bool is_impl_thread) { Proxy 51 cc/trees/proxy.cc bool Proxy::IsMainThreadBlocked() const { Proxy 60 cc/trees/proxy.cc void Proxy::SetMainThreadBlocked(bool is_main_thread_blocked) { Proxy 65 cc/trees/proxy.cc Proxy::Proxy(scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner) Proxy 76 cc/trees/proxy.cc Proxy::~Proxy() { Proxy 80 cc/trees/proxy.cc scoped_ptr<base::Value> Proxy::SchedulerStateAsValueForTesting() { Proxy 33 cc/trees/proxy.h class CC_EXPORT Proxy { Proxy 48 cc/trees/proxy.h virtual ~Proxy(); Proxy 109 cc/trees/proxy.h explicit Proxy( Proxy 123 cc/trees/proxy.h DISALLOW_COPY_AND_ASSIGN(Proxy); Proxy 129 cc/trees/proxy.h explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) : proxy_(proxy) { Proxy 138 cc/trees/proxy.h Proxy* proxy_; Proxy 144 cc/trees/proxy.h explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) {} Proxy 23 cc/trees/single_thread_proxy.cc scoped_ptr<Proxy> SingleThreadProxy::Create( Proxy 27 cc/trees/single_thread_proxy.cc new SingleThreadProxy(layer_tree_host, client)).PassAs<Proxy>(); Proxy 32 cc/trees/single_thread_proxy.cc : Proxy(NULL), Proxy 39 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 54 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 62 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 86 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 94 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 116 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 172 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 179 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 185 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 191 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 213 cc/trees/single_thread_proxy.cc Proxy::MainThreadTaskRunner(), Proxy 245 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 274 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 289 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsImplThread()); Proxy 329 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsImplThread()); Proxy 352 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsImplThread()); Proxy 450 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 496 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsImplThread()); Proxy 502 cc/trees/single_thread_proxy.cc DCHECK(Proxy::IsImplThread()); Proxy 22 cc/trees/single_thread_proxy.h class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { Proxy 24 cc/trees/single_thread_proxy.h static scoped_ptr<Proxy> Create( Proxy 129 cc/trees/single_thread_proxy.h explicit DebugScopedSetImplThread(Proxy* proxy) : proxy_(proxy) { Proxy 143 cc/trees/single_thread_proxy.h Proxy* proxy_; Proxy 152 cc/trees/single_thread_proxy.h explicit DebugScopedSetMainThread(Proxy* proxy) : proxy_(proxy) { Proxy 166 cc/trees/single_thread_proxy.h Proxy* proxy_; Proxy 176 cc/trees/single_thread_proxy.h explicit DebugScopedSetImplThreadAndMainThreadBlocked(Proxy* proxy) Proxy 70 cc/trees/thread_proxy.cc scoped_ptr<Proxy> ThreadProxy::Create( Proxy 74 cc/trees/thread_proxy.cc .PassAs<Proxy>(); Proxy 80 cc/trees/thread_proxy.cc : Proxy(impl_task_runner), Proxy 167 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 220 cc/trees/thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 226 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 235 cc/trees/thread_proxy.cc DCHECK(Proxy::IsMainThread()); Proxy 241 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 257 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 318 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 352 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 365 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 412 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 441 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 488 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 545 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 569 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 622 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 635 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 690 cc/trees/thread_proxy.cc DCHECK(Proxy::HasImplThread()); Proxy 695 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 720 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 731 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 747 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 763 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 801 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 856 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 939 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 977 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 1050 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner(), Proxy 1142 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 1265 cc/trees/thread_proxy.cc Proxy::MainThreadTaskRunner()->PostTask( Proxy 1317 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 1440 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 1572 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 1595 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 1622 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostTask( Proxy 1699 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostDelayedTask( Proxy 1716 cc/trees/thread_proxy.cc Proxy::ImplThreadTaskRunner()->PostDelayedTask( Proxy 34 cc/trees/thread_proxy.h class ThreadProxy : public Proxy, Proxy 39 cc/trees/thread_proxy.h static scoped_ptr<Proxy> Create( Proxy 11 net/android/java/src/org/chromium/net/ProxyChangeListener.java import android.net.Proxy; Proxy 85 net/android/java/src/org/chromium/net/ProxyChangeListener.java if (intent.getAction().equals(Proxy.PROXY_CHANGE_ACTION)) { Proxy 152 net/android/java/src/org/chromium/net/ProxyChangeListener.java filter.addAction(Proxy.PROXY_CHANGE_ACTION); Proxy 22 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java import java.net.Proxy; Proxy 42 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java static String toString(Proxy proxy) { Proxy 43 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java if (proxy == Proxy.NO_PROXY) Proxy 46 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java Proxy.Type type = proxy.type(); Proxy 61 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java static String toString(List<Proxy> proxies) { Proxy 63 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java for (Proxy proxy : proxies) { Proxy 73 net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java List<Proxy> proxies = ProxySelector.getDefault().select(uri); Proxy 68 sandbox/win/src/sid_unittest.cc ATL::Sids::Proxy().GetPSID())); Proxy 821 third_party/harfbuzz-ng/src/hb-ot-layout.cc template <typename Proxy> Proxy 824 third_party/harfbuzz-ng/src/hb-ot-layout.cc const typename Proxy::Lookup &lookup, Proxy 838 third_party/harfbuzz-ng/src/hb-ot-layout.cc if (Proxy::table_index == 0) Proxy 853 third_party/harfbuzz-ng/src/hb-ot-layout.cc if (!Proxy::inplace) Proxy 862 third_party/harfbuzz-ng/src/hb-ot-layout.cc if (Proxy::table_index == 0) Proxy 881 third_party/harfbuzz-ng/src/hb-ot-layout.cc template <typename Proxy> Proxy 882 third_party/harfbuzz-ng/src/hb-ot-layout.cc inline void hb_ot_map_t::apply (const Proxy &proxy, Proxy 890 third_party/harfbuzz-ng/src/hb-ot-layout.cc c.set_recurse_func (Proxy::Lookup::apply_recurse_func); Proxy 899 third_party/harfbuzz-ng/src/hb-ot-layout.cc apply_string<Proxy> (&c, Proxy 121 third_party/harfbuzz-ng/src/hb-ot-map-private.hh template <typename Proxy> Proxy 122 third_party/harfbuzz-ng/src/hb-ot-map-private.hh HB_INTERNAL inline void apply (const Proxy &proxy,