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

  /external/chromium/chrome/common/extensions/
extension_resource.h 41 const FilePath& extension_root() const { return extension_root_; }
56 FilePath extension_root_; member in class:ExtensionResource
extension_resource.cc 18 extension_root_(extension_root),
25 if (extension_root_.empty() || relative_path_.empty()) {
35 GetFilePath(extension_root_, relative_path_);
user_script.h 58 const FilePath& extension_root() const { return extension_root_; }
87 FilePath extension_root_; member in class:UserScript::File
user_script.cc 53 : extension_root_(extension_root),
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 91 extension_root_ = temp_dir_.path().AppendASCII(
94 extension_root_);
189 if (!extension_l10n_util::LocalizeExtension(extension_root_,
201 extension_root_,
419 client_->OnUnpackSuccess(temp_dir_.Take(), extension_root_, extension_);
445 extension_root_.Append(Extension::kManifestFilename);
498 if (!file_util::Delete(extension_root_.Append(path), false)) {
522 FilePath path = extension_root_.Append(path_suffix);
595 FilePath path = extension_root_.Append(relative_path);
sandboxed_extension_unpacker.h 219 FilePath extension_root_; member in class:SandboxedExtensionUnpacker
sandboxed_extension_unpacker_unittest.cc 105 sandboxed_unpacker_->extension_root_ =

Completed in 170 milliseconds