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

12

/external/chromium_org/chrome/browser/component_updater/test/
H A Durl_request_post_interceptor.cc23 base::Bind(&Delegate::Unregister,
37 void URLRequestPostInterceptor::Delegate::Unregister() { function in class:URLRequestPostInterceptor::Delegate
/external/chromium_org/device/bluetooth/
H A Dbluetooth_profile_win.cc22 void BluetoothProfileWin::Unregister() { function in class:device::BluetoothProfileWin
H A Dbluetooth_profile_chromeos.cc117 void BluetoothProfileChromeOS::Unregister() { function in class:chromeos::BluetoothProfileChromeOS
123 VLOG(1) << object_path_.value() << ": Unregister profile";
195 Unregister();
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_manager_factory.cc94 void UserCloudPolicyManagerFactory::Unregister( function in class:policy::UserCloudPolicyManagerFactory
H A Dcloud_policy_invalidator.cc204 Unregister();
248 void CloudPolicyInvalidator::Unregister() { function in class:policy::CloudPolicyInvalidator
H A Dcloud_policy_client.cc228 void CloudPolicyClient::Unregister() { function in class:policy::CloudPolicyClient
/external/chromium_org/content/browser/
H A Dhistogram_controller.cc63 void HistogramController::Unregister( function in class:content::HistogramController
H A Dprofiler_controller_impl.cc70 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.cc70 // Unregister.
75 RequestContext::Unregister(sequence_number_);
105 static void Unregister(int sequence_number) { function in class:content::HistogramSynchronizer::RequestContext
249 base::Bind(&RequestContext::Unregister, sequence_number),
/external/chromium_org/ui/base/accelerators/
H A Daccelerator_manager.cc45 void AcceleratorManager::Unregister(const Accelerator& accelerator, function in class:ui::AcceleratorManager
/external/chromium/base/win/
H A Devent_trace_provider.cc28 Unregister();
86 ULONG EtwTraceProvider::Unregister() { function in class:base::win::EtwTraceProvider
/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/renderer_host/media/
H A Daudio_input_device_manager.cc65 void AudioInputDeviceManager::Unregister() { function in class:content::AudioInputDeviceManager
H A Dvideo_capture_manager.cc71 void VideoCaptureManager::Unregister() { function in class:content::VideoCaptureManager
/external/chromium_org/content/test/net/
H A Durl_request_prepackaged_interceptor.cc51 static void Unregister( function in class:content::URLRequestPrepackagedInterceptor::Delegate
144 base::Bind(&Delegate::Unregister,
/external/chromium/chrome/browser/sync/notifier/
H A Dregistration_manager_unittest.cc82 virtual void Unregister(const invalidation::ObjectId& oid) { function in class:sync_notifier::__anon2507::FakeInvalidationClient
/external/chromium_org/chrome/browser/metrics/
H A Dtracking_synchronizer.cc81 // Unregister.
86 RequestContext::Unregister(sequence_number_);
121 static void Unregister(int sequence_number) { function in class:chrome_browser_metrics::TrackingSynchronizer::RequestContext
191 content::ProfilerController::GetInstance()->Unregister(this);
216 base::Bind(&RequestContext::Unregister, sequence_number),
/external/chromium_org/chrome/browser/net/
H A Dload_timing_browsertest.cc238 void Unregister() { function in class:__anon5373::TestProtocolHandler
302 base::Bind(&TestProtocolHandler::Unregister,
/external/chromium_org/content/browser/geolocation/
H A Ddevice_data_provider.h176 // Register and Unregister methods.
224 static bool Unregister(ListenerInterface* listener) { function in class:content::DeviceDataProvider
252 // Register and Unregister.
/external/chromium_org/dbus/
H A Dexported_object.cc109 void ExportedObject::Unregister() { function in class:dbus::ExportedObject
/external/chromium_org/ppapi/proxy/
H A Dplugin_main_nacl.cc74 virtual void Unregister(uint32 plugin_dispatcher_id) OVERRIDE;
156 void PpapiDispatcher::Unregister(uint32 plugin_dispatcher_id) { function in class:__anon9465::PpapiDispatcher
/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
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.cc238 void PpapiThread::Unregister(uint32 plugin_dispatcher_id) { function in class:content::PpapiThread
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc435 void AcceleratorController::Unregister(const ui::Accelerator& accelerator, function in class:ash::AcceleratorController
437 accelerator_manager_->Unregister(accelerator, target);

Completed in 1346 milliseconds

12