HomeSort by relevance Sort by last modified time
    Searched refs:InstallUIProceed (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api.h 66 virtual void InstallUIProceed() OVERRIDE;
permissions_api.cc 127 void PermissionsRequestFunction::InstallUIProceed() {
200 AddRef(); // Balanced in InstallUIProceed() / InstallUIAbort().
211 InstallUIProceed();
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_prompt_test_utils.h 14 // |InstallUIProceed| and |InstallUIAbort| are called.
23 virtual void InstallUIProceed() OVERRIDE;
windowed_install_dialog_controller.h 35 virtual void InstallUIProceed() OVERRIDE;
extension_install_dialog_controller.h 37 virtual void InstallUIProceed() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
webstore_reinstaller.cc 89 void WebstoreReinstaller::InstallUIProceed() {
103 WebstoreStandaloneInstaller::InstallUIProceed();
navigation_observer.h 49 virtual void InstallUIProceed() OVERRIDE;
webstore_reinstaller.h 45 virtual void InstallUIProceed() OVERRIDE;
external_install_error.h 54 virtual void InstallUIProceed() OVERRIDE;
unpacked_installer.cc 50 virtual void InstallUIProceed() OVERRIDE;
81 InstallUIProceed();
88 void SimpleExtensionLoadPrompt::InstallUIProceed() {
bundle_installer.h 159 virtual void InstallUIProceed() OVERRIDE;
navigation_observer.cc 76 // These must be reset in InstallUIProceed and InstallUIAbort.
86 void NavigationObserver::InstallUIProceed() {
webstore_inline_installer_browsertest.cc 67 delegate_->InstallUIProceed();
webstore_standalone_installer.h 155 virtual void InstallUIProceed() OVERRIDE;
190 // 5. InstallUIProceed: initiates the .crx download/install
bundle_installer.cc 273 InstallUIProceed();
322 void BundleInstaller::InstallUIProceed() {
extension_disabled_ui.cc 103 virtual void InstallUIProceed() OVERRIDE;
127 void ExtensionDisabledDialogDelegate::InstallUIProceed() {
external_install_error.cc 248 error_->InstallUIProceed();
286 void ExternalInstallError::InstallUIProceed() {
webstore_standalone_installer.cc 144 // Control flow finishes up in InstallUIProceed or InstallUIAbort.
146 InstallUIProceed();
198 void WebstoreStandaloneInstaller::InstallUIProceed() {
  /external/chromium_org/chrome/browser/ui/extensions/
extension_enable_flow.h 97 virtual void InstallUIProceed() OVERRIDE;
extension_enable_flow.cc 154 void ExtensionEnableFlow::InstallUIProceed() {
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.cc 70 delegate->InstallUIProceed();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view_browsertest.cc 27 // |InstallUIProceed| and |InstallUIAbort| are called.
36 virtual void InstallUIProceed() OVERRIDE;
47 void MockExtensionInstallPromptDelegate::InstallUIProceed() {
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api.h 130 virtual void InstallUIProceed() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.h 128 virtual void InstallUIProceed() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.h 286 virtual void InstallUIProceed() OVERRIDE;

Completed in 389 milliseconds

1 2