HomeSort by relevance Sort by last modified time
    Searched refs:ProxyImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.h 40 class ProxyImpl;
47 scoped_refptr<ProxyImpl> proxy_;
dom_storage_dispatcher.cc 93 // ProxyImpl -----------------------------------------------------
97 class DomStorageDispatcher::ProxyImpl : public DOMStorageProxy {
99 explicit ProxyImpl(RenderThreadImpl* sender);
142 virtual ~ProxyImpl() {
178 DomStorageDispatcher::ProxyImpl::ProxyImpl(RenderThreadImpl* sender)
184 DOMStorageCachedArea* DomStorageDispatcher::ProxyImpl::OpenCachedArea(
197 void DomStorageDispatcher::ProxyImpl::CloseCachedArea(
209 DOMStorageCachedArea* DomStorageDispatcher::ProxyImpl::LookupCachedArea(
218 void DomStorageDispatcher::ProxyImpl::ResetAllCachedAreas(int64 namespace_id)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Proxy.java 62 private static class ProxyImpl extends Proxy {
63 protected ProxyImpl(InvocationHandler h) {
69 if (!(proxy instanceof ProxyImpl)) {
77 e.setSuperclass(ProxyImpl.class);
89 return cl.getSuperclass().equals(ProxyImpl.class);
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 225 milliseconds