Searched defs:Unregister (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/content/browser/
H A Dhistogram_controller.cc64 void HistogramController::Unregister( function in class:content::HistogramController
H A Dprofiler_controller_impl.cc69 void ProfilerControllerImpl::Unregister(const ProfilerSubscriber* subscriber) { function in class:content::ProfilerControllerImpl
H A Dsystem_message_window_win.cc37 Unregister();
65 void Unregister() { function in class:content::SystemMessageWindowWin::DeviceNotifications
H A Dhistogram_synchronizer.cc71 // Unregister.
76 RequestContext::Unregister(sequence_number_);
106 static void Unregister(int sequence_number) { function in class:content::HistogramSynchronizer::RequestContext
250 base::Bind(&RequestContext::Unregister, sequence_number),
/external/chromium_org/ppapi/proxy/
H A Dresource_reply_thread_registrar.cc48 void ResourceReplyThreadRegistrar::Unregister(PP_Resource resource) { function in class:ppapi::proxy::ResourceReplyThreadRegistrar
/external/chromium_org/ui/base/accelerators/
H A Daccelerator_manager.cc45 void AcceleratorManager::Unregister(const Accelerator& accelerator, function in class:ui::AcceleratorManager
/external/chromium_org/base/win/
H A Devent_trace_provider.cc28 Unregister();
86 ULONG EtwTraceProvider::Unregister() { function in class:base::win::EtwTraceProvider
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_manager.cc47 bool WifiDataProviderManager::Unregister(WifiDataUpdateCallback* callback) { function in class:content::WifiDataProviderManager
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_job_coordinator.cc84 void ServiceWorkerJobCoordinator::Unregister( function in class:content::ServiceWorkerJobCoordinator
H A Dservice_worker_dispatcher_host_unittest.cc99 void Unregister(int64 provider_id, GURL pattern, uint32 expected_message) { function in class:content::ServiceWorkerDispatcherHostTest
194 Unregister(kProviderId,
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.cc69 void DiscardableMemoryManager::Unregister(Allocation* allocation) { function in class:base::internal::DiscardableMemoryManager
H A Ddiscardable_memory_manager_unittest.cc91 void Unregister(TestAllocationImpl* allocation) { function in class:base::__anon2334::DiscardableMemoryManagerTestBase
92 manager_.Unregister(allocation);
149 Unregister(&allocation);
159 Unregister(&allocation);
176 Unregister(&allocation);
197 Unregister(&allocation);
219 Unregister(&allocation);
238 Unregister(&massive_allocation);
239 Unregister(&allocation);
288 Unregister(
[all...]
/external/chromium_org/components/gcm_driver/
H A Dgcm_driver.cc61 void GCMDriver::Unregister(const std::string& app_id, function in class:gcm::GCMDriver
H A Dfake_gcm_client.cc89 void FakeGCMClient::Unregister(const std::string& app_id) { function in class:gcm::FakeGCMClient
/external/chromium_org/net/url_request/
H A Dtest_url_request_interceptor.cc64 static void Unregister(const std::string& scheme, function in class:net::TestURLRequestInterceptor::Delegate
158 FROM_HERE, base::Bind(&Delegate::Unregister, scheme_, hostname_));
/external/chromium_org/chrome/browser/net/
H A Dload_timing_browsertest.cc241 void Unregister() { function in class:__anon4336::TestInterceptor
305 base::Bind(&TestInterceptor::Unregister,
/external/chromium_org/components/component_updater/test/
H A Durl_request_post_interceptor.cc153 void Unregister() { function in class:component_updater::URLRequestPostInterceptor::Delegate
257 base::Bind(&URLRequestPostInterceptor::Delegate::Unregister,
/external/chromium_org/components/metrics/profiler/
H A Dtracking_synchronizer.cc81 // Unregister.
86 RequestContext::Unregister(sequence_number_);
121 static void Unregister(int sequence_number) { function in class:metrics::TrackingSynchronizer::RequestContext
191 content::ProfilerController::GetInstance()->Unregister(this);
216 base::Bind(&RequestContext::Unregister, sequence_number),
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_device_manager.cc64 void AudioInputDeviceManager::Unregister() { function in class:content::AudioInputDeviceManager
/external/chromium_org/dbus/
H A Dexported_object.cc102 void ExportedObject::Unregister() { function in class:dbus::ExportedObject
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_service_chromeos.cc137 void BluetoothRemoteGattServiceChromeOS::Unregister( function in class:chromeos::BluetoothRemoteGattServiceChromeOS
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_utils.cc147 void TestWriterFactory::Unregister(PerConnectionPacketWriter* writer) { function in class:net::tools::test::TestWriterFactory
162 factory_->Unregister(this);
/external/chromium_org/ppapi/nacl_irt/
H A Dppapi_dispatcher.cc111 void PpapiDispatcher::Unregister(uint32 plugin_dispatcher_id) { function in class:ppapi::PpapiDispatcher
/external/chromium_org/ppapi/tests/
H A Dtest_message_handler.cc72 void Unregister() { function in class:__anon10213::EchoingMessageHandler
87 // If we haven't called Unregister, we'll be waiting forever.
285 handler.Unregister();
338 handler.Unregister();
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dwin32devicemanager.cc68 void Unregister(HDEVNOTIFY notify);
381 void Win32DeviceWatcher::Unregister(HDEVNOTIFY handle) { function in class:cricket::Win32DeviceWatcher

Completed in 1178 milliseconds

12