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

  /external/chromium/chrome/browser/importer/
importer.h 38 void set_bookmark_bar_disabled(bool bookmark_bar_disabled) {
39 bookmark_bar_disabled_ = bookmark_bar_disabled;
42 bool bookmark_bar_disabled() { return bookmark_bar_disabled_; } function in class:Importer
firefox2_importer.cc 321 if (bookmark_bar_disabled())
322 options |= ProfileWriter::BOOKMARK_BAR_DISABLED;

Completed in 141 milliseconds