| /external/chromium_org/base/task/ |
| cancelable_task_tracker_unittest.cc | 20 #include "testing/gtest/include/gtest/gtest.h" 26 class CancelableTaskTrackerTest : public testing::Test { 347 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
|
| /external/chromium_org/cc/resources/ |
| raster_worker_pool_unittest.cc | 25 #include "testing/gtest/include/gtest/gtest.h" 102 : public testing::TestWithParam<RasterWorkerPoolType>, 164 // Overridden from testing::Test: 353 ::testing::Values(RASTER_WORKER_POOL_TYPE_PIXEL_BUFFER,
|
| /external/chromium_org/chrome/browser/bookmarks/ |
| bookmark_html_writer_unittest.cc | 28 #include "testing/gtest/include/gtest/gtest.h" 50 class BookmarkHTMLWriterTest : public testing::Test { 53 testing::Test::SetUp(); 59 // testing. 86 // Creates a set of bookmark values to a string for assertion testing.
|
| /external/chromium_org/chrome/browser/content_settings/ |
| content_settings_pref_provider_unittest.cc | 31 #include "testing/gtest/include/gtest/gtest.h" 34 using ::testing::_; 55 // A helper for observing an preference changes and testing whether 94 class PrefProviderTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/ |
| enterprise_platform_keys_apitest_nss.cc | 26 #include "testing/gmock/include/gmock/gmock.h" 120 EXPECT_CALL(policy_provider_, IsInitializationComplete(testing::_)) 121 .WillRepeatedly(testing::Return(true));
|
| /external/chromium_org/chrome/browser/history/ |
| shortcuts_database_unittest.cc | 20 #include "testing/gtest/include/gtest/gtest.h" 59 typedef testing::Test ShortcutsDatabaseMigrationTest; 80 class ShortcutsDatabaseTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/local_discovery/ |
| privet_url_fetcher_unittest.cc | 8 #include "testing/gmock/include/gmock/gmock.h" 9 #include "testing/gtest/include/gtest/gtest.h" 11 using testing::StrictMock; 86 class PrivetURLFetcherTest : public ::testing::Test {
|
| /external/chromium_org/chrome/browser/media/ |
| chrome_webrtc_audio_quality_browsertest.cc | 25 #include "testing/perf/perf_test.h" 86 public testing::WithParamInterface<bool> { 341 testing::ValuesIn(kRunTestsWithFlag));
|
| chrome_webrtc_getmediadevices_browsertest.cc | 40 public testing::WithParamInterface<bool> { 69 // output devices on bots with no output devices, so skip testing for that 182 testing::ValuesIn(kParamsToRunTestsWith));
|
| /external/chromium_org/chrome/browser/omnibox/ |
| omnibox_field_trial_unittest.cc | 17 #include "testing/gtest/include/gtest/gtest.h" 21 class OmniboxFieldTrialTest : public testing::Test { 33 chrome_variations::testing::ClearAllVariationParams();
|
| /external/chromium_org/chrome/browser/password_manager/ |
| native_backend_kwallet_x_unittest.cc | 26 #include "testing/gmock/include/gmock/gmock.h" 27 #include "testing/gtest/include/gtest/gtest.h" 34 using testing::_; 35 using testing::Invoke; 36 using testing::Return; 116 // legacy shared passwords in these tests, for testing the migration code. 128 // Subclass NativeBackendKWallet to promote some members to public for testing. 140 class NativeBackendKWalletTestBase : public testing::Test { 286 dbus::MethodCall* method_call, testing::Unused); 289 dbus::MethodCall* method_call, testing::Unused) [all...] |
| /external/chromium_org/chrome/browser/prefs/ |
| leveldb_pref_store_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 33 class LevelDBPrefStoreTest : public testing::Test { 102 testing::Mock::VerifyAndClearExpectations(&mock_observer);
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| cursor_selection_test.js | 6 GEN_INCLUDE(['../testing/chromevox_unittest_base.js']);
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/ |
| tts.js | 6 * @fileoverview Dummy implementation of TTS for testing.
|
| /external/chromium_org/chrome/browser/ui/pdf/ |
| pdf_browsertest.cc | 47 public testing::WithParamInterface<int>, 384 testing::Range(0, kLoadingNumberOfParts));
|
| /external/chromium_org/chrome/browser/ui/views/ |
| ssl_client_certificate_selector_browsertest.cc | 27 #include "testing/gtest/include/gtest/gtest.h" 29 using ::testing::Mock; 30 using ::testing::StrictMock; 33 // We don't have a way to do end-to-end SSL client auth testing, so this test
|
| /external/chromium_org/chrome/browser/ui/views/tabs/ |
| tab_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 245 SCOPED_TRACE(::testing::Message() 272 SCOPED_TRACE(::testing::Message() << "bounds=" << bounds.ToString());
|
| /external/chromium_org/chrome/service/cloud_print/ |
| cloud_print_url_fetcher_unittest.cc | 18 #include "testing/gtest/include/gtest/gtest.h" 87 class CloudPrintURLFetcherTest : public testing::Test, 119 testing::Test::SetUp();
|
| /external/chromium_org/chromeos/dbus/ |
| shill_service_client_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 15 using testing::_; 16 using testing::ByRef;
|
| /external/chromium_org/components/metrics/ |
| persisted_logs_unittest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 43 SCOPED_TRACE(testing::Message() << "Using random data " 48 class PersistedLogsTest : public testing::Test { 69 // Stages and removes the next log, while testing it's value.
|
| /external/chromium_org/components/policy/core/common/cloud/ |
| component_cloud_policy_store_unittest.cc | 23 #include "testing/gmock/include/gmock/gmock.h" 24 #include "testing/gtest/include/gtest/gtest.h" 28 using testing::Mock; 69 class ComponentCloudPolicyStoreTest : public testing::Test {
|
| component_cloud_policy_updater_unittest.cc | 28 #include "testing/gmock/include/gmock/gmock.h" 29 #include "testing/gtest/include/gtest/gtest.h" 34 using testing::Mock; 67 class ComponentCloudPolicyUpdaterTest : public testing::Test {
|
| /external/chromium_org/components/policy/core/common/ |
| configuration_policy_provider_test.cc | 17 #include "testing/gmock/include/gmock/gmock.h" 19 using ::testing::Mock; 20 using ::testing::_;
|
| schema_registry_unittest.cc | 10 #include "testing/gmock/include/gmock/gmock.h" 11 #include "testing/gtest/include/gtest/gtest.h" 13 using ::testing::Mock; 14 using ::testing::_;
|
| /external/chromium_org/content/browser/fileapi/ |
| file_system_context_unittest.cc | 13 #include "testing/gtest/include/gtest/gtest.h" 48 class FileSystemContextTest : public testing::Test { 320 SCOPED_TRACE(testing::Message() << "Test case " << i << ": "
|