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

  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.h 88 bool GetBookmarkIdAsInt64(const std::string& id_string, int64* id);
extension_bookmarks_module.cc 95 bool BookmarksFunction::GetBookmarkIdAsInt64(
288 if (!GetBookmarkIdAsInt64(id_string, &id))
302 if (!GetBookmarkIdAsInt64(id_string, &id))
321 if (!GetBookmarkIdAsInt64(id_string, &id))
443 if (!GetBookmarkIdAsInt64(parentId_string, &parentId))
540 if (!GetBookmarkIdAsInt64(parentId_string, &parentId))

Completed in 49 milliseconds