Searched refs:GetName (Results 51 - 75 of 508) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen_browsertest.cc181 EXPECT_EQ(update_screen_->GetName(),
H A Duser_image_screen.cc306 std::string UserImageScreen::GetName() const { function in class:chromeos::UserImageScreen
H A Duser_image_screen.h50 virtual std::string GetName() const OVERRIDE;
H A Dwrong_hwid_screen.cc40 std::string WrongHWIDScreen::GetName() const { function in class:chromeos::WrongHWIDScreen
H A Dwrong_hwid_screen.h29 virtual std::string GetName() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.cc192 std::string SupervisedUserCreationScreen::GetName() const { function in class:chromeos::SupervisedUserCreationScreen
H A Dsupervised_user_creation_screen.h81 virtual std::string GetName() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.cc820 if (is_out_of_box_ && IsResumableScreen(current_screen_->GetName()))
821 StartupUtils::SaveOobePendingScreen(current_screen_->GetName());
843 std::string screen_id = new_current->GetName();
933 std::string previous_screen_id = current_screen_->GetName();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc1896 wizard_controller->current_screen()->GetName());
1983 wizard_controller->current_screen()->GetName());
/external/chromium_org/chrome/browser/component_updater/
H A Dcld_component_installer.cc104 std::string CldComponentInstallerTraits::GetName() const { function in class:component_updater::CldComponentInstallerTraits
113 translate::CldDataSource::GetName();
H A Dcld_component_installer.h38 FRIEND_TEST_ALL_PREFIXES(CldComponentInstallerTest, GetName);
55 virtual std::string GetName() const OVERRIDE;
H A Dev_whitelist_component_installer.cc112 std::string EVWhitelistComponentInstallerTraits::GetName() const { function in class:component_updater::EVWhitelistComponentInstallerTraits
H A Dev_whitelist_component_installer.h39 virtual std::string GetName() const OVERRIDE;
H A Dsw_reporter_installer_win.cc292 virtual std::string GetName() const { return "Software Reporter Tool"; } function in class:component_updater::__anon3504::SwReporterInstallerTraits
H A Dwidevine_cdm_component_installer.cc252 virtual std::string GetName() const OVERRIDE;
317 std::string WidevineCdmComponentInstallerTraits::GetName() const { function in class:component_updater::WidevineCdmComponentInstallerTraits
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcld_component_installer_unittest.cc110 TEST_F(CldComponentInstallerTest, GetName) {
111 ASSERT_FALSE(traits_.GetName().empty());
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_controller_unittest.cc95 << info.GetName();
110 << "Test: " << info.GetName();
H A Ddiagnostics_model.h63 virtual std::string GetName() const = 0;
H A Ddiagnostics_test.cc87 std::string DiagnosticsTest::GetName() const { return GetTestName(id_); } function in class:diagnostics::DiagnosticsTest
H A Ddiagnostics_test.h66 virtual std::string GetName() const OVERRIDE;
H A Ddiagnostics_writer.cc227 test_info.GetName(),
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_action_unittest.cc488 TEST(WebRequestActionTest, GetName) {
587 EXPECT_EQ(kExpectedNames[index], (*it)->GetName());
H A Dwebrequest_rules_registry_unittest.cc723 EXPECT_THAT(error, HasSubstr(actions->actions().back()->GetName()));
761 EXPECT_THAT(error, HasSubstr(action_set->actions().back()->GetName()));
766 EXPECT_THAT(error, HasSubstr(action_set->actions().back()->GetName()));
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.cc202 virtual std::string GetName() OVERRIDE;
502 std::string GcdPrivateRequest::GetName() { function in class:extensions::GcdPrivateRequest
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_testbase.h51 std::string provider_name = match.provider->GetName();

Completed in 451 milliseconds

1234567891011>>