Home
last modified time | relevance | path

Searched refs:match_all_frames_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
Duser_script.h135 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
Duser_script.cc64 match_all_frames_(false), incognito_enabled_(false) { in UserScript()
157 CHECK(pickle.ReadBool(iter, &match_all_frames_)); in Unpickle()
/external/chromium_org/extensions/common/
Duser_script.h137 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
Duser_script.cc73 match_all_frames_(false), incognito_enabled_(false) { in UserScript()
177 CHECK(pickle.ReadBool(iter, &match_all_frames_)); in Unpickle()