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

12345678

/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 Dcallback_helpers.cc24 Closure old_closure = Release();
30 Closure old_closure = Release();
36 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/ppapi/cpp/private/
H A Dpass_file_handle.cc24 : handle_(handle.Release()) {
31 PP_FileHandle PassFileHandle::Release() { function in class:pp::PassFileHandle
/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/cc/base/
H A Dref_counted_managed.h24 virtual void Release(T* object) = 0;
43 void Release() { function in class:cc::RefCountedManaged
44 if (base::subtle::RefCountedBase::Release()) {
50 manager_->Release(static_cast<T*>(this));
/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/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.cc62 // Release immediately if duration is 0.
64 Release(target);
74 Release(target);
102 void SyntheticTapGesture::Release(SyntheticGestureTarget* target) { function in class:content::SyntheticTapGesture
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.cc52 void PpbBufferAllocator::Release(uint32_t buffer_id) { function in class:media::PpbBufferAllocator
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dinode_pool.h42 void Release(ino_t ino) { function in class:nacl_io::INodePool
H A Dpepper_interface.cc37 PP_Resource ScopedResource::Release() { function in class:nacl_io::ScopedResource
/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/native_client_sdk/src/tests/nacl_io_test/
H A Dfake_var_interface.cc40 void FakeVarInterface::Release(PP_Var var) { function in class:FakeVarInterface
42 // Release() removes a reference to given var, deleting it if the internal
/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/ppapi/shared_impl/
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/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dbuilders_unittests.js61 "Apple Lion Release WK2 (Tests)": {
79 "Qt Linux Release": {

Completed in 1961 milliseconds

12345678