/external/chromium_org/extensions/browser/ |
D | extension_function.cc | 27 void ExtensionFunctionDeleteTraits::Destruct(const ExtensionFunction* x) { in Destruct() function in ExtensionFunctionDeleteTraits 28 x->Destruct(); in Destruct() 166 void UIThreadExtensionFunction::Destruct() const { in Destruct() function in UIThreadExtensionFunction 167 BrowserThread::DeleteOnUIThread::Destruct(this); in Destruct() 210 void IOThreadExtensionFunction::Destruct() const { in Destruct() function in IOThreadExtensionFunction 211 BrowserThread::DeleteOnIOThread::Destruct(this); in Destruct()
|
D | extension_function.h | 77 static void Destruct(const ExtensionFunction* x); 200 virtual void Destruct() const = 0; 342 virtual void Destruct() const OVERRIDE; 387 virtual void Destruct() const OVERRIDE;
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 90 HandleType::Destruct(Handle); in ~ScopedHandle() 96 HandleType::Destruct(Handle); in operator =() 118 static void Destruct(handle_type Handle) { in Destruct() function 134 static void Destruct(handle_type Handle) { in Destruct() function 150 static void Destruct(handle_type Handle) { in Destruct() function
|
/external/chromium_org/components/browser_context_keyed_service/ |
D | refcounted_browser_context_keyed_service.cc | 10 void RefcountedBrowserContextKeyedServiceTraits::Destruct( in Destruct() function in impl::RefcountedBrowserContextKeyedServiceTraits
|
D | refcounted_browser_context_keyed_service.h | 19 static void Destruct(const RefcountedBrowserContextKeyedService* obj);
|
/external/chromium/base/memory/ |
D | ref_counted.h | 110 static void Destruct(const T* x) { in Destruct() function 143 Traits::Destruct(static_cast<const T*>(this)); in Release()
|
/external/chromium_org/base/memory/ |
D | ref_counted.h | 110 static void Destruct(const T* x) { in Destruct() function 142 Traits::Destruct(static_cast<const T*>(this)); in Release()
|
/external/chromium_org/content/browser/streams/ |
D | stream_context.h | 53 static void Destruct(const StreamContext* context) { in Destruct() function
|
/external/chromium_org/net/url_request/ |
D | url_request_context_getter.h | 51 static void Destruct(const URLRequestContextGetter* context_getter) { in Destruct() function
|
/external/chromium_org/content/browser/fileapi/ |
D | chrome_blob_storage_context.h | 58 static void Destruct(const ChromeBlobStorageContext* context) { in Destruct() function
|
/external/chromium/net/url_request/ |
D | url_request_context_getter.h | 68 static void Destruct(const URLRequestContextGetter* context_getter) { in Destruct() function
|
/external/chromium_org/base/ |
D | task_runner.h | 148 static void Destruct(const TaskRunner* task_runner);
|
D | task_runner.cc | 64 void TaskRunnerTraits::Destruct(const TaskRunner* task_runner) { in Destruct() function in base::TaskRunnerTraits
|
/external/chromium_org/content/browser/webui/ |
D | url_data_source_impl.h | 38 static void Destruct(const URLDataSourceImpl* data_source) { in Destruct() function
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_message_filter.cc | 49 BrowserThread::DeleteOnIOThread::Destruct(this); in OnDestruct()
|
/external/chromium_org/content/browser/ |
D | message_port_message_filter.cc | 52 BrowserThread::DeleteOnIOThread::Destruct(this); in OnDestruct()
|
/external/chromium_org/content/browser/appcache/ |
D | chrome_appcache_service.h | 78 static void Destruct(const ChromeAppCacheService* service) { in Destruct() function
|
/external/chromium_org/chrome/browser/browsing_data/ |
D | browsing_data_quota_helper.h | 21 static void Destruct(const BrowsingDataQuotaHelper* helper);
|
D | browsing_data_quota_helper.cc | 32 void BrowsingDataQuotaHelperDeleter::Destruct( in Destruct() function in BrowsingDataQuotaHelperDeleter
|
/external/chromium/base/ |
D | message_loop_proxy.h | 76 static void Destruct(const MessageLoopProxy* proxy) { in Destruct() function
|
/external/chromium_org/ppapi/host/ |
D | resource_message_filter.h | 32 static void Destruct(const ResourceMessageFilter* filter);
|
D | resource_message_filter.cc | 22 void ResourceMessageFilterDeleteTraits::Destruct( in Destruct() function in ppapi::host::internal::ResourceMessageFilterDeleteTraits
|
/external/chromium_org/remoting/host/linux/ |
D | audio_pipe_reader.h | 87 static void Destruct(const AudioPipeReader* audio_pipe_reader);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | quota_reservation.h | 90 static void Destruct(const QuotaReservation* quota_reservation) { in Destruct() function
|
/external/chromium_org/content/public/browser/ |
D | browser_message_filter.h | 127 static void Destruct(const BrowserMessageFilter* filter) { in Destruct() function
|