Searched refs:match_all_frames_ (Results 1 – 4 of 4) sorted by relevance
135 bool match_all_frames() const { return match_all_frames_; } in match_all_frames()136 void set_match_all_frames(bool val) { match_all_frames_ = val; } in set_match_all_frames()228 bool match_all_frames_; variable
64 match_all_frames_(false), incognito_enabled_(false) { in UserScript()157 CHECK(pickle.ReadBool(iter, &match_all_frames_)); in Unpickle()
137 bool match_all_frames() const { return match_all_frames_; } in match_all_frames()138 void set_match_all_frames(bool val) { match_all_frames_ = val; } in set_match_all_frames()250 bool match_all_frames_; variable
73 match_all_frames_(false), incognito_enabled_(false) { in UserScript()177 CHECK(pickle.ReadBool(iter, &match_all_frames_)); in Unpickle()