HomeSort by relevance Sort by last modified time
    Searched defs:IsInstalled (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
test_generated_credit_card_bubble_controller.cc 23 bool TestGeneratedCreditCardBubbleController::IsInstalled() const {
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 90 bool IsInstalled() const {
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 64 milliseconds