HomeSort by relevance Sort by last modified time
    Searched refs:Destruct (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/components/browser_context_keyed_service/
refcounted_browser_context_keyed_service.cc 10 void RefcountedBrowserContextKeyedServiceTraits::Destruct(
refcounted_browser_context_keyed_service.h 19 static void Destruct(const RefcountedBrowserContextKeyedService* obj);
  /external/chromium_org/content/browser/streams/
stream_context.h 53 static void Destruct(const StreamContext* context) {
  /external/chromium_org/net/url_request/
url_request_context_getter.h 51 static void Destruct(const URLRequestContextGetter* context_getter) {
  /external/chromium/net/url_request/
url_request_context_getter.h 68 static void Destruct(const URLRequestContextGetter* context_getter) {
  /external/chromium_org/base/
task_runner.h 148 static void Destruct(const TaskRunner* task_runner);
task_runner.cc 64 void TaskRunnerTraits::Destruct(const TaskRunner* task_runner) {
  /external/chromium_org/content/browser/fileapi/
chrome_blob_storage_context.h 58 static void Destruct(const ChromeBlobStorageContext* context) {
  /external/chromium/base/
message_loop_proxy.h 76 static void Destruct(const MessageLoopProxy* proxy) {
observer_list_threadsafe.h 68 static void Destruct(const ObserverListThreadSafe<T>* x) {
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.h 21 static void Destruct(const BrowsingDataQuotaHelper* helper);
browsing_data_quota_helper.cc 32 void BrowsingDataQuotaHelperDeleter::Destruct(
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.h 78 static void Destruct(const ChromeAppCacheService* service) {
  /external/chromium_org/content/browser/webui/
url_data_source_impl.h 38 static void Destruct(const URLDataSourceImpl* data_source) {
  /external/chromium_org/chrome/browser/extensions/
extension_function.cc 31 void ExtensionFunctionDeleteTraits::Destruct(const ExtensionFunction* x) {
32 x->Destruct();
163 void UIThreadExtensionFunction::Destruct() const {
164 BrowserThread::DeleteOnUIThread::Destruct(this);
283 void IOThreadExtensionFunction::Destruct() const {
284 BrowserThread::DeleteOnIOThread::Destruct(this);
extension_function.h 76 // the virtual "Destruct" method on ExtensionFunction, allowing derived classes
80 static void Destruct(const ExtensionFunction* x);
203 virtual void Destruct() const = 0;
389 virtual void Destruct() const OVERRIDE;
434 virtual void Destruct() const OVERRIDE;
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 46 static void Destruct(const DataSource* data_source) {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_message_filter.cc 49 BrowserThread::DeleteOnIOThread::Destruct(this);
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.h 87 static void Destruct(const AudioPipeReader* audio_pipe_reader);
  /external/chromium/base/memory/
ref_counted.h 110 static void Destruct(const T* x) {
143 Traits::Destruct(static_cast<const T*>(this));
  /external/chromium_org/base/memory/
ref_counted.h 110 static void Destruct(const T* x) {
142 Traits::Destruct(static_cast<const T*>(this));
  /external/chromium_org/chrome/test/chromedriver/net/
sync_websocket_impl.h 107 static void Destruct(const SyncWebSocketImpl::Core* core) {
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 90 HandleType::Destruct(Handle);
96 HandleType::Destruct(Handle);
118 static void Destruct(handle_type Handle) {
134 static void Destruct(handle_type Handle) {
150 static void Destruct(handle_type Handle) {
  /external/chromium_org/content/browser/renderer_host/media/
midi_host.cc 53 BrowserThread::DeleteOnIOThread::Destruct(this);
  /external/chromium_org/ipc/
ipc_channel_proxy.h 106 static void Destruct(const MessageFilter* filter) {

Completed in 397 milliseconds

1 2