Lines Matching refs:UserScript
44 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()
90 UserScript::~UserScript() {
93 void UserScript::add_url_pattern(const URLPattern& pattern) {
97 void UserScript::add_exclude_url_pattern(const URLPattern& pattern) {
101 bool UserScript::MatchesURL(const GURL& url) const {
125 void UserScript::File::Pickle(::Pickle* pickle) const {
131 void UserScript::File::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
138 void UserScript::Pickle(::Pickle* pickle) const {
156 void UserScript::PickleGlobs(::Pickle* pickle,
165 void UserScript::PickleURLPatternSet(::Pickle* pickle,
175 void UserScript::PickleScripts(::Pickle* pickle,
184 void UserScript::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
206 void UserScript::UnpickleGlobs(const ::Pickle& pickle, PickleIterator* iter,
218 void UserScript::UnpickleURLPatternSet(const ::Pickle& pickle,
242 void UserScript::UnpickleScripts(const ::Pickle& pickle, PickleIterator* iter,
254 bool operator<(const UserScript& script1, const UserScript& script2) {