HomeSort by relevance Sort by last modified time
    Searched full:disassociate (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/components/browser_context_keyed_service/
browser_context_keyed_service_factory.cc 98 void BrowserContextKeyedServiceFactory::Disassociate(
116 Disassociate(context);
browser_context_keyed_service_factory.h 79 void Disassociate(content::BrowserContext* context);
  /external/chromium_org/chrome/browser/download/
download_status_updater.h 31 // The updater will automatically disassociate itself from the
  /external/chromium_org/chrome/browser/sessions/
session_service_factory.cc 42 GetInstance()->Disassociate(profile);
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.cc 117 model_associator_->Disassociate(sync_node.GetId());
156 model_associator_->Disassociate(changes[i].id);
model_associator.h 85 virtual void Disassociate(int64 sync_id) = 0;
password_model_associator.h 92 virtual void Disassociate(int64 sync_id);
preference_model_associator.h 90 virtual void Disassociate(int64 sync_id);
typed_url_model_associator.h 95 virtual void Disassociate(int64 sync_id);
autofill_profile_change_processor.cc 163 model_associator_->Disassociate(sync_id);
276 model_associator_->Disassociate(sync_id);
autofill_model_associator.h 87 virtual void Disassociate(int64 sync_id);
autofill_profile_model_associator.h 91 virtual void Disassociate(int64 sync_id);
bookmark_model_associator.h 81 virtual void Disassociate(int64 sync_id);
autofill_change_processor.cc 187 model_associator_->Disassociate(sync_node.GetId());
405 model_associator_->Disassociate(sync_id);
  /external/chromium_org/chrome/browser/sync/glue/
model_associator.h 90 virtual void Disassociate(int64 sync_id) = 0;
password_model_associator.h 94 virtual void Disassociate(int64 sync_id) OVERRIDE;
password_change_processor.cc 156 model_associator_->Disassociate(sync_node.GetId());
198 model_associator_->Disassociate(it->id);
session_change_processor.cc 241 // Disassociate only when header node is deleted. For tab node
329 // such as our local session being deleted, so we disassociate and associate
bookmark_model_associator.h 92 virtual void Disassociate(int64 sync_id) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/heap/
ThreadState.h 52 // Disassociate attached ThreadState from the current thread. The thread
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 66 " disassociate <addr> disassociate a station\n"
320 printf("Invalid 'disassociate' command - exactly one "
325 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s %s",
328 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s", argv[0]);
817 { "disassociate", hostapd_cli_cmd_disassociate },
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
oracle11.php 171 'DISASSOCIATE',
oracle8.php 147 'DISASSOCIATE',
  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 153 "MLME-DISASSOCIATE.indication(" MACSTR ", %d)",
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 39 // with the AdapterService's ENV if an ASSOCIATE/DISASSOCIATE event

Completed in 221 milliseconds

1 2 3 4