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_org/extensions/common/
user_script.h
160
bool match_all_frames() const { return
match_all_frames_
; }
161
void set_match_all_frames(bool val) {
match_all_frames_
= val; }
284
bool
match_all_frames_
;
member in class:extensions::UserScript
user_script.cc
86
match_all_frames_
(false),
194
CHECK(pickle.ReadBool(iter, &
match_all_frames_
));
Completed in 44 milliseconds