HomeSort by relevance Sort by last modified time
    Searched refs:match_all_frames_ (Results 1 - 4 of 4) 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_));
  /external/chromium_org/extensions/common/
user_script.h 137 bool match_all_frames() const { return match_all_frames_; }
138 void set_match_all_frames(bool val) { match_all_frames_ = val; }
250 bool match_all_frames_; member in class:extensions::UserScript
user_script.cc 73 match_all_frames_(false), incognito_enabled_(false) {
177 CHECK(pickle.ReadBool(iter, &match_all_frames_));

Completed in 117 milliseconds