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

  /external/chromium_org/extensions/common/
manifest.cc 185 return CanAccessPath(path) && value_->Get(path, &ignored);
190 return CanAccessPath(path) && value_->Get(path, out_value);
195 return CanAccessPath(path) && value_->GetBoolean(path, out_value);
200 return CanAccessPath(path) && value_->GetInteger(path, out_value);
205 return CanAccessPath(path) && value_->GetString(path, out_value);
210 return CanAccessPath(path) && value_->GetString(path, out_value);
215 return CanAccessPath(path) && value_->GetDictionary(path, out_value);
220 return CanAccessPath(path) && value_->GetList(path, out_value);
242 bool Manifest::CanAccessPath(const std::string& path) const {
manifest.h 180 bool CanAccessPath(const std::string& path) const;

Completed in 146 milliseconds