HomeSort by relevance Sort by last modified time
    Searched defs:title_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/history/
top_sites.h 163 int title_id; member in struct:history::TopSites::PrepopulatedPage
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.cc 912 int title_id; local
915 title_id = IDS_BOOKMARK_BAR_FOLDER_NAME;
918 title_id = IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME;
921 title_id = IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME;
925 title_id = IDS_BOOKMARK_BAR_FOLDER_NAME;
928 node->SetTitle(l10n_util::GetStringUTF16(title_id));