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

  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 120 bool BookmarksFunction::GetBookmarkIdAsInt64(const std::string& id_string,
132 if (!GetBookmarkIdAsInt64(id_string, &id))
153 if (!GetBookmarkIdAsInt64(*details.parent_id, &parentId))
577 if (!GetBookmarkIdAsInt64(params->id, &id))
644 if (!GetBookmarkIdAsInt64(*params->destination.parent_id, &parentId))
bookmarks_api.h 140 bool GetBookmarkIdAsInt64(const std::string& id_string, int64* id);
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 765 if (!GetBookmarkIdAsInt64(params->id_list[i], &id))

Completed in 121 milliseconds