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 33 // Associate method) with a WebContents for which URLRequests are to be
47 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 67 // associate models. The default implementation is a no-op.
105 // 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();
ui_data_type_controller.cc 99 Associate();
112 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 201 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_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.h 76 // associate models. The default implementation is a no-op.
79 // False - if models are not ready. Associate() should be called when the
132 // Build sync components and associate models.
137 virtual bool Associate();
frontend_data_type_controller.cc 86 if (!Associate()) {
190 bool FrontendDataTypeController::Associate() {
235 // 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);
441 // To prime our association, we associate the top-level nodes, Bookmark Bar
549 Associate(child_node, sync_child_id);
567 Associate(child_node, sync_child_id);
bookmark_change_processor.cc 299 // 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());
    [all...]
  /external/chromium_org/extensions/browser/
extension_prefs_factory.cc 32 Associate(context, prefs);
  /external/chromium_org/remoting/webapp/
host_table_entry.js 107 * Associate the table row with the specified elements and callbacks, and set

Completed in 610 milliseconds

1 2