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

  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 88 void FakeShillManagerClient::VerifyDestination(
fake_shill_manager_client.h 52 virtual void VerifyDestination(const VerificationProperties& properties,
mock_shill_manager_client.h 51 MOCK_METHOD3(VerifyDestination,
shill_manager_client.h 179 virtual void VerifyDestination(const VerificationProperties& properties,
shill_manager_client_stub.h 61 virtual void VerifyDestination(const VerificationProperties& properties,
shill_manager_client.cc 153 virtual void VerifyDestination(const VerificationProperties& properties,
shill_manager_client_unittest.cc 318 TEST_F(ShillManagerClientTest, VerifyDestination) {
347 client_->VerifyDestination(
shill_manager_client_stub.cc 288 void ShillManagerClientStub::VerifyDestination(
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 352 scoped_ptr<api::VerifyDestination::Params> params =
353 api::VerifyDestination::Params::Create(*args_);
359 DBusThreadManager::Get()->GetShillManagerClient()->VerifyDestination(
372 results_ = api::VerifyDestination::Results::Create(result);
networking_private_api_nonchromeos.cc 391 scoped_ptr<api::VerifyDestination::Params> params =
392 api::VerifyDestination::Params::Create(*args_);
networking_private_apitest.cc 355 VerifyDestination) {
356 EXPECT_TRUE(RunNetworkingSubtest("verifyDestination")) << message_;

Completed in 84 milliseconds