HomeSort by relevance Sort by last modified time
    Searched defs:OnKeyOpComplete (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.h 90 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
127 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
signed_settings_helper_unittest.cc 85 static void OnKeyOpComplete(OwnerManager::Delegate* op) {
86 op->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>());
130 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
138 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
143 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
181 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
189 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
197 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
signed_settings.cc 111 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
137 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
170 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
200 // Implementation of OwnerManager::Delegate::OnKeyOpComplete()
201 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
229 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
255 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
377 void CheckWhitelistOp::OnKeyOpComplete(
386 &CheckWhitelistOp::OnKeyOpComplete,
459 void WhitelistOp::OnKeyOpComplete(const OwnerManager::KeyOpCode return_code
    [all...]

Completed in 879 milliseconds