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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 70 ExtensionInstallPrompt::INLINE_INSTALL_PROMPT));
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 261 CHECK_EQ(INLINE_INSTALL_PROMPT, type_);
287 if (type_ == INLINE_INSTALL_PROMPT) {
379 CHECK_EQ(INLINE_INSTALL_PROMPT, type_);
406 CHECK_EQ(INLINE_INSTALL_PROMPT, type_);
412 CHECK_EQ(INLINE_INSTALL_PROMPT, type_);
804 case INLINE_INSTALL_PROMPT:
webstore_inline_installer.cc 59 ExtensionInstallPrompt::INLINE_INSTALL_PROMPT));
extension_install_prompt.h 57 INLINE_INSTALL_PROMPT,
114 // INLINE_INSTALL_PROMPT.
182 // INLINE_INSTALL_PROMPT
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc 103 std::string extension_id_; // Set for INLINE_INSTALL_PROMPT.
118 prompt.type() == ExtensionInstallPrompt::INLINE_INSTALL_PROMPT;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 139 return prompt_.type() == ExtensionInstallPrompt::INLINE_INSTALL_PROMPT;
    [all...]

Completed in 322 milliseconds