| /external/chromium_org/chrome/browser/chromeos/extensions/ |
| accessibility_features_apitest.cc | 46 public testing::WithParamInterface<bool> { 166 testing::Bool());
|
| /external/chromium_org/chrome/browser/content_settings/ |
| content_settings_default_provider_unittest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 18 using ::testing::_; 21 class DefaultProviderTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/ |
| errorpage_browsertest.cc | 191 // for testing. 357 testing::AssertionResult ProbeStaleCopyValue(bool expected) { 373 return testing::AssertionFailure() 378 return testing::AssertionSuccess(); 380 return testing::AssertionFailure() << "Cache probe result is " << result; 383 testing::AssertionResult ReloadStaleCopyFromCache() { 399 return testing::AssertionFailure(); 400 return ("success" == result ? testing::AssertionSuccess() : 401 (testing::AssertionFailure() << "Exception message is " << result)); [all...] |
| /external/chromium_org/chrome/browser/extensions/api/mdns/ |
| dns_sd_registry_unittest.cc | 8 #include "testing/gmock/include/gmock/gmock.h" 9 #include "testing/gtest/include/gtest/gtest.h" 65 class DnsSdRegistryTest : public testing::Test { 177 testing::InSequence s;
|
| /external/chromium_org/chrome/browser/extensions/error_console/ |
| error_console_unittest.cc | 23 #include "testing/gtest/include/gtest/gtest.h" 30 class ErrorConsoleUnitTest : public testing::Test { 36 testing::Test::SetUp();
|
| /external/chromium_org/chrome/browser/first_run/ |
| first_run_browsertest.cc | 30 #include "testing/gtest/include/gtest/gtest.h" 77 // A generic test class to be subclassed by test classes testing specific 250 public testing::WithParamInterface<std::string> { 290 testing::Values(
|
| /external/chromium_org/chrome/browser/media/ |
| audio_stream_monitor_unittest.cc | 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gtest/include/gtest/gtest.h" 23 using ::testing::InvokeWithoutArgs; 40 class AudioStreamMonitorTest : public testing::Test { 170 // Loop, each time testing a slightly longer period of polled silence. The
|
| chrome_webrtc_video_quality_browsertest.cc | 36 #include "testing/perf/perf_test.h" 98 public testing::WithParamInterface<VideoQualityTestConfig> { 278 testing::ValuesIn(kVideoConfigurations));
|
| /external/chromium_org/chrome/browser/prefs/ |
| synced_pref_change_registrar_browsertest.cc | 36 using testing::Return; 37 using testing::_;
|
| /external/chromium_org/chrome/browser/profiles/ |
| gaia_info_update_service_unittest.cc | 18 #include "testing/gmock/include/gmock/gmock.h" 22 using ::testing::Return; 23 using ::testing::NiceMock; 63 // The testing manager sets the profile name manually, which counts as
|
| host_zoom_map_browsertest.cc | 34 #include "testing/gmock/include/gmock/gmock.h" 214 EXPECT_THAT(GetHostsWithZoomLevels(), testing::ElementsAre("host2")); 215 EXPECT_THAT(GetHostsWithZoomLevelsFromPrefs(), testing::ElementsAre("host2"));
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| command_store_test.js | 6 GEN_INCLUDE(['../testing/chromevox_unittest_base.js']);
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/ |
| msgs.js | 7 * @fileoverview Testing stub for messages. 33 return 'testing';
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
| chromevox_e2e_test.js | 15 __proto__: testing.Test.prototype,
|
| /external/chromium_org/chrome/browser/ui/autofill/ |
| account_chooser_model_unittest.cc | 11 #include "testing/gmock/include/gmock/gmock.h" 12 #include "testing/gtest/include/gtest/gtest.h" 47 class AccountChooserModelTest : public testing::Test { 60 testing::NiceMock<MockAccountChooserModelDelegate> delegate_;
|
| /external/chromium_org/chrome/browser/ui/views/autofill/ |
| autofill_dialog_views_unittest.cc | 19 #include "testing/gmock/include/gmock/gmock.h" 20 #include "testing/gtest/include/gtest/gtest.h" 28 using testing::Return; 107 testing::NiceMock<MockAutofillDialogViewDelegate> view_delegate_;
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| policy_ui_browsertest.cc | 25 #include "testing/gmock/include/gmock/gmock.h" 26 #include "testing/gtest/include/gtest/gtest.h" 30 using testing::Return; 31 using testing::_;
|
| sync_internals_browsertest.js | 6 * Test fixture for sync internals WebUI testing. 8 * @extends {testing.Test} 13 __proto__: testing.Test.prototype, 22 * Disable accessibility testing for this page.
|
| /external/chromium_org/chrome/browser/ui/webui/signin/ |
| inline_login_ui_browsertest.cc | 24 #include "testing/gmock/include/gmock/gmock.h" 25 #include "testing/gtest/include/gtest/gtest.h" 27 using ::testing::_; 175 EXPECT_CALL(foo_provider(), NewWebUI(_, ::testing::Eq(kUrl)))
|
| /external/chromium_org/chrome/test/base/ |
| browser_with_test_window_test.cc | 60 testing::Test::SetUp(); 110 testing::Test::TearDown();
|
| /external/chromium_org/components/autofill/core/browser/ |
| autocomplete_history_manager_unittest.cc | 23 #include "testing/gmock/include/gmock/gmock.h" 24 #include "testing/gtest/include/gtest/gtest.h" 28 using testing::_; 65 class AutocompleteHistoryManagerTest : public testing::Test {
|
| /external/chromium_org/components/data_reduction_proxy/browser/ |
| data_reduction_proxy_config_service_unittest.cc | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h" 15 using testing::Mock; 81 class DataReductionProxyConfigServiceTest : public testing::Test {
|
| /external/chromium_org/components/password_manager/core/browser/ |
| password_manager_unittest.cc | 21 #include "testing/gmock/include/gmock/gmock.h" 22 #include "testing/gtest/include/gtest/gtest.h" 28 using testing::_; 29 using testing::AnyNumber; 30 using testing::DoAll; 31 using testing::Exactly; 32 using testing::Return; 33 using testing::WithArg; 75 class PasswordManagerTest : public testing::Test { 496 GetLogins(_, testing::Eq(PasswordStore::DISALLOW_PROMPT), _) [all...] |
| /external/chromium_org/components/policy/core/common/ |
| config_dir_policy_loader_unittest.cc | 167 testing::Values(TestHarness::Create)); 173 testing::Values(TestHarness::Create));
|
| /external/chromium_org/content/browser/geolocation/ |
| location_arbitrator_impl_unittest.cc | 11 #include "testing/gmock/include/gmock/gmock.h" 12 #include "testing/gtest/include/gtest/gtest.h" 14 using ::testing::NiceMock; 107 class GeolocationLocationArbitratorTest : public testing::Test { 109 // testing::Test 120 // testing::Test
|