HomeSort by relevance Sort by last modified time
    Searched refs:Associate (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/sessions/
session_service_factory.h 50 GetInstance()->Associate(profile, service);
session_service_factory.cc 62 factory->Associate(profile, NULL);
  /external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.h 34 // Associate method) with a WebContents for which URLRequests are to be
48 static void Associate(content::WebContents* web_contents,
intercept_navigation_delegate.cc 49 void InterceptNavigationDelegate::Associate(
  /external/chromium_org/components/sync_driver/
model_associator.h 87 virtual void Associate(const Node* node, int64 sync_id) = 0;
ui_data_type_controller.h 69 // associate models. The default implementation is a no-op.
107 // is passed to |local_service_| during Associate(). We release our reference
128 // Associate the sync model with the service's model, then start syncing.
129 virtual void Associate();
ui_data_type_controller.cc 106 Associate();
119 void UIDataTypeController::Associate() {
  /external/chromium_org/components/keyed_service/content/
browser_context_keyed_service_factory.cc 94 Associate(context, service);
98 void BrowserContextKeyedServiceFactory::Associate(
refcounted_browser_context_keyed_service_factory.cc 88 Associate(context, service);
92 void RefcountedBrowserContextKeyedServiceFactory::Associate(
browser_context_keyed_service_factory.h 73 void Associate(content::BrowserContext* context, KeyedService* service);
refcounted_browser_context_keyed_service_factory.h 64 void Associate(
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.cc 43 void AwContentsClientBridgeBase::Associate(
aw_contents_client_bridge_base.h 35 static void Associate(content::WebContents* web_contents,
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.h 38 static void Associate(content::WebContents* web_contents,
aw_contents_io_thread_client_impl.cc 200 void AwContentsIoThreadClientImpl::Associate(
aw_contents.cc 209 AwContentsClientBridgeBase::Associate(web_contents_.get(),
212 AwContentsIoThreadClientImpl::Associate(
215 InterceptNavigationDelegate::Associate(
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.h 75 // associate models. The default implementation is a no-op.
78 // False - if models are not ready. Associate() should be called when the
130 // Build sync components and associate models.
135 virtual bool Associate();
frontend_data_type_controller_mock.h 35 MOCK_METHOD0(Associate, bool());
bookmark_model_associator.h 33 // * Algorithm to associate bookmark model and sync model.
90 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
frontend_data_type_controller.cc 93 if (!Associate()) {
188 bool FrontendDataTypeController::Associate() {
233 // Associate() and into Start(), so we don't need this logic here? It seems
non_frontend_data_type_controller.cc 36 void Associate();
70 Associate();
88 void NonFrontendDataTypeController::BackendComponentsContainer::Associate() {
bookmark_model_associator.cc 285 void BookmarkModelAssociator::Associate(const BookmarkNode* node,
385 Associate(permanent_node, sync_id);
442 // To prime our association, we associate the top-level nodes, Bookmark Bar
546 Associate(child_node, sync_child_id);
560 Associate(child_node, sync_child_id);
bookmark_change_processor.cc 282 // Associate the ID from the sync domain with the bookmark node, so that we
284 associator->Associate(child, sync_child.GetId());
579 // This is a newly created Synced Bookmarks node. Associate it.
580 model_associator_->Associate(model->mobile_node(), it->id);
627 model_associator_->Associate(dst, src.GetId());
  /external/chromium_org/extensions/browser/
extension_prefs_factory.cc 32 Associate(context, prefs);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
navigation_list.js 44 * Associate a model with this item.
106 * Associate a context menu with this item.

Completed in 562 milliseconds

1 2