OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromptType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h
67
enum
PromptType
{
97
static std::string PromptTypeToString(
PromptType
type);
107
explicit Prompt(
PromptType
type);
124
PromptType
type() const { return type_; }
125
void set_type(
PromptType
type) { type_ = type; }
216
PromptType
type_;
extension_install_prompt.cc
55
bool AllowWebstoreData(ExtensionInstallPrompt::
PromptType
type) {
199
// This should match the
PromptType
enum.
200
std::string ExtensionInstallPrompt::PromptTypeToString(
PromptType
type) {
229
ExtensionInstallPrompt::Prompt::Prompt(
PromptType
type)
714
PromptType
type = UNSET_PROMPT_TYPE;
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view_browsertest.cc
76
ExtensionInstallPrompt::
PromptType
prompt_type);
100
ExtensionInstallPrompt::
PromptType
prompt_type)
Completed in 334 milliseconds