/external/chromium/chrome/browser/extensions/ |
extension_function_dispatcher.h | 53 // The peer object allows us to notify ExtensionFunctions when we are 56 struct Peer : public base::RefCounted<Peer> { 57 explicit Peer(ExtensionFunctionDispatcher* dispatcher) 62 friend class base::RefCounted<Peer>; 64 ~Peer() {} 137 scoped_refptr<Peer> peer_;
|
extension_function.h | 74 void set_dispatcher_peer(ExtensionFunctionDispatcher::Peer* peer) { 75 peer_ = peer; 130 // The peer to the dispatcher that will service this extension function call. 131 scoped_refptr<ExtensionFunctionDispatcher::Peer> peer_;
|
extension_function_dispatcher.cc | 410 ALLOW_THIS_IN_INITIALIZER_LIST(peer_(new Peer(this))) {
|
/external/webkit/Source/WebCore/websockets/ |
WorkerThreadableWebSocketChannel.h | 79 // Generated by the bridge. The Peer and its bridge should have identical 81 class Peer : public WebSocketChannelClient { 82 WTF_MAKE_NONCOPYABLE(Peer); WTF_MAKE_FAST_ALLOCATED; 84 static Peer* create(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol) 86 return new Peer(clientWrapper, loaderProxy, context, taskMode, url, protocol); 88 ~Peer(); 103 Peer(RefPtr<ThreadableWebSocketChannelClientWrapper>, WorkerLoaderProxy&, ScriptExecutionContext*, const String& taskMode, const KURL&, const String& protocol); 111 // Bridge for Peer. Running on the worker thread. 133 static void setWebSocketChannel(ScriptExecutionContext*, Bridge* thisPtr, Peer*, RefPtr<ThreadableWebSocketChannelClientWrapper>); 135 // Executed on the main thread to create a Peer for this bridge [all...] |
WorkerThreadableWebSocketChannel.cpp | 111 WorkerThreadableWebSocketChannel::Peer::Peer(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol) 120 WorkerThreadableWebSocketChannel::Peer::~Peer() 127 void WorkerThreadableWebSocketChannel::Peer::connect() 141 void WorkerThreadableWebSocketChannel::Peer::send(const String& message) 156 void WorkerThreadableWebSocketChannel::Peer::bufferedAmount() 165 void WorkerThreadableWebSocketChannel::Peer::close() 174 void WorkerThreadableWebSocketChannel::Peer::disconnect() 183 void WorkerThreadableWebSocketChannel::Peer::suspend( 248 Peer* peer = Peer::create(clientWrapper, thisPtr->m_loaderProxy, context, taskMode, url, protocol); local 361 Peer* peer = m_peer; local [all...] |
/external/chromium/chrome/common/extensions/ |
extension_localization_peer.h | 15 // webkit_glue::ResourceLoaderBridge::Peer instance. It is used to pre-process 20 // instance of ExtensionLocalizationPeer based on the original Peer. 22 : public webkit_glue::ResourceLoaderBridge::Peer { 27 webkit_glue::ResourceLoaderBridge::Peer* peer, 32 // ResourceLoaderBridge::Peer methods. 54 webkit_glue::ResourceLoaderBridge::Peer* peer, 62 // Original peer that handles the request once we are done processing data_. 63 webkit_glue::ResourceLoaderBridge::Peer* original_peer_ [all...] |
extension_localization_peer.cc | 18 webkit_glue::ResourceLoaderBridge::Peer* peer, 21 : original_peer_(peer), 32 webkit_glue::ResourceLoaderBridge::Peer* peer, 40 new ExtensionLocalizationPeer(peer, message_sender, request_url) : NULL;
|
extension_localization_peer_unittest.cc | 55 : public webkit_glue::ResourceLoaderBridge::Peer {
|
/system/core/libcutils/ |
mq.c | 63 /** Request for a connection to another peer. */ 66 /** A connection to another peer. */ 88 // TODO: Use custom headers for master->peer, peer->master, peer->peer. 100 /** A packet which will be sent to a peer. */ 107 /** Connection to peer. Used with CONNECTION. */ 124 /** Represents a remote peer. */ 127 /** Local peer state. You typically have one peer per process. * 191 Peer* peer; member in struct:PeerProxy 304 Peer* peer = peerProxy->peer; local 315 Peer* peer = peerProxy->peer; local 783 Peer* peer = masterProxy->peer; local 895 Peer* peer = masterProxy->peer; local 1094 Peer* peer = calloc(1, sizeof(Peer)); local 1134 Peer* peer = localPeer; local 1202 Peer* peer = localPeer; local [all...] |
/development/tools/jdwpspy/ |
Net.cpp | 33 typedef struct Peer { 41 } Peer; 55 Peer dbg; 56 Peer vm; 416 static bool haveFullPacket(Peer* pPeer) 436 static void consumeBytes(Peer* pPeer, int count) 522 static bool handlePacket(Peer* pDst, Peer* pSrc) 551 static bool handleIncoming(Peer* pWritePeer, Peer* pReadPeer [all...] |
/external/chromium/webkit/glue/ |
resource_loader_bridge.h | 14 // 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 { 278 virtual ~Peer() {} 364 // the peer's methods will be called asynchronously to report various events. 365 virtual bool Start(Peer* peer) = 0; 370 // the peer is still valid.
|
weburlloader_impl.cc | 279 // call to WebURLLoaderClient. The bridge requires its Peer to stay alive 282 public ResourceLoaderBridge::Peer { 295 // ResourceLoaderBridge::Peer methods:
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 110 ATTRIBUTE Ascend-IPX-Peer-Mode 216 integer 174 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Router 0 175 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Dialin 1
|
/external/iproute2/doc/ |
ip-cref.tex | 285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS| 287 --- change the link layer broadcast address or the peer address when 406 attached to each end. All packets sent to this link will reach the peer 407 and all packets received by us came from this single peer. 464 (or the peer address for pointopoint links) is a 471 NBMA links have no well-defined broadcast or peer address, 584 \item \verb|peer ADDRESS| 588 encoding the network prefix length. If a peer address is specified, 590 with the peer rather than with the local address. [all...] |