Import            189 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            221 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            407 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            440 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            466 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            491 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            505 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            519 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import            538 crypto/encryptor_unittest.cc   scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
Import             72 crypto/rsa_private_key.h   bool Import(const std::vector<uint8>& input);
Import             58 crypto/symmetric_key.h   static SymmetricKey* Import(Algorithm algorithm, const std::string& raw_key);
Import             41 crypto/symmetric_key_unittest.cc       crypto::SymmetricKey::Import(crypto::SymmetricKey::AES, raw_key1));
Import             59 crypto/symmetric_key_unittest.cc       crypto::SymmetricKey::Import(crypto::SymmetricKey::HMAC_SHA1, raw_key1));
Import             84 extensions/common/manifest_handlers/shared_module_manifest_unittest.cc TEST_F(SharedModuleManifestTest, Import) {
Import             27 media/cast/transport/utility/transport_encryption_handler.cc         crypto::SymmetricKey::Import(crypto::SymmetricKey::AES, aes_key));
Import            475 media/cdm/aes_decryptor.cc   decryption_key_.reset(crypto::SymmetricKey::Import(
Import            107 sync/util/nigori.cc   user_key_.reset(SymmetricKey::Import(SymmetricKey::AES, user_key));
Import            110 sync/util/nigori.cc   encryption_key_.reset(SymmetricKey::Import(SymmetricKey::AES,
Import            114 sync/util/nigori.cc   mac_key_.reset(SymmetricKey::Import(SymmetricKey::HMAC_SHA1, mac_key));
Import            854 third_party/libwebp/enc/picture.c   return Import(picture, rgb, rgb_stride, 3, 0, 0);
Import            859 third_party/libwebp/enc/picture.c   return Import(picture, rgb, rgb_stride, 3, 1, 0);
Import            864 third_party/libwebp/enc/picture.c   return Import(picture, rgba, rgba_stride, 4, 0, 1);
Import            869 third_party/libwebp/enc/picture.c   return Import(picture, rgba, rgba_stride, 4, 1, 1);
Import            874 third_party/libwebp/enc/picture.c   return Import(picture, rgba, rgba_stride, 4, 0, 0);
Import            879 third_party/libwebp/enc/picture.c   return Import(picture, rgba, rgba_stride, 4, 1, 0);
Import            635 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     const FileDescriptor* parsed_file = importer.Import(input_files_[i]);
Import            125 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc     importer.Import("google/protobuf/descriptor.proto");
Import            127 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc     importer.Import("google/protobuf/compiler/plugin.proto");
Import            114 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     importer.Import("google/protobuf/unittest.proto");
Import            161 third_party/protobuf/src/google/protobuf/compiler/importer.h   const FileDescriptor* Import(const string& filename);
Import            118 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc TEST_F(ImporterTest, Import) {
Import            124 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   const FileDescriptor* file = importer_.Import("foo.proto");
Import            132 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_EQ(file, importer_.Import("foo.proto"));
Import            152 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   const FileDescriptor* foo = importer_.Import("foo.proto");
Import            153 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   const FileDescriptor* bar = importer_.Import("bar.proto");
Import            174 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("foo.proto") == NULL);
Import            186 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("foo.proto") == NULL);
Import            202 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("recursive1.proto") == NULL);
Import            226 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   const FileDescriptor* file = importer_.Import("map.proto");
Import            253 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("map.proto") == NULL);
Import            265 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("map.proto") == NULL);
Import            277 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("map.proto") == NULL);
Import            292 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("map.proto") == NULL);
Import            307 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("map.proto") == NULL);
Import            323 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_TRUE(importer_.Import("map.proto") == NULL);
Import            640 tools/gn/functions.cc     INSERT_FUNCTION(Import, false)