Searched defs:trackers (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Duninstall_app_task.cc51 TrackerIDSet trackers; local
53 sync_root_tracker_id, app_id_, &trackers) ||
54 !trackers.has_active()) {
61 trackers.active_tracker(), &app_root_tracker)) {
H A Dconflict_resolver.cc57 TrackerIDSet trackers; local
59 &target_file_id_, &trackers)) {
60 DCHECK_LT(1u, trackers.size());
61 if (!trackers.has_active()) {
68 "Detected multi-parent trackers (active tracker_id=%" PRId64 ")",
69 trackers.active_tracker()));
71 DCHECK(trackers.has_active());
72 for (TrackerIDSet::const_iterator itr = trackers.begin();
73 itr != trackers.end(); ++itr) {
97 if (metadata_database()->GetConflictingTrackers(&trackers)) {
164 PickPrimaryFile(const TrackerIDSet& trackers) argument
[all...]
H A Dmetadata_database_index_unittest.cc114 TrackerIDSet trackers = index()->GetFileTrackerIDsByFileID("file_id"); local
115 EXPECT_EQ(1u, trackers.size());
116 EXPECT_TRUE(trackers.has_active());
117 EXPECT_EQ(kFileTrackerID, trackers.active_tracker());
122 trackers = index()->GetFileTrackerIDsByParentAndTitle(
124 EXPECT_EQ(1u, trackers.size());
125 EXPECT_TRUE(trackers.has_active());
126 EXPECT_EQ(kFileTrackerID, trackers.active_tracker());
H A Dregister_app_task.cc62 TrackerIDSet trackers; local
64 sync_root, app_id_, &trackers)) {
70 if (!FilterCandidates(trackers, &candidate)) {
115 bool RegisterAppTask::FilterCandidates(const TrackerIDSet& trackers, argument
118 if (trackers.has_active()) {
120 trackers.active_tracker(), candidate)) {
127 for (TrackerIDSet::const_iterator itr = trackers.begin();
128 itr != trackers.end(); ++itr) {
H A Dlocal_to_remote_syncer_unittest.cc519 TrackerIDSet trackers; local
521 folder_id, &trackers));
522 EXPECT_EQ(1u, trackers.size());
523 ASSERT_TRUE(trackers.has_active());
H A Dregister_app_task_unittest.cc197 TrackerIDSet trackers; local
199 kSyncRootTrackerID, app_id, &trackers))
201 return trackers.has_active();
H A Dsync_engine_initializer_unittest.cc171 TrackerIDSet trackers; local
172 metadata_database_->FindTrackersByFileID(file_id, &trackers);
173 return trackers.size();
177 TrackerIDSet trackers; local
178 return metadata_database_->FindTrackersByFileID(file_id, &trackers) &&
179 trackers.has_active();
H A Dmetadata_database_index_on_disk.cc153 // Set up links from parent tracker to child trackers.
174 // Drop links from inactive trackers.
204 // Delete all unreachable trackers, and list all |file_id| referred by
205 // remained trackers.
797 DVLOG(1) << " Add to trackers by file ID: " << file_id;
842 DVLOG(1) << " Remove from trackers by file ID: " << tracker.tracker_id();
857 DVLOG(1) << " Add to trackers by parent and title: "
921 DVLOG(1) << " Add to trackers by parent and title: "
961 DVLOG(1) << " Remove from trackers by parent and title: "
1006 DVLOG(1) << " Remove from dirty trackers ID
1042 TrackerIDSet trackers; local
[all...]
H A Dmetadata_database_unittest.cc195 TrackerIDSet trackers; local
196 if (metadata_database_->FindTrackersByFileID(file_id, &trackers)) {
197 EXPECT_FALSE(trackers.empty());
198 return *trackers.begin();
H A Dmetadata_database.cc278 void MarkTrackerSetDirty(const TrackerIDSet& trackers, argument
280 for (TrackerIDSet::const_iterator itr = trackers.begin();
281 itr != trackers.end(); ++itr) {
331 // List trackers to remove.
340 // Remove trackers in the reversed order.
352 TrackerIDSet trackers = index->GetFileTrackerIDsByFileID(*itr); local
353 if (trackers.empty()) {
357 MarkTrackerSetDirty(trackers, index);
364 const TrackerIDSet& trackers,
368 for (TrackerIDSet::const_iterator itr = trackers
362 FilterFileTrackersByParent( const MetadataDatabaseIndexInterface* index, const TrackerIDSet& trackers, int64 parent_tracker_id, FileTracker* tracker_out) argument
384 FilterFileTrackersByParentAndTitle( const MetadataDatabaseIndexInterface* index, const TrackerIDSet& trackers, int64 parent_tracker_id, const std::string& title, FileTracker* result) argument
420 FilterFileTrackersByFileID( const MetadataDatabaseIndexInterface* index, const TrackerIDSet& trackers, const std::string& file_id, FileTracker* tracker_out) argument
645 TrackerIDSet trackers = index_->GetFileTrackerIDsByFileID(folder_id); local
764 TrackerIDSet trackers = index_->GetFileTrackerIDsByFileID(file_id); local
777 TrackerIDSet trackers = local
852 TrackerIDSet trackers; local
979 TrackerIDSet trackers = index_->GetFileTrackerIDsByFileID(folder_id); local
1524 TrackerIDSet trackers = index_->GetFileTrackerIDsByFileID(file_id); local
1557 TrackerIDSet trackers = index_->GetFileTrackerIDsByFileID(file_id); local
[all...]
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager_unittest.cc356 NativeManagerTracker trackers[kWindowCount]; local
362 dialog, manager, &(trackers[i]));
369 EXPECT_NE(NativeManagerTracker::CLOSED, trackers[i].state_);
376 EXPECT_EQ(NativeManagerTracker::CLOSED, trackers[i].state_);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar ... .ServiceRegistration reg private final java.util.Map trackers public void " href="/5.1.1_r6/s? ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 934 milliseconds