Searched refs:IsInstalled (Results 1 - 11 of 11) sorted by relevance

/external/llvm/tools/llvm-config/
H A DLibraryDependencies.inc17 bool IsInstalled;
H A Dllvm-config.cpp71 if (!AC->IsInstalled && !IncludeNonInstalled)
305 if (!AvailableComponents[j].IsInstalled && !IsInDevelopmentTree)
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_ui_controller_mock.cc36 bool ManagePasswordsUIControllerMock::IsInstalled() const { function in class:ManagePasswordsUIControllerMock
H A Dmanage_passwords_ui_controller_mock.h55 bool IsInstalled() const;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dtest_generated_credit_card_bubble_controller.cc23 bool TestGeneratedCreditCardBubbleController::IsInstalled() const { function in class:autofill::TestGeneratedCreditCardBubbleController
H A Dtest_generated_credit_card_bubble_controller.h24 bool IsInstalled() const;
H A Dgenerated_credit_card_bubble_controller_unittest.cc57 ASSERT_TRUE(controller()->IsInstalled());
73 ASSERT_TRUE(controller()->IsInstalled());
H A Dautofill_dialog_controller_browsertest.cc363 ASSERT_TRUE(test_generated_bubble_controller_->IsInstalled());
H A Dautofill_dialog_controller_unittest.cc421 ASSERT_TRUE(test_generated_bubble_controller_->IsInstalled());
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc95 bool IsInstalled() const { function in class:SetupDialog
181 if (IsInstalled()) {
191 start_button.ShowWindow(IsInstalled() ? SW_SHOW : SW_HIDE);
195 DWORD install_string = IsInstalled() ? IDS_SERVICE_UNINSTALL :
201 if (!IsInstalled()) {
246 DCHECK(IsInstalled());
256 if (IsInstalled()) {
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_api_browsertest.cc101 #define MAYBE_IsInstalled IsInstalled

Completed in 191 milliseconds