Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dexecute_code_in_tab_function.cc31 all_frames_(false) { in ExecuteCodeInTabFunction()
91 if (!script_info->GetBoolean(keys::kAllFramesKey, &all_frames_)) in RunImpl()
177 params.all_frames = all_frames_; in Execute()
Dexecute_code_in_tab_function.h51 bool all_frames_; variable