Searched refs:protect (Results 26 - 50 of 88) sorted by relevance

1234

/external/webkit/Source/WebCore/plugins/win/
H A DPluginMessageThrottlerWin.cpp110 RefPtr<PluginView> protect(m_pluginView);
/external/libvorbis/doc/
H A Dfooter.tex11 to protect essential tenets of Internet multimedia from corporate
/external/webkit/Source/WebCore/platform/network/soup/
H A DSocketStreamHandleSoup.cpp118 RefPtr<SocketStreamHandle> protect(this);
138 RefPtr<SocketStreamHandle> protect(this);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.mm381 RefPtr<WebNetscapePluginStream> protect(this);
460 RefPtr<WebNetscapePluginStream> protect(this);
494 RefPtr<WebNetscapePluginStream> protect(this);
505 RefPtr<WebNetscapePluginStream> protect(this);
H A DWebNetscapePluginEventHandlerCocoa.mm60 RetainPtr<CGContextRef> protect(context);
/external/expat/amiga/
H A DMakefile91 protect $@ -e
155 protect $@ -e
219 protect $@ -e
284 protect $@ -e
/external/libvpx/examples/includes/geshi/contrib/
H A Daliased.php8 * to protect this alias as necessary.
/external/webkit/Source/JavaScriptCore/heap/
H A DHeap.h81 void protect(JSValue);
82 bool unprotect(JSValue); // True when the protect count drops to 0.
H A DHeap.cpp76 RefPtr<JSGlobalData> protect(m_globalData);
132 void Heap::protect(JSValue k) function in class:JSC::Heap
/external/webkit/Source/WebCore/bindings/v8/
H A DV8AbstractEventListener.cpp91 RefPtr<V8AbstractEventListener> protect(this);
H A DScriptController.cpp233 RefPtr<Frame> protect(m_frame);
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp179 RefPtr<ThreadableLoader> protect(m_loader);
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp199 RefPtr<LayerTreeHostCA> protect(this);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannel.cpp188 RefPtr<WebSocketChannel> protect(this); // The client can close the channel, potentially removing the last reference.
393 RefPtr<WebSocketChannel> protect(this); // The client can close the channel, potentially removing the last reference.
H A DWorkerThreadableWebSocketChannel.cpp303 RefPtr<Bridge> protect(this);
325 RefPtr<Bridge> protect(this);
/external/chromium/net/websockets/
H A Dwebsocket.cc252 scoped_refptr<WebSocket> protect(this);
301 scoped_refptr<WebSocket> protect(this);
H A Dwebsocket_job.cc150 scoped_refptr<WebSocketJob> protect(this);
243 scoped_refptr<WebSocketJob> protect(this);
/external/webkit/Source/WebCore/loader/
H A DDocumentThreadableLoader.cpp185 RefPtr<DocumentThreadableLoader> protect(this);
307 RefPtr<DocumentThreadableLoader> protect(this);
/external/webkit/Source/WebCore/dom/
H A DEventTarget.cpp345 RefPtr<EventTarget> protect = this; local
H A DXMLDocumentParser.cpp357 RefPtr<XMLDocumentParser> protect(this);
/external/webkit/Source/WebKit/chromium/src/
H A DApplicationCacheHost.cpp252 RefPtr<DocumentLoader> protect(documentLoader());
/external/webkit/Source/WebCore/platform/network/cf/
H A DSocketStreamHandleCFNet.cpp505 RefPtr<SocketStreamHandle> protect(this); // The client can close the handle, potentially removing the last reference.
569 RefPtr<SocketStreamHandle> protect(this); // The client can close the handle, potentially removing the last reference.
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c1462 UINT8 protect = 0; local
1544 protect |= 1;
1552 protect |= 2;
1559 if (protect == 3)
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp172 RefPtr<PluginView> protect(this);
472 // PluginView, so we protect it. <rdar://problem/6991251>
473 RefPtr<PluginView> protect(this);
785 RefPtr<PluginView> protect(this);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptController.cpp137 RefPtr<Frame> protect = m_frame; local

Completed in 385 milliseconds

1234