Searched refs:AddKeyEx (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods.h68 virtual void AddKeyEx(const Identification& id,
H A Dmock_homedir_methods.cc32 ON_CALL(*this, AddKeyEx(_, _, _, _, _)).WillByDefault(
H A Dmock_homedir_methods.h37 MOCK_METHOD5(AddKeyEx,
H A Dhomedir_methods.cc246 virtual void AddKeyEx(const Identification& id,
260 DBusThreadManager::Get()->GetCryptohomeClient()->AddKeyEx(
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_browsertest.cc149 EXPECT_CALL(*mock_homedir_methods_, AddKeyEx(_, _, _, _, _)).Times(1);
H A Dsupervised_user_password_browsertest.cc133 EXPECT_CALL(*mock_homedir_methods_, AddKeyEx(_, _, _, _, _)).Times(1);
223 EXPECT_CALL(*mock_homedir_methods_, AddKeyEx(_, _, _, _, _)).Times(1);
H A Dsupervised_user_test_base.cc331 EXPECT_CALL(*mock_homedir_methods_, AddKeyEx(_, _, _, _, _)).Times(1);
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h183 MOCK_METHOD4(AddKeyEx,
H A Dcryptohome_client.h488 // Asynchronously calls AddKeyEx method. |callback| is called after method
490 // AddKeyEx adds another key to the given key set. |request| also defines
492 virtual void AddKeyEx(
H A Dfake_cryptohome_client.h178 virtual void AddKeyEx(
H A Dfake_cryptohome_client.cc494 void FakeCryptohomeClient::AddKeyEx( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc767 virtual void AddKeyEx(
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc231 RecordStartMarker("AddKeyEx");
238 cryptohome::HomedirMethods::GetInstance()->AddKeyEx(
245 "AddKeyEx",
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_create_keys_operation.cc370 cryptohome::HomedirMethods::GetInstance()->AddKeyEx(

Completed in 216 milliseconds