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

  /external/chromium/chrome/common/extensions/
user_script.h 136 void set_match_all_frames(bool val) { match_all_frames_ = val; } function in class:UserScript
extension.cc 744 result->set_match_all_frames(all_frames);
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 110 result->set_match_all_frames(all_frames);
413 user_script.set_match_all_frames(true);
  /external/chromium_org/extensions/common/
user_script.h 138 void set_match_all_frames(bool val) { match_all_frames_ = val; } function in class:extensions::UserScript

Completed in 195 milliseconds