HomeSort by relevance Sort by last modified time
    Searched refs:set_match_all_frames (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 111 result->set_match_all_frames(all_frames);
426 user_script.set_match_all_frames(true);
  /external/chromium_org/extensions/common/
user_script.h 161 void set_match_all_frames(bool val) { match_all_frames_ = val; } function in class:extensions::UserScript
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc 380 script_.set_match_all_frames(script_data.all_frames);

Completed in 169 milliseconds