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

  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 58 enum PromptType {
85 explicit Prompt(PromptType type);
100 PromptType type() const { return type_; }
101 void set_type(PromptType type) { type_ = type; }
172 PromptType type_;
extension_install_prompt.cc 180 ExtensionInstallPrompt::Prompt::Prompt(PromptType type)
595 PromptType type = UNSET_PROMPT_TYPE;

Completed in 39 milliseconds