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

1 2 3 4 5

  /external/chromium_org/content/public/browser/
profiler_controller.h 39 // Unregister the subscriber so that it will not be called when for example
42 virtual void Unregister(const ProfilerSubscriber* subscriber) = 0;
  /external/chromium_org/content/browser/
histogram_controller.h 36 // Unregister the subscriber so that it will not be called when for example
39 void Unregister(const HistogramSubscriber* subscriber);
profiler_controller_impl.h 46 virtual void Unregister(const ProfilerSubscriber* subscriber) OVERRIDE;
  /external/chromium_org/dbus/
mock_exported_object.h 32 MOCK_METHOD0(Unregister, void());
  /external/chromium_org/base/memory/
discardable_memory_manager_unittest.cc 91 void Unregister(TestAllocationImpl* allocation) {
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(&allocation_[i])
    [all...]
discardable_memory_ashmem.cc 27 manager_->Unregister(this);
discardable_memory_emulated.cc 42 g_shared_state.Pointer()->manager.Unregister(this);
discardable_memory_manager.h 96 void Unregister(Allocation* allocation);
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_manager.h 38 // Register and Unregister methods.
60 static bool Unregister(WifiDataUpdateCallback* callback);
69 // Register and Unregister.
wifi_data_provider_manager.cc 47 bool WifiDataProviderManager::Unregister(WifiDataUpdateCallback* callback) {
  /external/chromium_org/ui/base/accelerators/
accelerator_manager.h 51 // Unregister the specified keyboard accelerator for the specified target.
52 void Unregister(const Accelerator& accelerator, AcceleratorTarget* target);
54 // Unregister all keyboard accelerator for the specified target.
accelerator_manager_unittest.cc 90 TEST_F(AcceleratorManagerTest, Unregister) {
101 manager_.Unregister(accelerator_b, &target);
107 manager_.Unregister(accelerator_a, &target);
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_provider.h 71 virtual void Unregister() = 0;
audio_input_device_manager.h 51 virtual void Unregister() OVERRIDE;
  /external/chromium_org/content/browser/service_worker/
service_worker_job_coordinator.h 35 void Unregister(
service_worker_internals_ui.h 58 void Unregister(const base::ListValue* args);
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_service.h 42 MOCK_METHOD2(Unregister, void(const base::Closure&, const ErrorCallback&));
  /external/chromium_org/ppapi/proxy/
resource_reply_thread_registrar.h 48 void Unregister(PP_Resource resource);
resource_reply_thread_registrar.cc 48 void ResourceReplyThreadRegistrar::Unregister(PP_Resource resource) {
  /external/chromium_org/base/win/
event_trace_provider.cc 28 Unregister();
86 ULONG EtwTraceProvider::Unregister() {
event_trace_provider_unittest.cc 56 // Destruct the instance, this should unregister it.
87 ASSERT_EQ(ERROR_SUCCESS, provider.Unregister());
108 ASSERT_EQ(ERROR_SUCCESS, provider.Unregister());
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_chromeos.cc 60 ash::Shell::GetInstance()->accelerator_controller()->Unregister(accelerator,
  /external/chromium_org/components/metrics/profiler/
tracking_synchronizer.cc 81 // Unregister.
86 RequestContext::Unregister(sequence_number_);
121 static void Unregister(int sequence_number) {
191 content::ProfilerController::GetInstance()->Unregister(this);
216 base::Bind(&RequestContext::Unregister, sequence_number),
  /external/chromium_org/components/policy/core/common/cloud/
mock_cloud_policy_client.h 28 MOCK_METHOD0(Unregister, void(void));
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_service.h 196 // local adapter is discoverable. Call Unregister to make this service no
204 virtual void Unregister(const base::Closure& callback,

Completed in 1182 milliseconds

1 2 3 4 5