Searched refs:all_frames_ (Results 1 – 2 of 2) sorted by relevance
31 all_frames_(false) { in ExecuteCodeInTabFunction()91 if (!script_info->GetBoolean(keys::kAllFramesKey, &all_frames_)) in RunImpl()177 params.all_frames = all_frames_; in Execute()
51 bool all_frames_; variable