Searched refs:Disassociate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Dmodel_associator.h90 virtual void Disassociate(int64 sync_id) = 0;
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.cc105 void BrowserContextKeyedServiceFactory::Disassociate( function in class:BrowserContextKeyedServiceFactory
123 Disassociate(context);
H A Dbrowser_context_keyed_service_factory.h76 void Disassociate(content::BrowserContext* context);
/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.cc50 void AwContentsClientBridgeBase::Disassociate( function in class:android_webview::AwContentsClientBridgeBase
H A Daw_contents_client_bridge_base.h37 static void Disassociate(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_factory.cc42 GetInstance()->Disassociate(profile);
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.h92 virtual void Disassociate(int64 sync_id) OVERRIDE;
H A Dbookmark_change_processor.cc111 model_associator_->Disassociate(sync_node->GetId());
585 model_associator_->Disassociate(it->id);
H A Dbookmark_model_associator.cc299 void BookmarkModelAssociator::Disassociate(int64 sync_id) { function in class:browser_sync::BookmarkModelAssociator
/external/chromium_org/android_webview/native/
H A Daw_contents.cc300 AwContentsClientBridgeBase::Disassociate(web_contents_.get());

Completed in 186 milliseconds