HomeSort by relevance Sort by last modified time
    Searched refs:in_toolbar (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/common/importer/
imported_bookmark_entry.cc 8 : in_toolbar(false),
15 return (in_toolbar == other.in_toolbar &&
imported_bookmark_entry.h 20 bool in_toolbar; member in struct:ImportedBookmarkEntry
profile_import_process_messages.h 136 WriteParam(m, p.in_toolbar);
145 (ReadParam(m, iter, &p->in_toolbar)) &&
154 LogParam(p.in_toolbar, l);
  /external/chromium_org/chrome/browser/importer/
importer_unittest_utils.h 15 const bool in_toolbar; member in struct:BookmarkInfo
importer_unittest_utils.cc 14 ASSERT_EQ(expected.in_toolbar, entry.in_toolbar) << entry.title;
profile_writer.cc 130 if (it->in_toolbar)
157 if (import_to_top_level && (add_all_to_top_level || bookmark->in_toolbar)) {
179 if (bookmark->in_toolbar && parent == bookmark_bar &&
profile_writer_unittest.cc 125 entry.in_toolbar = true;
  /external/chromium/chrome/browser/importer/
toolbar_importer_unittest.cc 336 EXPECT_FALSE(bookmarks[0].in_toolbar);
351 EXPECT_FALSE(bookmarks[0].in_toolbar);
365 EXPECT_FALSE(bookmarks[0].in_toolbar);
366 EXPECT_FALSE(bookmarks[1].in_toolbar);
386 EXPECT_FALSE(bookmarks[0].in_toolbar);
406 EXPECT_FALSE(bookmarks[0].in_toolbar);
421 EXPECT_FALSE(bookmarks[0].in_toolbar);
422 EXPECT_FALSE(bookmarks[1].in_toolbar);
profile_writer.cc 20 : in_toolbar(false),
99 (it->in_toolbar ? model->GetBookmarkBarNode() : model->other_node());
104 !it->in_toolbar && (i == it->path.begin())) ? real_first_folder : *i;
129 if (it->in_toolbar)
349 // entry.in_toolbar.
351 ((import_to_bookmark_bar && entry.in_toolbar && parent !=
353 ((!import_to_bookmark_bar || !entry.in_toolbar) &&
profile_writer.h 53 bool in_toolbar; member in struct:ProfileWriter::BookmarkEntry
84 // then any entries with a value of true for in_toolbar are added to
profile_import_process_messages.h 133 WriteParam(m, p.in_toolbar);
142 (ReadParam(m, iter, &p->in_toolbar)) &&
151 LogParam(p.in_toolbar, l);
firefox2_importer.cc 218 entry.in_toolbar = true;
270 entry.in_toolbar = true;
importer_unittest.cc 125 const bool in_toolbar; member in struct:BookmarkList
136 if (list[i].in_toolbar == entry.in_toolbar &&
    [all...]
firefox3_importer.cc 271 entry.in_toolbar = is_in_toolbar;
ie_importer.cc 582 entry.in_toolbar = true;
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 57 if (entry.in_toolbar)
88 entry.in_toolbar = on_toolbar;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 63 if (entry.in_toolbar)
94 entry.in_toolbar = on_toolbar;
  /external/chromium_org/chrome/utility/importer/
bookmark_html_reader.cc 171 entry.in_toolbar = true;
220 entry.in_toolbar = true;
firefox_importer.cc 300 entry.in_toolbar = is_in_toolbar;
ie_importer_win.cc 858 entry.in_toolbar = true;

Completed in 158 milliseconds