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

  /external/chromium/chrome/common/extensions/
extension_resource.h 42 const FilePath& relative_path() const { return relative_path_; }
59 FilePath relative_path_; member in class:ExtensionResource
extension_resource.cc 19 relative_path_(relative_path) {
25 if (extension_root_.empty() || relative_path_.empty()) {
35 GetFilePath(extension_root_, relative_path_);
user_script.h 59 const FilePath& relative_path() const { return relative_path_; }
88 FilePath relative_path_; member in class:UserScript::File
user_script.cc 54 relative_path_(relative_path),

Completed in 1278 milliseconds