/external/chromium_org/media/audio/ |
D | scoped_task_runner_observer.cc | 29 loop->AddDestructionObserver(this); in ObserveLoopDestruction()
|
/external/chromium_org/content/test/ |
D | test_web_contents.cc | 183 AddDestructionObserver(opener_); in SetOpener() 189 AddDestructionObserver(contents); in AddPendingContents()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | shader_translator_cache.cc | 52 translator->AddDestructionObserver(this); in GetTranslator()
|
D | shader_translator.h | 134 void AddDestructionObserver(DestructionObserver* observer);
|
D | shader_translator.cc | 235 void ShaderTranslator::AddDestructionObserver( in AddDestructionObserver() function in gpu::gles2::ShaderTranslator
|
/external/chromium_org/base/win/ |
D | object_watcher.cc | 54 MessageLoop::current()->AddDestructionObserver(this); in StartWatching()
|
/external/chromium_org/content/browser/ |
D | device_monitor_udev.cc | 52 base::MessageLoop::current()->AddDestructionObserver(this); in Initialize()
|
/external/chromium_org/device/hid/ |
D | hid_service.cc | 60 base::MessageLoop::current()->AddDestructionObserver(destroyer); in GetInstance()
|
D | device_monitor_linux.cc | 29 base::MessageLoop::current()->AddDestructionObserver(this); in DeviceMonitorLinux()
|
D | input_service_linux.cc | 166 base::MessageLoop::current()->AddDestructionObserver(this); in InputServiceLinux()
|
D | hid_connection_win.cc | 80 base::MessageLoop::current()->AddDestructionObserver(this); in TakeResultFromWindowsAPI()
|
/external/chromium_org/base/synchronization/ |
D | waitable_event_watcher_posix.cc | 168 current_ml->AddDestructionObserver(this); in StartWatching()
|
/external/chromium_org/sync/internal_api/public/engine/ |
D | model_safe_worker.cc | 144 base::MessageLoop::current()->AddDestructionObserver(this); in SetWorkingLoopToCurrent()
|
/external/chromium_org/device/usb/ |
D | usb_service_impl.cc | 102 base::MessageLoop::current()->AddDestructionObserver(this); in UsbServiceImpl()
|
/external/chromium_org/content/common/gpu/ |
D | stream_texture_android.cc | 74 owner_stub->AddDestructionObserver(this); in StreamTexture()
|
D | gpu_command_buffer_stub.h | 132 void AddDestructionObserver(DestructionObserver* observer);
|
D | texture_image_transport_surface.cc | 115 helper_->stub()->AddDestructionObserver(this); in GetBackingFrameBufferObject()
|
/external/chromium_org/base/threading/ |
D | thread_unittest.cc | 112 base::MessageLoop::current()->AddDestructionObserver(observer); in RegisterDestructionObserver()
|
/external/chromium_org/base/files/ |
D | file_path_watcher_win.cc | 98 MessageLoop::current()->AddDestructionObserver(this); in Watch()
|
D | file_path_watcher_kqueue.cc | 329 MessageLoop::current()->AddDestructionObserver(this); in Watch()
|
/external/chromium_org/content/common/gpu/media/ |
D | gpu_video_encode_accelerator.cc | 57 stub_->AddDestructionObserver(this); in GpuVideoEncodeAccelerator()
|
/external/chromium_org/jingle/glue/ |
D | thread_wrapper.cc | 37 message_loop->AddDestructionObserver(current()); in EnsureForCurrentMessageLoop()
|
/external/chromium_org/media/base/ |
D | user_input_monitor_win.cc | 148 base::MessageLoop::current()->AddDestructionObserver(this); in StartMonitor()
|
D | user_input_monitor_linux.cc | 239 base::MessageLoop::current()->AddDestructionObserver(this); in StartMonitor()
|
/external/chromium_org/base/message_loop/ |
D | message_loop.h | 152 void AddDestructionObserver(DestructionObserver* destruction_observer);
|