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

/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc39 TYPE_FOLDER = 2, enumerator in enum:__anon6021::BookmarkItemType
249 if (item->type == TYPE_FOLDER) {
308 entry.is_folder = item->type == TYPE_FOLDER;
688 item->type = TYPE_FOLDER;
737 if ((*i)->type == TYPE_FOLDER)

Completed in 126 milliseconds