Searched defs:Release (Results 1 - 25 of 142) sorted by relevance

123456

/external/webkit/Source/WebKit/android/jni/
H A DWebCoreRefObject.h40 static inline void Release(WebCoreRefObject* obj) function
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp49 ULONG STDMETHODCALLTYPE WebInspectorDelegate::Release() function in class:WebInspectorDelegate
/external/webrtc/src/modules/interface/
H A Dmodule.h54 virtual int32_t Release() { function in class:webrtc::RefCountedModule
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
111 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
114 void Release(int marker); method in interface:Antlr.Runtime.IIntStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs111 void Release( int marker ); method in interface:Antlr.Runtime.IIntStream
/external/chromium/base/memory/
H A Dref_counted.cc24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
38 bool RefCountedBase::Release() const { function in class:base::subtle::RefCountedBase
68 "calling Release()";
79 bool RefCountedThreadSafeBase::Release() const { function in class:base::subtle::RefCountedThreadSafeBase
H A Dscoped_native_library.cc38 NativeLibrary ScopedNativeLibrary::Release() { function in class:base::ScopedNativeLibrary
/external/webkit/Source/JavaScriptGlue/
H A DJSBase.cpp45 void JSBase::Release() function in class:JSBase
/external/webkit/Source/WebKit/win/
H A DWebCookieManager.cpp75 ULONG STDMETHODCALLTYPE WebCookieManager::Release() function in class:WebCookieManager
H A DWebGeolocationPolicyListener.cpp76 ULONG STDMETHODCALLTYPE WebGeolocationPolicyListener::Release() function in class:WebGeolocationPolicyListener
H A DWebJavaScriptCollector.cpp82 ULONG STDMETHODCALLTYPE WebJavaScriptCollector::Release(void) function in class:WebJavaScriptCollector
H A DWebTextRenderer.cpp73 ULONG STDMETHODCALLTYPE WebTextRenderer::Release() function in class:WebTextRenderer
H A DWebURLAuthenticationChallengeSender.cpp86 ULONG STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::Release(void) function in class:WebURLAuthenticationChallengeSender
H A DWebWorkersPrivate.cpp60 ULONG STDMETHODCALLTYPE WebWorkersPrivate::Release(void) function in class:WebWorkersPrivate
H A DWebFramePolicyListener.cpp83 ULONG STDMETHODCALLTYPE WebFramePolicyListener::Release(void) function in class:WebFramePolicyListener
H A DWebGeolocationPosition.cpp75 ULONG WebGeolocationPosition::Release() function in class:WebGeolocationPosition
H A DWebNavigationData.cpp53 ULONG STDMETHODCALLTYPE WebNavigationData::Release(void) function in class:WebNavigationData
H A DWebNotification.cpp57 m_anObject->Release();
59 m_userInfo->Release();
93 ULONG STDMETHODCALLTYPE WebNotification::Release(void) function in class:WebNotification
H A DWebScriptObject.cpp69 ULONG STDMETHODCALLTYPE WebScriptObject::Release(void) function in class:WebScriptObject
H A DWebScriptWorld.cpp96 ULONG WebScriptWorld::Release() function in class:WebScriptWorld
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragSource.cpp67 ULONG WebDragSource::Release(void) function in class:WebDragSource
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h20 // int32_t AddRef() and int32_t Release().
29 // virtual int32_t Release() = 0:
68 virtual int32_t Release() { function in class:webrtc::RefCountImpl
/external/chromium/base/synchronization/
H A Dlock.h24 void Release() { lock_.Unlock(); } function in class:base::Lock
45 void Release() {
103 lock_.Release();
111 // AutoUnlock is a helper that will Release() the |lock| argument in the
118 lock_.Release();
/external/chromium/base/win/
H A Dscoped_comptr_unittest.cc20 void Release() { ++releases; } function in struct:base::win::__anon1674::Dummy
53 qi_test.Release();
63 naked_copy->Release();
65 copy1.Release();
74 unk.Release();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsignalthread.cc88 // Release the thread's lock so that it can return from ::Run.
99 void SignalThread::Release() { function in class:talk_base::SignalThread

Completed in 456 milliseconds

123456