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 186 return CanAccessPath(path) && value_->Get(path, &ignored);
191 return CanAccessPath(path) && value_->Get(path, out_value);
196 return CanAccessPath(path) && value_->GetBoolean(path, out_value);
201 return CanAccessPath(path) && value_->GetInteger(path, out_value);
206 return CanAccessPath(path) && value_->GetString(path, out_value);
211 return CanAccessPath(path) && value_->GetString(path, out_value);
216 return CanAccessPath(path) && value_->GetDictionary(path, out_value);
221 return CanAccessPath(path) && value_->GetList(path, out_value);
243 bool Manifest::CanAccessPath(const std::string& path) const {
manifest.h 180 bool CanAccessPath(const std::string& path) const;

Completed in 152 milliseconds