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

1 2 3

  /external/chromium_org/components/keyed_service/content/
browser_context_keyed_service_factory.cc 105 void BrowserContextKeyedServiceFactory::Disassociate(
123 Disassociate(context);
browser_context_keyed_service_factory.h 76 void Disassociate(content::BrowserContext* context);
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.cc 50 void AwContentsClientBridgeBase::Disassociate(
aw_contents_client_bridge_base.h 37 static void Disassociate(content::WebContents* web_contents);
  /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_org/third_party/WebKit/Source/core/html/
HTMLFormElement.h 70 void disassociate(FormAssociatedElement&);
72 void disassociate(HTMLImageElement&);
HTMLImageElement.cpp 85 m_form->disassociate(*this);
160 m_form->disassociate(*this);
FormAssociatedElement.cpp 151 m_form->disassociate(*this);
HTMLFormElement.cpp 537 void HTMLFormElement::disassociate(FormAssociatedElement& e) function in class:WebCore::HTMLFormElement
560 void HTMLFormElement::disassociate(HTMLImageElement& e) function in class:WebCore::HTMLFormElement
  /external/chromium_org/components/sync_driver/
model_associator.h 90 virtual void Disassociate(int64 sync_id) = 0;
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 66 " disassociate <addr> disassociate a station\n"
327 printf("Invalid 'disassociate' command - exactly one "
332 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s %s",
335 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s", argv[0]);
969 { "disassociate", hostapd_cli_cmd_disassociate },
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.h 92 virtual void Disassociate(int64 sync_id) OVERRIDE;
bookmark_change_processor.cc 110 model_associator_->Disassociate(sync_node->GetId());
543 model_associator_->Disassociate(it->id);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 153 // FIXME: If <object> is ever fixed to disassociate itself from frames
  /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
com_android_bluetooth_a2dp_sink.cpp 40 // with the AdapterService's ENV if an ASSOCIATE/DISASSOCIATE event
com_android_bluetooth_avrcp_controller.cpp 39 // with the AdapterService's ENV if an ASSOCIATE/DISASSOCIATE event
com_android_bluetooth_avrcp.cpp 43 // with the AdapterService's ENV if an ASSOCIATE/DISASSOCIATE event
com_android_bluetooth_hid.cpp 50 // with the AdapterService's ENV if an ASSOCIATE/DISASSOCIATE event
  /external/chromium_org/content/browser/service_worker/
service_worker_provider_host_unittest.cc 275 // Disassociate version1 from host1 and host2.
  /external/chromium_org/content/browser/download/
save_file_manager.h 165 // Unregister a start request according save URL, disassociate
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp 126 // we're still associated with it. That's our cue to disassociate and shutdown.
  /external/chromium_org/sync/internal_api/
write_node.cc 411 // We have to undelete entries because we can't disassociate IDs from

Completed in 1128 milliseconds

1 2 3