Home
last modified time | relevance | path

Searched refs:match_all_frames (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/
Duser_script.h140 bool match_all_frames() const { return match_all_frames_; } in match_all_frames() function
Duser_script.cc133 pickle->WriteBool(match_all_frames()); in Pickle()
/external/chromium_org/extensions/renderer/
Dscript_injection.cc240 if (frame->parent() && !script_->match_all_frames()) in WantsToRun()