OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:globs_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/
user_script.cc
80
if (!
globs_
.empty()) {
81
if (!UrlMatchesGlobs(&
globs_
, url))
116
pickle->WriteSize(
globs_
.size());
117
for (glob =
globs_
.begin(); glob !=
globs_
.end(); ++glob) {
163
globs_
.clear();
167
globs_
.push_back(glob);
user_script.h
140
const std::vector<std::string>& globs() const { return
globs_
; }
141
void add_glob(const std::string& glob) {
globs_
.push_back(glob); }
142
void clear_globs() {
globs_
.clear(); }
205
std::vector<std::string>
globs_
;
member in class:UserScript
Completed in 541 milliseconds