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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 69 ExtensionInstallPrompt::INLINE_INSTALL_PROMPT));
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 226 CHECK(type_ == INLINE_INSTALL_PROMPT || type_ == EXTERNAL_INSTALL_PROMPT);
258 if (type_ == INLINE_INSTALL_PROMPT) {
357 CHECK(type_ == INLINE_INSTALL_PROMPT || type_ == EXTERNAL_INSTALL_PROMPT);
384 CHECK(type_ == INLINE_INSTALL_PROMPT || type_ == EXTERNAL_INSTALL_PROMPT);
390 CHECK(type_ == INLINE_INSTALL_PROMPT || type_ == EXTERNAL_INSTALL_PROMPT);
732 case INLINE_INSTALL_PROMPT:
webstore_inline_installer.cc 54 ExtensionInstallPrompt::INLINE_INSTALL_PROMPT));
extension_install_prompt.h 61 INLINE_INSTALL_PROMPT,
118 // INLINE_INSTALL_PROMPT.
189 // INLINE_INSTALL_PROMPT
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 179 return prompt_->type() == ExtensionInstallPrompt::INLINE_INSTALL_PROMPT;
    [all...]

Completed in 86 milliseconds