Searched refs:MATCHER_P2 (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dinput_filter_unittest.cc17 MATCHER_P2(EqualsKeyEvent, usb_keycode, pressed, "") { function in namespace:remoting::protocol
22 MATCHER_P2(EqualsMouseMoveEvent, x, y, "") { function in namespace:remoting::protocol
H A Dclipboard_filter_unittest.cc17 MATCHER_P2(EqualsClipboardEvent, mime_type, data, "") { function in namespace:remoting::protocol
H A Dclipboard_echo_filter_unittest.cc18 MATCHER_P2(EqualsClipboardEvent, mime_type, data, "") { function in namespace:remoting::protocol
H A Dinput_event_tracker_unittest.cc29 MATCHER_P2(EqualsUsbEventWithoutLockStates, usb_keycode, pressed, "") { function in namespace:remoting::protocol::__anon10537
36 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") { function in namespace:remoting::protocol::__anon10537
H A Dmouse_input_filter_unittest.cc19 MATCHER_P2(EqualsMouseMoveEvent, x, y, "") { function in namespace:remoting::protocol
/external/chromium_org/remoting/client/
H A Dkey_event_mapper_unittest.cc25 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") { function in namespace:remoting
32 MATCHER_P2(EqualsUsbEventLockStates, usb_keycode, pressed, "") { function in namespace:remoting
/external/chromium_org/remoting/host/
H A Dremote_input_filter_unittest.cc24 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") { function in namespace:remoting::__anon10496
H A Dclient_session_unittest.cc227 MATCHER_P2(EqualsClipboardEvent, m, d, "") { function in namespace:remoting
284 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") { function in namespace:remoting::__anon10439
289 MATCHER_P2(EqualsMouseEvent, x, y, "") { function in namespace:remoting::__anon10439
293 MATCHER_P2(EqualsMouseButtonEvent, button, down, "") { function in namespace:remoting::__anon10439
H A Dlog_to_server_unittest.cc68 MATCHER_P2(IsTwoClientsConnected, connection_type1, connection_type2, "") { function in namespace:remoting::__anon10479
/external/chromium_org/remoting/client/plugin/
H A Dnormalizing_input_filter_cros_unittest.cc31 MATCHER_P2(EqualsKeyEvent, usb_keycode, pressed, "") { function in namespace:remoting::__anon10416
50 MATCHER_P2(EqualsMouseMoveEvent, x, y, "") { function in namespace:remoting::__anon10416
H A Dnormalizing_input_filter_mac_unittest.cc30 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") { function in namespace:remoting::__anon10418
/external/chromium/net/url_request/
H A Durl_request_job_tracker_unittest.cc141 MATCHER_P2(MemEq, other, len, "") { function in namespace:net::__anon3259
/external/chromium/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc622 MATCHER_P2(EqSumOf, x, y, function in namespace:__anon3299
780 MATCHER_P2(ReferencesAnyOf, variable1, variable2, "") { function in namespace:__anon3299
808 // Tests that a simple MATCHER_P2() definition works.
810 MATCHER_P2(IsNotInClosedRange, low, hi, "") { return arg < low || arg > hi; } function in namespace:__anon3299
828 MATCHER_P2(EqualsSumOf, a, b, "") { return arg == a + b; } function in namespace:__anon3299
903 MATCHER_P2(EqConcat, prefix, suffix, "") { function in namespace:__anon3299
/external/chromium_org/content/browser/renderer_host/media/
H A Ddesktop_capture_device_unittest.cc30 MATCHER_P2(EqualsCaptureCapability, width, height, "") { function in namespace:content::__anon8154
/external/chromium_org/chrome_frame/test/
H A Dmock_ie_event_sink_actions.h45 MATCHER_P2(TabContentsTitleEq, the_url, the_title, "") { function in namespace:chrome_frame_test
H A Dinfobar_unittests.cc366 MATCHER_P2(RectAddedToRectXMakesRectY, function in namespace:__anon7451
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc63 MATCHER_P2(DownloadCreateInfoWithDefaultPath, info, download_directory, "") { function in namespace:content::__anon7964
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h1130 // We also provide MATCHER_P2, MATCHER_P3, ..., up to MATCHER_P10 to
1145 // MATCHER_P2(InClosedRange, low, hi,
1164 // MATCHER_P2(InClosedRange, low, hi, "") { ... }
1230 // MATCHER_P2(Blah, a, b, description_string2) { ... }
1355 #define MATCHER_P2(name, p0, p1, description)\ macro

Completed in 332 milliseconds