HomeSort by relevance Sort by last modified time
    Searched defs:Release (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebKit/android/jni/
WebCoreRefObject.h 40 static inline void Release(WebCoreRefObject* obj)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 49 ULONG STDMETHODCALLTYPE WebInspectorDelegate::Release()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragSource.cpp 67 ULONG WebDragSource::Release(void)
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 20 // int32_t AddRef() and int32_t Release().
29 // virtual int32_t Release() = 0:
68 virtual int32_t Release() {
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 36 LONG AdbWinUsbIOCompletion::Release() {
adb_winusb_endpoint_object.cpp 36 LONG AdbWinUsbEndpointObject::Release() {
103 adb_io_completion->Release();
  /external/chromium/base/memory/
scoped_native_library.cc 38 NativeLibrary ScopedNativeLibrary::Release() {
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
30 // Current thread books the critical section "AddRelease" without release it.
38 bool RefCountedBase::Release() const {
40 // Current thread books the critical section "AddRelease" without release it.
68 "calling Release()";
79 bool RefCountedThreadSafeBase::Release() const {
  /external/webkit/Source/JavaScriptGlue/
JSBase.cpp 45 void JSBase::Release()
  /external/webkit/Source/WebKit/win/
WebCookieManager.cpp 75 ULONG STDMETHODCALLTYPE WebCookieManager::Release()
WebGeolocationPolicyListener.cpp 76 ULONG STDMETHODCALLTYPE WebGeolocationPolicyListener::Release()
WebGeolocationPosition.cpp 75 ULONG WebGeolocationPosition::Release()
WebTextRenderer.cpp 73 ULONG STDMETHODCALLTYPE WebTextRenderer::Release()
WebURLAuthenticationChallengeSender.cpp 86 ULONG STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::Release(void)
WebWorkersPrivate.cpp 60 ULONG STDMETHODCALLTYPE WebWorkersPrivate::Release(void)
DOMCSSClasses.h 47 virtual ULONG STDMETHODCALLTYPE Release(void) { return DOMObject::Release(); }
WebActionPropertyBag.cpp 87 ULONG STDMETHODCALLTYPE WebActionPropertyBag::Release()
137 V_BSTR(pVar) = BString(m_action.url().string()).release();
  /external/webrtc/src/modules/interface/
module.h 54 virtual int32_t Release() {
  /development/host/windows/usb/api/
adb_api_instance.h 86 LONG Release() {
adb_object_handle.cpp 53 LONG AdbObjectHandle::Release() {
117 // Remove ourselves from the map, close and release the object
120 Release();
135 Release();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
111 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
112 /// you have to release resources for depths 2..5.
114 void Release(int marker);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 80 * essentially calling release() and seek(). If there are markers
107 * argument. So if you're nested 5 levels of mark(), and then release(2)
108 * you have to release resources for depths 2..5.
111 void Release( int marker );
  /external/chromium/base/synchronization/
waitable_event_win.cc 31 HANDLE WaitableEvent::Release() {
  /external/chromium/third_party/libjingle/source/talk/base/
signalthread.cc 88 // Release the thread's lock so that it can return from ::Run.
99 void SignalThread::Release() {
  /external/chromium/third_party/libjingle/source/talk/xmllite/
qname.h 47 data_->Release();
73 void Release() { if (!--refcount_) { delete this; } }

Completed in 548 milliseconds

1 2 3 4 5 6 7