Searched defs:match_all_frames_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/common/
H A Duser_script.h160 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

Completed in 2291 milliseconds