Searched refs:protect (Results 1 - 25 of 147) sorted by relevance

123456

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dprotection.test26 test protect-1.1 {define a class with various protection levels} {
53 test protect-1.2 {create an object to execute tests} {
57 test protect-1.3a {public methods can be accessed from outside} {
61 test protect-1.3b {public methods can be accessed from inside} {
65 test protect-1.4a {protected methods are blocked from outside} {
75 test protect-1.4b {protected methods can be accessed from inside} {
79 test protect-1.5a {private methods are blocked from outside} {
89 test protect-1.5b {private methods can be accessed from inside} {
93 test protect-1.6a {public procs can be accessed from outside} {
97 test protect
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSRequestAnimationFrameCallbackCustom.cpp41 RefPtr<JSRequestAnimationFrameCallback> protect(this);
H A DJSCustomSQLStatementErrorCallback.cpp49 RefPtr<JSSQLStatementErrorCallback> protect(this);
H A DJSMutationCallback.cpp58 RefPtr<JSMutationCallback> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTile.cpp73 m_texture->protect();
95 texture->protect();
H A DLayerTexture.h40 // The only way to prevent eviction this is to call LayerTexture::protect().
58 void protect() { ++m_protectionCount; } function in class:WebCore::LayerTexture
62 bool protect(const IntSize&, BlackBerry::Platform::Graphics::BufferType = BlackBerry::Platform::Graphics::BackedWhenNecessary);
H A DLayerRendererSurface.cpp69 return m_texture->protect(m_size, BlackBerry::Platform::Graphics::AlwaysBacked);
/macosx-10.9.5/WebCore-7537.78.1/loader/cf/
H A DSubresourceLoaderCF.cpp35 RefPtr<SubresourceLoader> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestCallback.cpp65 RefPtr<JSTestCallback> protect(this);
81 RefPtr<JSTestCallback> protect(this);
99 RefPtr<JSTestCallback> protect(this);
118 RefPtr<JSTestCallback> protect(this);
136 RefPtr<JSTestCallback> protect(this);
156 RefPtr<JSTestCallback> protect(this);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DProtect.h32 Heap::heap(val)->protect(val);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DNetscapePlugInStreamLoader.cpp71 RefPtr<NetscapePlugInStreamLoader> protect(this);
108 RefPtr<NetscapePlugInStreamLoader> protect(this);
117 RefPtr<NetscapePlugInStreamLoader> protect(this);
126 RefPtr<NetscapePlugInStreamLoader> protect(this);
H A DSubresourceLoader.cpp126 RefPtr<SubresourceLoader> protect(this);
161 RefPtr<SubresourceLoader> protect(this);
172 RefPtr<SubresourceLoader> protect(this);
243 RefPtr<SubresourceLoader> protect(this);
277 RefPtr<SubresourceLoader> protect(this);
302 RefPtr<SubresourceLoader> protect(this);
326 RefPtr<SubresourceLoader> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DSocketStreamHandleBlackBerry.cpp106 RefPtr<SocketStreamHandle> protect(this);
121 RefPtr<SocketStreamHandle> protect(this);
135 RefPtr<SocketStreamHandle> protect(this);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownloadCurl.cpp163 COMPtr<WebDownload> protect = this; local
180 COMPtr<WebDownload> protect = this; local
188 COMPtr<WebDownload> protect = this; local
196 COMPtr<WebDownload> protect = this; local
/macosx-10.9.5/libauto-185.5/
H A DWriteBarrier.h70 WriteBarrier(void *base, void *address, const usword_t size, const usword_t protect = 0)
71 : Range(address, size), _base(base), _protect(protect)
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedRawResource.cpp58 CachedResourceHandle<CachedRawResource> protect(this);
82 CachedResourceHandle<CachedRawResource> protect(this);
107 CachedResourceHandle<CachedRawResource> protect(this);
120 CachedResourceHandle<CachedRawResource> protect(this);
151 CachedResourceHandle<CachedRawResource> protect(this);
163 CachedResourceHandle<CachedRawResource> protect(this);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp69 RefPtr<NetscapePluginStream> protect(this);
77 RefPtr<NetscapePluginStream> protect(this);
85 RefPtr<NetscapePluginStream> protect(this);
93 RefPtr<NetscapePluginStream> protect(this);
102 RefPtr<NetscapePluginStream> protect(this);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A DREADME16 This translation trick is necessary to protect the files when
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/samples/
H A Dtransactional_counter.php24 // Increment and reset counter, protect it with $txn
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DGenericEventQueue.cpp87 RefPtr<EventTarget> protect(m_owner);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFrameOwnerElement.cpp83 RefPtr<Frame> protect(frame);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DBlobResourceHandle.cpp248 RefPtr<BlobResourceHandle> protect(this); // getSizeForNext calls the client
263 RefPtr<BlobResourceHandle> protect(this);
348 RefPtr<BlobResourceHandle> protect(this);
470 RefPtr<BlobResourceHandle> protect(this);
522 RefPtr<BlobResourceHandle> protect(this);
552 RefPtr<BlobResourceHandle> protect(this);
570 RefPtr<BlobResourceHandle> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginStream.cpp178 RefPtr<PluginStream> protect(this);
217 RefPtr<PluginStream> protect(this);
252 RefPtr<PluginStream> protect(this);
413 // so protect it here.
414 RefPtr<PluginStream> protect(this);
441 RefPtr<PluginStream> protect(this);
454 RefPtr<PluginStream> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLDocumentParser.cpp184 RefPtr<HTMLDocumentParser> protect(this);
248 RefPtr<HTMLDocumentParser> protect(this);
323 RefPtr<HTMLDocumentParser> protect(this);
629 RefPtr<HTMLDocumentParser> protect(this);
716 RefPtr<HTMLDocumentParser> protect(this);
889 RefPtr<HTMLDocumentParser> protect(this);
925 RefPtr<HTMLDocumentParser> protect(this);
952 RefPtr<HTMLDocumentParser> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/bindings/
H A DScriptControllerBase.cpp72 RefPtr<Frame> protect(m_frame); // Script execution can destroy the frame, and thus the ScriptController.
115 // so protect it with a RefPtr.

Completed in 480 milliseconds

123456