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

1234567

/external/chromium_org/ppapi/utility/threading/
H A Dlock.cc25 void Lock::Release() { function in class:pp::Lock
43 void Lock::Release() {
/external/chromium_org/base/
H A Dbind_helpers.cc23 Closure ScopedClosureRunner::Release() { function in class:base::ScopedClosureRunner
H A Dscoped_native_library.cc38 NativeLibrary ScopedNativeLibrary::Release() { function in class:base::ScopedNativeLibrary
/external/chromium_org/base/win/
H A Diunknown_impl.cc22 ULONG STDMETHODCALLTYPE IUnknownImpl::Release() { function in class:base::win::IUnknownImpl
/external/chromium_org/chrome_frame/
H A Dscoped_initialization_manager.h24 ~ScopedInitializationManager() { Release(); }
34 static void Release() { function in class:chrome_frame::ScopedInitializationManager
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpepper_interface.cc21 PP_Resource ScopedResource::Release() { function in class:nacl_io::ScopedResource
H A Dinode_pool.h42 void Release(ino_t ino) { function in class:nacl_io::INodePool
/external/chromium_org/ppapi/cpp/private/
H A Dpass_file_handle.cc24 : handle_(handle.Release()) {
31 PP_FileHandle PassFileHandle::Release() { function in class:pp::PassFileHandle
/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock.cc33 void ProxyLock::Release() { function in class:ppapi::ProxyLock
41 lock->Release();
H A Dscoped_pp_resource.cc57 PP_Resource ScopedPPResource::Release() { function in class:ppapi::ScopedPPResource
H A Dscoped_pp_var.cc50 PP_Var ScopedPPVar::Release() { function in class:ppapi::ScopedPPVar
/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/chromium_org/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 Dref_counted_delete_on_message_loop.h45 void Release() const { function in class:base::RefCountedDeleteOnMessageLoop
46 if (subtle::RefCountedThreadSafeBase::Release())
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_service_provider.cc35 void FakeBluetoothProfileServiceProvider::Release() { function in class:chromeos::FakeBluetoothProfileServiceProvider
36 VLOG(1) << object_path_.value() << ": Release";
37 delegate_->Release();
/external/chromium_org/gpu/command_buffer/client/
H A Datomicops.cc43 void Release() { function in class:gpu::LockImpl
86 void Lock::Release() { function in class:gpu::Lock
87 lock_->Release();
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dref_object.h55 bool Release() { function in class:sdk_util::RefObject
/external/chromium_org/ppapi/c/
H A Dppb_var.h44 * Release() removes a reference to given var, deleting it if the internal
51 void (*Release)(struct PP_Var var); member in struct:PPB_Var_1_1
102 void (*Release)(struct PP_Var var); member in struct:PPB_Var_1_0
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe_unittest.cc38 virtual int32_t Release() { return --ref_count_; } function in class:NativeHandleImpl
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
H A Dlock_posix.h48 void Release() const { function in class:i18n::phonenumbers::Lock
/external/chromium_org/ui/base/dragdrop/
H A Ddrag_source_win.cc50 ULONG DragSourceWin::Release() { function in class:ui::DragSourceWin
51 base::RefCountedThreadSafe<DragSourceWin>::Release();

Completed in 703 milliseconds

1234567