Home | History | Annotate | Download | only in apps

Lines Matching refs:id

38   SavedFileEntry(const std::string& id,
43 // The opaque id of this file entry.
44 std::string id;
71 const std::string& id,
75 // If the file with |id| is not in the queue of files to be retained
78 // already present, moves it to the back of the queue. The |id| must have been
80 void EnqueueFileEntry(const std::string& extension_id, const std::string& id);
82 // Returns whether the file entry with the given |id| has been registered.
83 bool IsRegistered(const std::string& extension_id, const std::string& id);
85 // Gets a borrowed pointer to the file entry with the specified |id|. Returns
88 const std::string& id);