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

  /external/chromium/chrome/common/extensions/
user_script.h 108 const std::string& name_space() const { return name_space_; } function in class:UserScript
109 void set_name_space(const std::string& name_space) {
110 name_space_ = name_space;
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 64 if (!script.name().empty() && !script.name_space().empty())
65 script_name = script.name_space() + "/" + script.name();

Completed in 3085 milliseconds