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

123456

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTexture.cpp80 bool LayerTexture::protect(const IntSize& size, BlackBerry::Platform::Graphics::BufferType type) function in class:WebCore::LayerTexture
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSocketStreamHandleBase.cpp96 RefPtr<SocketStreamHandle> protect(static_cast<SocketStreamHandle*>(this)); // platformClose calls the client, which may make the handle get deallocated immediately.
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransactionBackendImpl.cpp109 RefPtr<IDBTransactionBackendImpl> protect(this);
202 RefPtr<IDBTransactionBackendImpl> protect(this);
245 RefPtr<IDBTransactionBackendImpl> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DUserMediaRequest.cpp169 RefPtr<UserMediaRequest> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabaseBackend.cpp107 RefPtr<DatabaseBackend> protect = this; local
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSEventListener.h82 RefPtr<JSEventListener> protect(const_cast<JSEventListener*>(this));
H A DJSEventListener.cpp114 RefPtr<JSEventListener> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DScriptRunner.cpp106 RefPtr<Document> protect(m_document);
H A DContainerNodeAlgorithms.h184 RefPtr<GenericNode> protect(n); // removedFromDocument may remove remove all references to this node.
197 RefPtr<Node> protect(node);
H A DContainerNode.cpp191 // This should never happen, but also protect release builds from tree corruption.
249 RefPtr<Node> protect(this);
367 RefPtr<Node> protect(this);
489 RefPtr<Node> protect(this);
597 RefPtr<ContainerNode> protect(this);
608 willRemoveChildren(protect.get());
633 RefPtr<ContainerNode> protect(this);
736 RefPtr<ContainerNode> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/plugins/win/
H A DPluginMessageThrottlerWin.cpp110 RefPtr<PluginView> protect(m_pluginView);
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerScriptLoader.cpp93 RefPtr<WorkerScriptLoader> protect(this);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginStream.mm384 RefPtr<WebNetscapePluginStream> protect(this);
461 RefPtr<WebNetscapePluginStream> protect(this);
495 RefPtr<WebNetscapePluginStream> protect(this);
506 RefPtr<WebNetscapePluginStream> protect(this);
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/
H A DpkgIndex.tcl.in7 {aebuild.tcl source {::tclAE::build::throw ::tclAE::build::event ::tclAE::build::resultDataAs ::tclAE::build::resultData ::tclAE::build::resultDescAs ::tclAE::build::resultDesc ::tclAE::build::protect ::tclAE::build::objectProperty ::tclAE::build::coercion ::tclAE::build::List ::tclAE::build::hexd ::tclAE::build::_ensureBinary ::tclAE::build::bool ::tclAE::build::TEXT ::tclAE::build::alis ::tclAE::build::fss ::tclAE::build::path ::tclAE::build::enum ::tclAE::build::name ::tclAE::build::filename ::tclAE::build::winByName ::tclAE::build::winByPos ::tclAE::build::lineRange ::tclAE::build::charRange ::tclAE::build::absPos ::tclAE::build::nullObject ::tclAE::build::objectType ::tclAE::build::nameObject ::tclAE::build::indexObject ::tclAE::build::everyObject ::tclAE::build::rangeObject ::tclAE::build::propertyObject ::tclAE::build::propertyListObject ::tclAE::build::startupDisk ::tclAE::build::userName ::tclAE::build::foldername ::tclAE::build::kpid}}\
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWorkerThreadableWebSocketChannel.cpp420 RefPtr<Bridge> protect(this);
483 RefPtr<Bridge> protect(this);
501 RefPtr<Bridge> protect(this);
515 RefPtr<Bridge> protect(this);
538 RefPtr<Bridge> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesis.cpp158 RefPtr<SpeechSynthesisUtterance> protect(utterance);
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_root.cpp204 RefPtr<RootObject> protect(this);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLEmbedElement.cpp164 RefPtr<HTMLEmbedElement> protect(this); // Loading the plugin might remove us from the document.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DDisplayRefreshMonitor.cpp108 // The call back can cause all our clients to be unregistered, so we need to protect
110 RefPtr<DisplayRefreshMonitor> protect(this);
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_securerandom.rb167 def protect method in class:TestSecureRandom
/macosx-10.9.5/objc4-551.1/runtime/
H A DNSObject.mm519 inline void protect() {
544 parent->protect();
546 protect();
610 protect();
638 page->protect();
669 page->protect();
888 p->protect();
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DDocumentThreadableLoader.cpp147 RefPtr<DocumentThreadableLoader> protect(this);
183 RefPtr<DocumentThreadableLoader> protect(this);
H A DNavigationScheduler.cpp423 RefPtr<Frame> protect(m_frame);
434 RefPtr<Frame> protect(m_frame);
/macosx-10.9.5/groff-38/groff/arch/djgpp/
H A Dconfig.bat4 Rem The SmallEnv tests protect against fixed and too small size
/macosx-10.9.5/vim-53/runtime/syntax/
H A Damiga.vim50 syn keyword amiKey autopoint diskchange format lock protect sort

Completed in 240 milliseconds

123456