Searched refs:protect (Results 101 - 125 of 159) sorted by relevance

1234567

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioContext.cpp852 Ref<AudioContext> protect(*this);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontSelector.cpp596 Ref<CSSFontSelector> protect(*this);
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DSliderThumbElement.cpp247 Ref<SliderThumbElement> protect(*this);
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DAnimationBase.cpp456 Ref<AnimationBase> protect(*this);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceHandleCFNet.cpp300 Ref<ResourceHandle> protect(*this);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebDownloadCFNet.cpp506 COMPtr<WebDownload> protect = this; local
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DConnection.cpp477 Ref<Connection> protect(*this);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.cpp454 Ref<WebProcessProxy> protect(*this);
H A DWebContext.cpp819 RefPtr<WebProcessProxy> protect(process);
837 RefPtr<WebProcessProxy> protect(process);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProxy.cpp179 // Calling out to the connection and the controller could potentially cause the plug-in proxy to go away, so protect it here.
180 Ref<PluginProxy> protect(*this);
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DXMLDocumentParserLibxml2.cpp679 Ref<XMLDocumentParser> protect(*this);
878 Ref<XMLDocumentParser> protect(*this);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.mm295 // protect self temporarily, as the bridge receivedData call could remove our last ref
296 RetainPtr<WebDataSource*> protect(self);
/macosx-10.10/gnudiff-19/diffutils/ms/
H A Dconfig.bat25 Rem The small_env tests protect against fixed and too small size
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dwidget.test341 window protect against that case where one component destroy
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm351 Ref<NetscapePluginInstanceProxy> protect(*this);
636 // Loading the request can cause the instance proxy to go away, so protect it.
637 Ref<NetscapePluginInstanceProxy> protect(*this);
710 Ref<NetscapePluginInstanceProxy> protect(*this); // Executing arbitrary JavaScript can destroy the proxy.
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DResourceHandleMac.mm495 Ref<ResourceHandle> protect(*this);
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebInspectorClient.mm734 RetainPtr<WebInspectorWindowController> protect(self);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm570 Ref<NetscapePlugin> protect(*this);
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-util.el111 (unwind-protect
833 ;;; The primary idea here is to try to protect internal datastructures
842 "Evaluate FORMS atomically, which means to protect the evaluation
854 (defmacro gnus-atomic-progn-assign (protect &rest forms)
867 protect))
/macosx-10.10/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.bat3 Rem The SmallEnv tests protect against fixed and too small size
/macosx-10.10/libmalloc-53.1.1/src/
H A Dnano_malloc.c266 protect(void *address, size_t size, unsigned protection, unsigned debug_flags) function
273 malloc_printf("*** can't protect(%p) region for prelude guard page at %p\n",
280 malloc_printf("*** can't protect(%p) region for postlude guard page at %p\n",
317 protect((void *)addr, size, PROT_NONE, debug_flags);
807 ((chained_block_t)ptr)->next = NULL; // clear out next pointer to protect free list
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim72 syn keyword fsOptionsKeywords contained protect usemp verbose
H A Dmupad.vim117 syn keyword mupadFunction product protect psi quit _quit radsimp random rationalize
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp1834 RefPtr<RegisterID> protect = propertyName; local
1851 RefPtr<RegisterID> protect = propertyName; local
1859 RefPtr<RegisterID> protect = propertyName; local
1883 RefPtr<RegisterID> protect(propertyName);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeap.cpp397 void Heap::protect(JSValue k) function in class:JSC::Heap

Completed in 570 milliseconds

1234567