Home
last modified time | relevance | path

Searched refs:total_bookmarks_count_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
Dexternal_process_importer_client.cc24 total_bookmarks_count_(0), in ExternalProcessImporterClient()
178 total_bookmarks_count_ = total_bookmarks_count; in OnBookmarksImportStart()
191 if (bookmarks_.size() == total_bookmarks_count_) { in OnBookmarksImportGroup()
Dexternal_process_importer_client.h128 size_t total_bookmarks_count_; variable