Home | History | Annotate | Download | only in common

Lines Matching defs:UserScript

39 const char UserScript::kFileExtension[] = ".user.js";
41 bool UserScript::IsURLUserScript(const GURL& url,
48 int UserScript::ValidUserScriptSchemes(bool canExecuteScriptEverywhere) {
59 UserScript::File::File(const base::FilePath& extension_root,
67 UserScript::File::File() {}
69 UserScript::File::~File() {}
71 UserScript::UserScript()
76 UserScript::~UserScript() {
79 void UserScript::add_url_pattern(const URLPattern& pattern) {
83 void UserScript::add_exclude_url_pattern(const URLPattern& pattern) {
87 bool UserScript::MatchesURL(const GURL& url) const {
111 void UserScript::File::Pickle(::Pickle* pickle) const {
117 void UserScript::File::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
124 void UserScript::Pickle(::Pickle* pickle) const {
140 void UserScript::PickleGlobs(::Pickle* pickle,
149 void UserScript::PickleURLPatternSet(::Pickle* pickle,
159 void UserScript::PickleScripts(::Pickle* pickle,
168 void UserScript::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
188 void UserScript::UnpickleGlobs(const ::Pickle& pickle, PickleIterator* iter,
200 void UserScript::UnpickleURLPatternSet(const ::Pickle& pickle,
224 void UserScript::UnpickleScripts(const ::Pickle& pickle, PickleIterator* iter,