Searched refs:PromptType (Results 1 – 3 of 3) sorted by relevance
67 enum PromptType { enum97 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_;
55 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()
76 ExtensionInstallPrompt::PromptType prompt_type);100 ExtensionInstallPrompt::PromptType prompt_type) in ExtensionInstallDialogViewTestBase()