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

123

/external/chromium/chrome/browser/profiles/
H A Dprofile_keyed_service_factory.h27 // Associate an already-created |service| with |profile| for this factory.
32 Associate(profile, service);
64 void Associate(Profile* profile, ProfileKeyedService* service);
H A Dprofile_keyed_service_factory.cc54 Associate(profile, service);
62 void ProfileKeyedServiceFactory::Associate(Profile* profile, function in class:ProfileKeyedServiceFactory
/external/chromium/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller_mock.h32 MOCK_METHOD0(Associate, bool());
H A Dmodel_associator.h82 virtual void Associate(const Node* node, int64 sync_id) = 0;
H A Dbookmark_data_type_controller.cc36 return true; // Continue to Associate().
58 Associate();
H A Dfrontend_data_type_controller.h70 virtual bool Associate();
H A Dfrontend_data_type_controller.cc62 if (!Associate()) {
77 bool FrontendDataTypeController::Associate() { function in class:browser_sync::FrontendDataTypeController
H A Dbookmark_model_associator.h79 virtual void Associate(const BookmarkNode* node, int64 sync_id);
116 // Associate a top-level node of the bookmark model with a permanent node in
H A Dpreference_model_associator.h87 virtual void Associate(const PrefService::Preference* node, int64 sync_id);
/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.h32 static void Associate(content::WebContents* web_contents,
H A Daw_contents_client_bridge_base.cc43 void AwContentsClientBridgeBase::Associate( function in class:android_webview::AwContentsClientBridgeBase
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs_factory.cc34 Associate(context, prefs);
/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/chrome/browser/sync/glue/
H A Dmodel_associator.h87 virtual void Associate(const Node* node, int64 sync_id) = 0;
H A Dfrontend_data_type_controller_mock.h35 MOCK_METHOD0(Associate, bool());
H A Dfrontend_data_type_controller.h76 // False - if models are not ready. Associate() should be called when the
126 virtual bool Associate();
H A Dui_data_type_controller.h69 // False - if models are not ready. Associate() should be called when the
106 // is passed to |local_service_| during Associate(). We release our reference
124 // Associate the sync model with the service's model, then start syncing.
125 virtual void Associate();
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_delegate.h34 // Associate method) with a WebContents for which URLRequests are to be
48 static void Associate(content::WebContents* web_contents,
H A Dintercept_navigation_delegate.cc52 void InterceptNavigationDelegate::Associate( function in class:navigation_interception::InterceptNavigationDelegate
/external/chromium_org/components/browser_context_keyed_service/
H A Dbrowser_context_keyed_service_factory.cc87 Associate(context, service);
91 void BrowserContextKeyedServiceFactory::Associate( function in class:BrowserContextKeyedServiceFactory
H A Drefcounted_browser_context_keyed_service_factory.cc89 Associate(context, service);
93 void RefcountedBrowserContextKeyedServiceFactory::Associate( function in class:RefcountedBrowserContextKeyedServiceFactory
H A Dbrowser_context_keyed_service_factory.h75 void Associate(content::BrowserContext* context,
H A Drefcounted_browser_context_keyed_service_factory.h66 void Associate(
/external/chromium_org/android_webview/native/
H A Daw_contents_io_thread_client_impl.h37 static void Associate(content::WebContents* web_contents,

Completed in 492 milliseconds

123