Searched defs:UserScript (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/
H A Duser_script.cc44 const char UserScript::kFileExtension[] = ".user.js";
48 int UserScript::GenerateUserScriptID() {
52 bool UserScript::IsURLUserScript(const GURL& url,
59 int UserScript::ValidUserScriptSchemes(bool canExecuteScriptEverywhere) {
70 UserScript::File::File(const base::FilePath& extension_root,
78 UserScript::File::File() {}
80 UserScript::File::~File() {}
82 UserScript::UserScript() function in class:extensions::UserScript
90 UserScript
[all...]
H A Duser_script.h25 class UserScript { class in namespace:extensions
130 UserScript();
131 ~UserScript();
212 // Serialize the UserScript into a pickle. The content of the scripts and
213 // paths to UserScript::Files will not be serialized!
295 bool operator<(const UserScript& script1, const UserScript& script2);
297 typedef std::vector<UserScript> UserScriptList;

Completed in 930 milliseconds