Home
last modified time | relevance | path

Searched refs:PromptType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_install_prompt.h67 enum PromptType { enum
97 static std::string PromptTypeToString(PromptType type);
107 explicit Prompt(PromptType type);
124 PromptType type() const { return type_; } in type()
125 void set_type(PromptType type) { type_ = type; } in set_type()
216 PromptType type_;
Dextension_install_prompt.cc55 bool AllowWebstoreData(ExtensionInstallPrompt::PromptType type) { in AllowWebstoreData()
200 std::string ExtensionInstallPrompt::PromptTypeToString(PromptType type) { in PromptTypeToString()
229 ExtensionInstallPrompt::Prompt::Prompt(PromptType type) in Prompt()
714 PromptType type = UNSET_PROMPT_TYPE; in ConfirmReEnable()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_install_dialog_view_browsertest.cc76 ExtensionInstallPrompt::PromptType prompt_type);
100 ExtensionInstallPrompt::PromptType prompt_type) in ExtensionInstallDialogViewTestBase()