Searched defs:Peer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/tools/testrunner/objects/
H A Dpeer.py29 class Peer(object): class in inherits:object
43 return ("Peer at %s, jobs: %d, performance: %.2f, trust I/O: %s/%s" %
73 """Creates a JSON serializable representation of this Peer."""
78 """Creates a Peer object built from a packed representation."""
80 return Peer(packed[0], packed[1], packed[2], pubkey_dummy)
/external/chromium/chrome/browser/extensions/
H A Dextension_function_dispatcher.h56 struct Peer : public base::RefCounted<Peer> { struct in class:ExtensionFunctionDispatcher
57 explicit Peer(ExtensionFunctionDispatcher* dispatcher) function in struct:ExtensionFunctionDispatcher::Peer
62 friend class base::RefCounted<Peer>;
64 ~Peer() {}
137 scoped_refptr<Peer> peer_;
/external/chromium_org/webkit/child/
H A Dresource_loader_bridge.h13 // In turn, the bridge's owner on the WebKit end will implement the Peer
124 // within webkit. The Peer and it's bridge should have identical lifetimes
130 class WEBKIT_CHILD_EXPORT Peer { class in class:webkit_glue::ResourceLoaderBridge
185 virtual ~Peer() {}
198 virtual bool Start(Peer* peer) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWorkerThreadableWebSocketChannel.h80 // Generated by the bridge. The Peer and its bridge should have identical
82 class Peer : public WebSocketChannelClient { class in class:WebCore::WorkerThreadableWebSocketChannel
83 WTF_MAKE_NONCOPYABLE(Peer); WTF_MAKE_FAST_ALLOCATED;
87 static Peer* create(PassRefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ExecutionContext* context, const String& taskMode, const String& sourceURLAtConnection, unsigned lineNumberAtConnection)
89 return new Peer(clientWrapper, loaderProxy, context, taskMode, sourceURLAtConnection, lineNumberAtConnection);
91 ~Peer();
114 Peer(PassRefPtr<ThreadableWebSocketChannelClientWrapper>, WorkerLoaderProxy&, ExecutionContext*, const String& taskMode, const String& sourceURL, unsigned lineNumber);
131 // Bridge for Peer. Running on the worker thread.
159 static void setWebSocketChannel(ExecutionContext*, Bridge* thisPtr, Peer*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>);
161 // Executed on the main thread to create a Peer fo
[all...]
H A DWorkerThreadableWebSocketChannel.cpp162 WorkerThreadableWebSocketChannel::Peer::Peer(PassRefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ExecutionContext* context, const String& taskMode, const String& sourceURL, unsigned lineNumber) function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
178 WorkerThreadableWebSocketChannel::Peer::~Peer()
185 void WorkerThreadableWebSocketChannel::Peer::connect(const KURL& url, const String& protocol)
199 void WorkerThreadableWebSocketChannel::Peer::send(const String& message)
208 void WorkerThreadableWebSocketChannel::Peer::send(const ArrayBuffer& binaryData)
217 void WorkerThreadableWebSocketChannel::Peer::send(PassRefPtr<BlobDataHandle> blobData)
232 void WorkerThreadableWebSocketChannel::Peer::bufferedAmount()
241 void WorkerThreadableWebSocketChannel::Peer
[all...]
/external/chromium/webkit/glue/
H A Dresource_loader_bridge.h14 // In turn, the bridge's owner on the WebKit end will implement the Peer
270 // within webkit. The Peer and it's bridge should have identical lifetimes
276 class Peer { class in class:webkit_glue::ResourceLoaderBridge
278 virtual ~Peer() {}
365 virtual bool Start(Peer* peer) = 0;

Completed in 322 milliseconds