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

  /external/chromium_org/extensions/common/
extension_resource.cc 33 DCHECK(full_resource_path_.empty());
34 return full_resource_path_;
38 if (!full_resource_path_.empty())
39 return full_resource_path_;
41 full_resource_path_ = GetFilePath(
45 return full_resource_path_;
118 if (full_resource_path_.empty())
121 NormalizeSeperators(full_resource_path_.value())) {
extension_resource.h 84 mutable base::FilePath full_resource_path_; member in class:extensions::ExtensionResource

Completed in 374 milliseconds