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

  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.h 49 // If all_frames_ is true, script or CSS text would be injected
51 bool all_frames_; member in class:ExecuteCodeInTabFunction
execute_code_in_tab_function.cc 31 all_frames_(false) {
91 if (!script_info->GetBoolean(keys::kAllFramesKey, &all_frames_))
177 params.all_frames = all_frames_;

Completed in 50 milliseconds