OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_FOLDER
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/importer/
firefox3_importer.cc
36
TYPE_FOLDER
= 2,
210
if (item->type ==
TYPE_FOLDER
) {
272
entry.is_folder = item->type ==
TYPE_FOLDER
;
498
item->type =
TYPE_FOLDER
;
549
if ((*i)->type ==
TYPE_FOLDER
)
/external/chromium_org/chrome/utility/importer/
firefox_importer.cc
37
TYPE_FOLDER
= 2,
242
if (item->type ==
TYPE_FOLDER
) {
301
entry.is_folder = item->type ==
TYPE_FOLDER
;
517
item->type =
TYPE_FOLDER
;
566
if ((*i)->type ==
TYPE_FOLDER
)
Completed in 394 milliseconds