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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller_unittest.cc56 bool IsInstalled() const { function in class:autofill::__anon6023::TestGeneratedCreditCardBubbleController
89 ASSERT_TRUE(controller()->IsInstalled());
105 ASSERT_TRUE(controller()->IsInstalled());
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc89 bool IsInstalled() const { function in class:SetupDialog
175 if (IsInstalled()) {
185 start_button.ShowWindow(IsInstalled() ? SW_SHOW : SW_HIDE);
189 DWORD install_string = IsInstalled() ? IDS_SERVICE_UNINSTALL :
195 if (!IsInstalled()) {
240 DCHECK(IsInstalled());
250 if (IsInstalled()) {
/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp70 if (!AC->IsInstalled && !IncludeNonInstalled)
291 if (!AvailableComponents[j].IsInstalled && !IsInDevelopmentTree)
/external/chromium/chrome/browser/extensions/
H A Dchrome_app_api_browsertest.cc30 IN_PROC_BROWSER_TEST_F(ChromeAppAPITest, IsInstalled) {
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_api_browsertest.cc86 #define MAYBE_IsInstalled IsInstalled

Completed in 193 milliseconds