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

  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.h 204 FilePath crx_path_; member in class:SandboxedExtensionUnpacker
sandboxed_extension_unpacker.cc 50 : crx_path_(crx_path),
86 crx_path_);
101 FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName());
105 if (!file_util::CopyFile(crx_path_, temp_crx_path)) {
248 ScopedStdioHandle file(file_util::OpenFile(crx_path_, "rb"));
extension_service_unittest.cc 3610 FilePath crx_path_; member in class:ExtensionSourcePriorityTest
    [all...]

Completed in 37 milliseconds