Home | History | Annotate | Download | only in common

Lines Matching refs:string

10 #include <string>
121 const std::string& extension_id() const { return extension_id_; }
122 void set_extension_id(const std::string& id) { extension_id_ = id; }
129 bool ValidateManifest(std::string* error,
155 bool HasKey(const std::string& key) const;
156 bool HasPath(const std::string& path) const;
157 bool Get(const std::string& path, const base::Value** out_value) const;
158 bool GetBoolean(const std::string& path, bool* out_value) const;
159 bool GetInteger(const std::string& path, int* out_value) const;
160 bool GetString(const std::string& path, std::string* out_value) const;
161 bool GetString(const std::string& path, base::string16* out_value) const;
162 bool GetDictionary(const std::string& path,
164 bool GetList(const std::string& path,
180 bool CanAccessPath(const std::string& path) const;
181 bool CanAccessKey(const std::string& key) const;
187 std::string extension_id_;