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

  /external/chromium_org/chrome/browser/extensions/api/networking_private/
crypto_verify_impl.h 21 virtual void VerifyDestination(const Credentials& credentials,
crypto_verify_impl.cc 37 void CryptoVerifyImpl::VerifyDestination(const Credentials& credentials,
networking_private_chromeos.h 56 virtual void VerifyDestination(
networking_private_delegate.h 77 virtual void VerifyDestination(
networking_private_service_client.h 74 virtual void VerifyDestination(const Credentials& credentials,
149 virtual void VerifyDestination(
networking_private_api.cc 423 scoped_ptr<private_api::VerifyDestination::Params> params =
424 private_api::VerifyDestination::Params::Create(*args_);
427 GetDelegate(browser_context())->VerifyDestination(
435 results_ = private_api::VerifyDestination::Results::Create(result);
networking_private_chromeos.cc 283 void NetworkingPrivateChromeOS::VerifyDestination(
290 GetShillManagerClient()->VerifyDestination(
networking_private_apitest.cc 114 virtual void VerifyDestination(const Credentials& verification_properties,
574 VerifyDestination) {
575 EXPECT_TRUE(RunNetworkingSubtest("verifyDestination")) << message_;
networking_private_service_client.cc 371 void NetworkingPrivateServiceClient::VerifyDestination(
395 base::Bind(&CryptoVerify::VerifyDestination,
  /external/chromium_org/chromeos/dbus/
mock_shill_manager_client.h 53 MOCK_METHOD3(VerifyDestination,
shill_manager_client.h 200 virtual void VerifyDestination(const VerificationProperties& properties,
fake_shill_manager_client.h 68 virtual void VerifyDestination(const VerificationProperties& properties,
shill_manager_client_unittest.cc 316 TEST_F(ShillManagerClientTest, VerifyDestination) {
345 client_->VerifyDestination(
shill_manager_client.cc 147 virtual void VerifyDestination(const VerificationProperties& properties,
fake_shill_manager_client.cc 321 void FakeShillManagerClient::VerifyDestination(
    [all...]

Completed in 122 milliseconds