HomeSort by relevance Sort by last modified time
    Searched defs:IsInstalled (Results 1 - 4 of 4) 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/chrome/browser/ui/passwords/
manage_passwords_ui_controller_mock.cc 31 bool ManagePasswordsUIControllerMock::IsInstalled() const {
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 95 bool IsInstalled() const {
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()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 120 virtual HRESULT WINAPI IsInstalled(void) = 0;
132 HRESULT (WINAPI *IsInstalled)(IShellApp *This);
146 #define IShellApp_IsInstalled(This) (This)->lpVtbl->IsInstalled(This)
197 HRESULT (WINAPI *IsInstalled)(IPublishedApp *This);
214 #define IPublishedApp_IsInstalled(This) (This)->lpVtbl->IsInstalled(This)

Completed in 408 milliseconds