Searched defs:IsInstalled (Results 1 - 2 of 2) sorted by relevance

/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
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc90 bool IsInstalled() const { function in class:SetupDialog
176 if (IsInstalled()) {
186 start_button.ShowWindow(IsInstalled() ? SW_SHOW : SW_HIDE);
190 DWORD install_string = IsInstalled() ? IDS_SERVICE_UNINSTALL :
196 if (!IsInstalled()) {
241 DCHECK(IsInstalled());
251 if (IsInstalled()) {

Completed in 98 milliseconds