Home | History | Annotate | Download | only in bookmarks

Lines Matching full:profile

21 class Profile;
93 void WriteToClipboard(Profile* profile) const;
109 // |profile| is used to identify which profile the data came from. Use a
110 // value of null to indicate the data is not associated with any profile.
111 void Write(Profile* profile, ui::OSExchangeData* data) const;
118 void WriteToPickle(Profile* profile, Pickle* pickle) const;
124 // created from the same profile then the nodes from the model are returned.
127 std::vector<const BookmarkNode*> GetNodes(Profile* profile) const;
131 const BookmarkNode* GetFirstNode(Profile* profile) const;
145 // Sets |profile_path_| to that of |profile|. This is useful for the
147 // profile path is not already set.
148 void SetOriginatingProfile(Profile* profile);
150 // Returns true if this data is from the specified profile.
151 bool IsFromProfile(Profile* profile) const;
162 // Path of the profile we originated from.