Searched refs:Capture (Results 1 - 25 of 117) sorted by relevance

12345

/external/chromium_org/v8/testing/
H A Dgmock-support.h13 class Capture { class in namespace:testing
15 Capture() : value_(), has_value_(false) {} function in class:testing::Capture
37 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {}
57 Capture<T>* capture_;
66 Matcher<T> CaptureEq(Capture<T>* capture) {
/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java20 import org.easymock.Capture;
28 private final Capture<T> capture;
32 public Captures(Capture<T> captured) {
/external/chromium_org/remoting/host/
H A Dfake_mouse_cursor_monitor.h18 virtual void Capture() OVERRIDE;
H A Dshaped_desktop_capturer.cc28 void ShapedDesktopCapturer::Capture(const webrtc::DesktopRegion& region) { function in class:remoting::ShapedDesktopCapturer
29 desktop_capturer_->Capture(region);
H A Dfake_desktop_capturer.h38 virtual void Capture(const webrtc::DesktopRegion& rect) OVERRIDE;
H A Dipc_mouse_cursor_monitor.cc29 void IpcMouseCursorMonitor::Capture() { function in class:remoting::IpcMouseCursorMonitor
31 // captures a screen frame when |IpcVideoFrameCapturer::Capture()| is called.
H A Dipc_mouse_cursor_monitor.h28 virtual void Capture() OVERRIDE;
H A Dipc_video_frame_capturer.cc31 void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) { function in class:remoting::IpcVideoFrameCapturer
H A Dipc_video_frame_capturer.h27 virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
H A Dfake_mouse_cursor_monitor.cc31 void FakeMouseCursorMonitor::Capture() { function in class:remoting::FakeMouseCursorMonitor
H A Dshaped_desktop_capturer.h25 virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view_unittest.cc22 void Capture(const std::string& text) { function in class:chrome::CryptoModulePasswordDialogViewTest
38 base::Bind(&CryptoModulePasswordDialogViewTest::Capture,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_null.cc33 virtual void Capture(const DesktopRegion& region) OVERRIDE;
70 void WindowCapturerNull::Capture(const DesktopRegion& region) { function in class:webrtc::__anon15945::WindowCapturerNull
H A Dscreen_capturer_mac_unittest.cc79 TEST_F(ScreenCapturerMacTest, Capture) {
93 capturer_->Capture(DesktopRegion());
96 capturer_->Capture(DesktopRegion());
H A Ddesktop_capturer.h56 virtual void Capture(const DesktopRegion& region) = 0;
59 // Capture calls. Used to exclude the screenshare notification window for
H A Dwindow_capturer_unittest.cc66 TEST_F(WindowCapturerTest, Capture) {
76 capturer_->Capture(DesktopRegion());
H A Dmouse_cursor_monitor_unittest.cc69 capturer->Capture();
107 capturer->Capture();
120 capturer->Capture();
H A Dmouse_cursor_monitor.h36 // Capture only shape of the mouse cursor, but not position.
39 // Capture both, mouse cursor shape and position.
46 // Called in response to Capture() when the cursor shape has changed. Must
50 // Called in response to Capture(). |position| indicates cursor position
81 // changed since the last call (or when Capture() is called for the first
84 virtual void Capture() = 0;
/external/easymock/src/org/easymock/
H A DCapture.java29 public class Capture<T> implements Serializable { class in inherits:Serializable
40 public Capture() { method in class:Capture
50 public Capture(CaptureType type) { method in class:Capture
/external/chromium_org/media/base/
H A Daudio_capturer_source.h19 // captured audio. An implementation will periodically call Capture() on a
27 virtual void Capture(const AudioBus* audio_source,
/external/chromium_org/remoting/host/chromeos/
H A Daura_desktop_capturer.h23 // be rendered to a given data structure. Start() and Capture() must be called
32 virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
/external/clang/lib/CodeGen/
H A DCGBlocks.h152 class Capture { class in class:clang::CodeGen::CGBlockInfo
173 static Capture makeIndex(unsigned index) {
174 Capture v;
179 static Capture makeConstant(llvm::Value *value) {
180 Capture v;
206 llvm::DenseMap<const VarDecl*, Capture> Captures;
233 const Capture &getCapture(const VarDecl *var) const {
236 Capture &getCapture(const VarDecl *var) {
237 llvm::DenseMap<const VarDecl*, Capture>::iterator
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_util.py18 class Capture(object): class in function:CaptureLogging
22 cf = Capture()
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capture_impl.cc128 ViECapturer* vie_capture = is.Capture(capture_id);
143 ViECapturer* vie_capture = is.Capture(capture_id);
203 ViECapturer* vie_capture = is.Capture(frame_provider->Id());
219 ViECapturer* vie_capture = is.Capture(capture_id);
239 ViECapturer* vie_capture = is.Capture(capture_id);
277 ViECapturer* vie_capture = is.Capture(capture_id);
295 ViECapturer* vie_capture = is.Capture(capture_id);
386 ViECapturer* vie_capture = is.Capture(capture_id);
402 ViECapturer* vie_capture = is.Capture(capture_id);
421 ViECapturer* vie_capture = is.Capture(capture_i
[all...]
/external/chromium_org/cc/trees/
H A Dblocking_task_runner_unittest.cc29 TEST(BlockingTaskRunnerTest, Capture) {

Completed in 4216 milliseconds

12345