Home
last modified time | relevance | path

Searched refs:set_match_all_frames (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dcontent_scripts_handler.cc114 result->set_match_all_frames(all_frames); in LoadUserScriptFromDictionary()
429 user_script.set_match_all_frames(true); in Parse()
/external/chromium_org/extensions/common/
Duser_script.h141 void set_match_all_frames(bool val) { match_all_frames_ = val; } in set_match_all_frames() function