| /external/chromium_org/chrome/browser/extensions/ |
| extension_error_controller_unittest.cc | 110 testing::AssertionResult AddBlacklistedExtension(const Extension* extension); 130 testing::AssertionResult 139 return testing::AssertionFailure() 143 return testing::AssertionSuccess();
|
| /external/chromium_org/chrome/browser/media/ |
| webrtc_rtp_dump_handler_unittest.cc | 14 #include "testing/gmock/include/gmock/gmock.h" 15 #include "testing/gtest/include/gtest/gtest.h" 62 class WebRtcRtpDumpHandlerTest : public testing::Test { 116 EXPECT_CALL(*this, OnStopDumpFinished(false, testing::_)); 131 EXPECT_CALL(*this, OnStopDumpFinished(true, testing::_)); 140 EXPECT_CALL(*this, OnStopDumpFinished(false, testing::_)); 184 EXPECT_CALL(*this, OnStopDumpFinished(true, testing::_)); 215 EXPECT_CALL(*this, OnStopDumpFinished(true, testing::_)).Times(2); 233 EXPECT_CALL(*this, OnStopDumpFinished(true, testing::_)); 248 EXPECT_CALL(*this, OnStopDumpFinished(true, testing::_)).Times(2) [all...] |
| /external/chromium_org/chrome/browser/search/suggestions/ |
| thumbnail_manager_unittest.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 19 class ThumbnailManagerTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/ssl/ |
| ssl_client_certificate_selector_test.h | 12 #include "testing/gtest/include/gtest/gtest.h" 43 scoped_refptr<testing::StrictMock<SSLClientAuthRequestorMock> >
|
| /external/chromium_org/chrome/browser/ui/views/autofill/ |
| autofill_popup_base_view_browsertest.cc | 11 #include "testing/gmock/include/gmock/gmock.h" 12 #include "testing/gtest/include/gtest/gtest.h" 21 using testing::Return; 22 using testing::ReturnRef; 73 testing::NiceMock<MockAutofillPopupViewDelegate> mock_delegate_; 93 testing::InSequence dummy;
|
| /external/chromium_org/chrome/browser/ui/webui/chromeos/ |
| set_time_ui_browsertest.js | 11 * @extends {testing.Test} 16 __proto__: testing.Test.prototype,
|
| /external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
| date_time_options_browsertest.js | 10 * @extends {testing.Test} 15 __proto__: testing.Test.prototype,
|
| /external/chromium_org/chrome/installer/test/ |
| upgrade_test.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 19 class UpgradeTest : public testing::Test {
|
| /external/chromium_org/chrome/test/base/ |
| interactive_test_utils.cc | 68 // or the test timed out (in which case testing::Test::HasFatalFailure should 71 return !testing::Test::HasFatalFailure(); 88 return !testing::Test::HasFatalFailure(); 99 return !testing::Test::HasFatalFailure(); 110 return !testing::Test::HasFatalFailure();
|
| /external/chromium_org/chromeos/app_mode/ |
| kiosk_oem_manifest_parser_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 13 typedef testing::Test KioskOemManifestParserTest;
|
| /external/chromium_org/chromeos/dbus/ |
| blocking_method_caller_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 18 using ::testing::_; 19 using ::testing::Invoke; 20 using ::testing::Return; 42 class BlockingMethodCallerTest : public testing::Test {
|
| /external/chromium_org/components/json_schema/ |
| json_schema_validator_unittest_base.h | 8 #include "testing/gtest/include/gtest/gtest.h" 21 class JSONSchemaValidatorTestBase : public testing::Test {
|
| /external/chromium_org/components/variations/ |
| active_field_trials.h | 52 // Expose some functions for testing. These functions just wrap functionality 54 namespace testing { namespace in namespace:variations 60 } // namespace testing
|
| /external/chromium_org/google_apis/drive/ |
| gdata_wapi_url_generator_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 13 class GDataWapiUrlGeneratorTest : public testing::Test {
|
| /external/chromium_org/gpu/command_buffer/service/ |
| gles2_cmd_decoder_unittest_attribs.cc | 27 #include "testing/gtest/include/gtest/gtest.h" 37 using ::testing::_; 38 using ::testing::DoAll; 39 using ::testing::InSequence; 40 using ::testing::Invoke; 41 using ::testing::MatcherCast; 42 using ::testing::Mock; 43 using ::testing::Pointee; 44 using ::testing::Return; 45 using ::testing::SaveArg [all...] |
| mocks.cc | 13 testing::DefaultValue<error::Error>::Set(
|
| /external/chromium_org/mojo/shell/ |
| shell_test_base.h | 13 #include "testing/gtest/include/gtest/gtest.h" 28 class ShellTestBase : public testing::Test {
|
| /external/chromium_org/net/dns/ |
| mock_mdns_socket_factory.cc | 10 using testing::_; 11 using testing::Invoke; 72 scoped_ptr<testing::NiceMock<MockMDnsDatagramServerSocket> > new_socket( 73 new testing::NiceMock<MockMDnsDatagramServerSocket>(address_family));
|
| /external/chromium_org/net/quic/congestion_control/ |
| tcp_receiver_test.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 14 class QuicTcpReceiverTest : public ::testing::Test {
|
| /external/chromium_org/remoting/host/ |
| pin_hash_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 13 class PinHashTest : public testing::Test {
|
| /external/chromium_org/remoting/host/win/ |
| rdp_client_unittest.cc | 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gmock_mutant.h" 22 #include "testing/gtest/include/gtest/gtest.h" 25 using testing::_; 26 using testing::AtMost; 27 using testing::InvokeWithoutArgs; 79 class RdpClientTest : public testing::Test { 103 // Mocks RdpClient::EventHandler for testing.
|
| /external/chromium_org/sync/js/ |
| js_event_details_unittest.cc | 8 #include "testing/gtest/include/gtest/gtest.h" 13 class JsEventDetailsTest : public testing::Test {};
|
| /external/chromium_org/sync/sessions/ |
| status_controller_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 12 class StatusControllerTest : public testing::Test { };
|
| /external/chromium_org/sync/test/accounts_client/ |
| test_accounts_client_unittest.cc | 11 #include "testing/gmock/include/gmock/gmock.h" 12 #include "testing/gtest/include/gtest/gtest.h" 17 using testing::_; 18 using testing::DoAll; 19 using testing::Return; 20 using testing::SetArgPointee;
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| CSSValueTestHelper.h | 32 * Make testing with gtest and gmock nicer by adding pretty print and other 44 namespace testing { namespace
|