OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMPORT_TO_BOOKMARK_BAR
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/importer/
profile_writer.h
43
IMPORT_TO_BOOKMARK_BAR
= 1 << 1,
83
// which bookmarks are added. If the bitmask contains
IMPORT_TO_BOOKMARK_BAR
,
85
// the bookmark bar. If the bitmask does not contain
IMPORT_TO_BOOKMARK_BAR
131
// path entry if |
import_to_bookmark_bar
| is true.
135
bool
import_to_bookmark_bar
);
profile_writer.cc
70
bool
import_to_bookmark_bar
= ((options &
IMPORT_TO_BOOKMARK_BAR
) != 0);
local
71
string16 real_first_folder =
import_to_bookmark_bar
? first_folder_name :
91
real_first_folder,
import_to_bookmark_bar
))
103
const string16& folder_name = (!
import_to_bookmark_bar
&&
320
bool
import_to_bookmark_bar
) {
338
(!
import_to_bookmark_bar
&& path_it + 1 == entry.path.rend()) ?
348
// node, or the bookmarks bar, depending upon
import_to_bookmark_bar
and
351
((
import_to_bookmark_bar
&& entry.in_toolbar && parent !=
353
((!
import_to_bookmark_bar
|| !entry.in_toolbar) &
[
all
...]
toolbar_importer.cc
557
(
import_to_bookmark_bar
() ? ProfileWriter::
IMPORT_TO_BOOKMARK_BAR
: 0);
firefox2_importer.cc
151
bool
import_to_bookmark_bar
,
216
if (
import_to_bookmark_bar
&& toolbar_folder) {
224
if (
import_to_bookmark_bar
)
267
if (
import_to_bookmark_bar
&& toolbar_folder) {
277
if (
import_to_bookmark_bar
)
312
ImportBookmarksFile(file, default_urls,
import_to_bookmark_bar
(),
319
if (
import_to_bookmark_bar
())
320
options |= ProfileWriter::
IMPORT_TO_BOOKMARK_BAR
;
firefox3_importer.cc
239
if (
import_to_bookmark_bar
()) {
251
if (!
import_to_bookmark_bar
())
295
if (
import_to_bookmark_bar
())
296
options = ProfileWriter::
IMPORT_TO_BOOKMARK_BAR
;
ie_importer.cc
141
if (
import_to_bookmark_bar
())
142
options = ProfileWriter::
IMPORT_TO_BOOKMARK_BAR
;
580
if (
import_to_bookmark_bar
() &&
588
if (!
import_to_bookmark_bar
())
Completed in 311 milliseconds