OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_all_frames_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/
user_script.h
135
bool match_all_frames() const { return
match_all_frames_
; }
136
void set_match_all_frames(bool val) {
match_all_frames_
= val; }
228
bool
match_all_frames_
;
member in class:UserScript
user_script.cc
64
match_all_frames_
(false), incognito_enabled_(false) {
157
CHECK(pickle.ReadBool(iter, &
match_all_frames_
));
Completed in 67 milliseconds