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

  /external/chromium_org/chrome/browser/ui/autofill/
test_generated_credit_card_bubble_controller.h 24 bool IsInstalled() const;
test_generated_credit_card_bubble_controller.cc 23 bool TestGeneratedCreditCardBubbleController::IsInstalled() const {
generated_credit_card_bubble_controller_unittest.cc 57 ASSERT_TRUE(controller()->IsInstalled());
73 ASSERT_TRUE(controller()->IsInstalled());
autofill_dialog_controller_browsertest.cc 363 ASSERT_TRUE(test_generated_bubble_controller_->IsInstalled());
    [all...]
autofill_dialog_controller_unittest.cc 421 ASSERT_TRUE(test_generated_bubble_controller_->IsInstalled());
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_ui_controller_mock.cc 36 bool ManagePasswordsUIControllerMock::IsInstalled() const {
manage_passwords_ui_controller_mock.h 55 bool 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()) {
  /external/llvm/tools/llvm-config/
llvm-config.cpp 71 if (!AC->IsInstalled && !IncludeNonInstalled)
305 if (!AvailableComponents[j].IsInstalled && !IsInDevelopmentTree)
  /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)
  /external/chromium_org/chrome/browser/extensions/
chrome_app_api_browsertest.cc 39 "window.domAutomationController.send(window.chrome.app.isInstalled);";
101 #define MAYBE_IsInstalled IsInstalled
130 // app process, so chrome.app.isInstalled should return false.
133 // Test that a non-app page has chrome.app.isInstalled = false.
149 // Check that an app page has chrome.app.isInstalled = true.
168 // Try to change app.isInstalled. Should silently fail, so
169 // that isInstalled should have the initial value.
175 " var value = window.chrome.app.isInstalled;"
176 " window.chrome.app.isInstalled = !value;"
177 " if (window.chrome.app.isInstalled == value) {
    [all...]

Completed in 1052 milliseconds