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

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.cc 56 bool bookmark_file_exists = base::PathExists(path); local
57 if (bookmark_file_exists) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 60 bool bookmark_file_exists = file_util::PathExists(path_); local
61 if (bookmark_file_exists) {
92 bookmark_file_exists, path_));

Completed in 119 milliseconds