Searched refs:Associate (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_factory.h50 GetInstance()->Associate(profile, service);
H A Dsession_service_factory.cc62 factory->Associate(profile, NULL);
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_delegate.h33 // Associate method) with a WebContents for which URLRequests are to be
47 static void Associate(content::WebContents* web_contents,
H A Dintercept_navigation_delegate.cc49 void InterceptNavigationDelegate::Associate( function in class:navigation_interception::InterceptNavigationDelegate
/external/chromium_org/components/sync_driver/
H A Dmodel_associator.h87 virtual void Associate(const Node* node, int64 sync_id) = 0;
H A Dui_data_type_controller.h105 // is passed to |local_service_| during Associate(). We release our reference
126 // Associate the sync model with the service's model, then start syncing.
127 virtual void Associate();
H A Dui_data_type_controller.cc99 Associate();
112 void UIDataTypeController::Associate() { function in class:sync_driver::UIDataTypeController
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.cc94 Associate(context, service);
98 void BrowserContextKeyedServiceFactory::Associate( function in class:BrowserContextKeyedServiceFactory
H A Drefcounted_browser_context_keyed_service_factory.cc88 Associate(context, service);
92 void RefcountedBrowserContextKeyedServiceFactory::Associate( function in class:RefcountedBrowserContextKeyedServiceFactory
H A Dbrowser_context_keyed_service_factory.h73 void Associate(content::BrowserContext* context, KeyedService* service);
H A Drefcounted_browser_context_keyed_service_factory.h64 void Associate(
/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.cc43 void AwContentsClientBridgeBase::Associate( function in class:android_webview::AwContentsClientBridgeBase
H A Daw_contents_client_bridge_base.h35 static void Associate(content::WebContents* web_contents,
/external/chromium_org/android_webview/native/
H A Daw_contents_io_thread_client_impl.h38 static void Associate(content::WebContents* web_contents,
H A Daw_contents_io_thread_client_impl.cc201 void AwContentsIoThreadClientImpl::Associate( function in class:android_webview::AwContentsIoThreadClientImpl
H A Daw_contents.cc209 AwContentsClientBridgeBase::Associate(web_contents_.get(),
212 AwContentsIoThreadClientImpl::Associate(
215 InterceptNavigationDelegate::Associate(
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller_mock.h35 MOCK_METHOD0(Associate, bool());
H A Dbookmark_model_associator.h90 virtual void Associate(const BookmarkNode* node, int64 sync_id) OVERRIDE;
128 // Associate a top-level node of the bookmark model with a permanent node in
H A Dfrontend_data_type_controller.h79 // False - if models are not ready. Associate() should be called when the
137 virtual bool Associate();
H A Dfrontend_data_type_controller.cc86 if (!Associate()) {
190 bool FrontendDataTypeController::Associate() { function in class:browser_sync::FrontendDataTypeController
235 // Associate() and into Start(), so we don't need this logic here? It seems
H A Dnon_frontend_data_type_controller.cc36 void Associate();
70 Associate();
88 void NonFrontendDataTypeController::BackendComponentsContainer::Associate() { function in class:browser_sync::NonFrontendDataTypeController::BackendComponentsContainer
H A Dbookmark_model_associator.cc285 void BookmarkModelAssociator::Associate(const BookmarkNode* node, function in class:browser_sync::BookmarkModelAssociator
385 Associate(permanent_node, sync_id);
549 Associate(child_node, sync_child_id);
567 Associate(child_node, sync_child_id);
H A Dbookmark_change_processor.cc299 // Associate the ID from the sync domain with the bookmark node, so that we
301 associator->Associate(child, sync_child.GetId());
621 // This is a newly created Synced Bookmarks node. Associate it.
622 model_associator_->Associate(model->mobile_node(), it->id);
672 model_associator_->Associate(dst, src.GetId());
/external/chromium_org/extensions/browser/
H A Dextension_prefs_factory.cc32 Associate(context, prefs);

Completed in 652 milliseconds