Searched refs:all_frames (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc307 std::vector<Frame*> all_frames = detector.GetAllFrames(); local
308 FixOutputFileForComparison(output_file, frame_length_in_bytes, all_frames);
312 EXPECT_EQ(all_frames.size(), output_file_size / frame_length_in_bytes)
/external/chromium_org/extensions/renderer/
H A Dprogrammatic_script_injector.cc43 return params_->all_frames;
/external/chromium_org/extensions/browser/api/
H A Dexecute_code_function.cc134 details_->all_frames.get() && *details_->all_frames
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dcontent_scripts_handler.cc105 bool all_frames = false; local
106 if (!content_script->GetBoolean(keys::kAllFrames, &all_frames)) {
111 result->set_match_all_frames(all_frames);
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.cc253 bool all_frames; member in struct:extensions::RequestContentScript::ScriptData
258 : all_frames(false),
336 dict->GetBoolean(keys::kAllFrames, &script_data->all_frames));
380 script_.set_match_all_frames(script_data.all_frames);
/external/chromium_org/extensions/browser/
H A Dscript_executor.cc141 params.all_frames = (frame_scope == ALL_FRAMES);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h249 void InjectStyleSheet(const std::string& source_code, bool all_frames);
H A Dtest_runner.cc185 void InjectStyleSheet(const std::string& source_code, bool all_frames);
774 bool all_frames) {
776 runner_->InjectStyleSheet(source_code, all_frames);
2211 bool all_frames) {
2215 all_frames ? WebView::InjectStyleInAllFrames
773 InjectStyleSheet(const std::string& source_code, bool all_frames) argument
2210 InjectStyleSheet(const std::string& source_code, bool all_frames) argument
/external/chromium_org/extensions/common/
H A Dextension_messages.h123 IPC_STRUCT_MEMBER(bool, all_frames)
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.cc141 params.all_frames = true;
209 params.all_frames = true;

Completed in 565 milliseconds