HomeSort by relevance Sort by last modified time
    Searched refs:test_data_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/installer/util/
registry_key_backup_unittest.cc 24 ASSERT_TRUE(test_data_.Initialize(HKEY_CURRENT_USER, L"SOFTWARE\\TmpTmp"));
25 destination_path_.assign(test_data_.base_path()).append(L"\\Destination");
28 RegistryTestData test_data_; member in class:RegistryKeyBackupTest
36 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str()));
37 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
44 std::wstring non_existent_key_path(test_data_.base_path() + L"\\NoKeyHere");
47 EXPECT_TRUE(backup.Initialize(test_data_.root_key(),
49 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str()));
50 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
58 EXPECT_TRUE(backup.Initialize(test_data_.root_key()
    [all...]
copy_reg_key_work_item_unittest.cc 25 ASSERT_TRUE(test_data_.Initialize(HKEY_CURRENT_USER, L"SOFTWARE\\TmpTmp"));
26 destination_path_.assign(test_data_.base_path()).append(L"\\Destination");
29 RegistryTestData test_data_; member in class:CopyRegKeyWorkItemTest
37 std::wstring(test_data_.base_path() + L"\\NoKeyHere"),
38 std::wstring(test_data_.base_path() + L"\\NoKeyHere\\OrHere")
44 WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), key_path,
49 key.Open(test_data_.root_key(), destination_path_.c_str(),
54 key.Open(test_data_.root_key(), destination_path_.c_str(),
63 WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(),
64 test_data_.empty_key_path()
    [all...]
delete_reg_key_work_item_unittest.cc 24 ASSERT_TRUE(test_data_.Initialize(HKEY_CURRENT_USER, L"SOFTWARE\\TmpTmp"));
27 RegistryTestData test_data_; member in class:DeleteRegKeyWorkItemTest
34 std::wstring(test_data_.base_path() + L"\\NoKeyHere"),
35 std::wstring(test_data_.base_path() + L"\\NoKeyHere\\OrHere")
41 WorkItem::CreateDeleteRegKeyWorkItem(test_data_.root_key(), key_path));
43 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
47 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
55 const std::wstring& key_path = test_data_.empty_key_path();
57 WorkItem::CreateDeleteRegKeyWorkItem(test_data_.root_key(), key_path));
59 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str()
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_test_helpers.cc 13 : test_data_(test_data),
24 *pads = test_data_;
35 test_data_ = new_data;
gamepad_test_helpers.h 41 blink::WebGamepads test_data_; member in class:content::MockGamepadDataFetcher
  /external/chromium_org/cc/layers/
texture_layer_unittest.cc 379 Mock::VerifyAndClearExpectations(&test_data_.mock_callback_);
380 EXPECT_CALL(test_data_.mock_callback_,
381 Release(test_data_.mailbox_name1_,
382 test_data_.sync_point1_,
387 CommonMailboxObjects test_data_; member in class:cc::__anon3859::TextureLayerWithMailboxTest
402 test_data_.mailbox1_,
403 SingleReleaseCallback::Create(test_data_.release_mailbox1_));
408 EXPECT_CALL(test_data_.mock_callback_,
409 Release(test_data_.mailbox_name1_,
410 test_data_.sync_point1_
501 CommonMailboxObjects test_data_; member in class:cc::__anon3859::TextureLayerMailboxHolderTest
1149 CommonMailboxObjects test_data_; member in class:cc::__anon3859::TextureLayerImplWithMailboxTest
    [all...]
  /external/chromium_org/content/common/
sandbox_mac_unittest_helper.h 93 std::string test_data_; member in class:content::MacSandboxTestCase
  /external/chromium_org/net/cert/
x509_cert_types_unittest.cc 214 test_data_ = GetParam();
218 CertDateTestData test_data_; member in class:net::__anon8953::X509CertTypesDateTest
224 test_data_.date_string, test_data_.format, &parsed_date);
225 EXPECT_EQ(test_data_.is_valid, parsed);
226 if (!test_data_.is_valid)
233 EXPECT_EQ(base::Time::FromUTCExploded(test_data_.expected_result)
x509_certificate_unittest.cc 885 CertificateFormatTestData test_data_; member in class:net::X509CertificateParseTest
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_uitest.cc 44 if (test_data_.empty()) {
49 file_util::ReadFileToString(test_file, &test_data_);
51 return test_data_.c_str();
56 std::string test_data_; member in class:__anon2061::TestData
  /external/chromium/net/base/
x509_certificate_unittest.cc 986 CertificateFormatTestData test_data_; member in class:net::X509CertificateParseTest
    [all...]
  /external/chromium_org/net/base/
file_stream_unittest.cc 854 test_data_(CreateTestDataBuffer()),
855 drainable_(new DrainableIOBuffer(test_data_.get(), kTestDataSize)) {}
925 scoped_refptr<IOBufferWithSize> test_data_; member in class:net::__anon8871::TestWriteReadCompletionCallback
988 test_data_(CreateTestDataBuffer()),
989 drainable_(new DrainableIOBuffer(test_data_.get(), kTestDataSize)) {}
1035 scoped_refptr<IOBufferWithSize> test_data_; member in class:net::__anon8871::TestWriteCloseCompletionCallback
    [all...]

Completed in 374 milliseconds