Searched defs:kTestThroughWebRTC (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_performancetest.cc47 kTestThroughWebRTC = 1 << 3, // Send captured frames through webrtc enumerator in enum:__anon3847::TestFlags
92 if (HasFlag(kTestThroughWebRTC))
189 page += HasFlag(kTestThroughWebRTC) ? "?WebRTC=1" : "?WebRTC=0";
234 kTestThroughWebRTC,
235 kTestThroughWebRTC | kUseGpu | kForceGpuComposited,
236 kTestThroughWebRTC | kDisableVsync,
237 kTestThroughWebRTC | kDisableVsync | kUseGpu | kForceGpuComposited));
246 kTestThroughWebRTC | kDisableVsync | kUseGpu | kForceGpuComposited;

Completed in 68 milliseconds