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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/src/fxge/android/
fx_android_font.h 15 virtual void Release()
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_interface.cc 26 void FakeVarInterface::Release(PP_Var var) {
27 manager_->Release(var);
  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.cc 24 : handle_(handle.Release()) {
31 PP_FileHandle PassFileHandle::Release() {
  /external/chromium_org/ppapi/utility/threading/
lock.cc 25 void Lock::Release() {
43 void Lock::Release() {
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
scoped_pixel_buffer_object.cc 23 Release();
37 Release();
46 void ScopedPixelBufferObject::Release() {
desktop_configuration_monitor.h 42 void Release() {
  /external/chromium_org/third_party/webrtc/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() {
  /external/chromium_org/ui/base/dragdrop/
drag_source_win.cc 50 ULONG DragSourceWin::Release() {
51 base::RefCountedThreadSafe<DragSourceWin>::Release();
  /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() {
  /external/chromium_org/base/
callback_helpers.cc 24 Closure old_closure = Release();
30 Closure old_closure = Release();
36 Closure ScopedClosureRunner::Release() {
scoped_native_library.cc 38 NativeLibrary ScopedNativeLibrary::Release() {
  /external/chromium_org/base/mac/
scoped_cftyperef.h 34 static void Release(CFTypeRef object) {
  /external/chromium_org/base/memory/
ref_counted.cc 26 "calling Release()";
37 bool RefCountedThreadSafeBase::Release() const {
ref_counted_delete_on_message_loop.h 45 void Release() const {
46 if (subtle::RefCountedThreadSafeBase::Release())
  /external/chromium_org/base/win/
iunknown_impl.cc 22 ULONG STDMETHODCALLTYPE IUnknownImpl::Release() {
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.cc 35 void FakeBluetoothProfileServiceProvider::Release() {
36 VLOG(1) << object_path_.value() << ": Release";
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_tap_gesture.cc 49 // Release immediately if duration is 0.
51 Release(target, timestamp);
60 Release(target, start_time_ + GetDuration());
91 void SyntheticTapGesture::Release(SyntheticGestureTarget* target,
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_resource.cc 53 PP_Resource ScopedPPResource::Release() {
scoped_pp_var.cc 43 PP_Var ScopedPPVar::Release() {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_ashmem.h 21 int Release() {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
lock_posix.h 48 void Release() const {
  /external/chromium_org/third_party/webrtc/test/
fake_decoder.cc 53 int32_t FakeDecoder::Release() {
  /external/chromium_org/ui/gl/
scoped_cgl.h 20 static void Release(CGLContextObj object) {
30 static void Release(CGLPixelFormatObj object) {
48 // release destroys the context).
  /external/chromium_org/webkit/common/blob/
scoped_file.cc 48 base::FilePath ScopedFile::Release() {
73 Release();
82 path_ = other.Release();

Completed in 714 milliseconds

1 2 3 4 5 6 7 8 91011>>