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

  /external/chromium/chrome/browser/extensions/
extension_install_ui.h 31 NUM_PROMPT_TYPES
35 static const int kTitleIds[NUM_PROMPT_TYPES];
36 static const int kHeadingIds[NUM_PROMPT_TYPES];
37 static const int kButtonIds[NUM_PROMPT_TYPES];
38 static const int kWarningIds[NUM_PROMPT_TYPES];
extension_install_ui.cc 43 const int ExtensionInstallUI::kTitleIds[NUM_PROMPT_TYPES] = {
48 const int ExtensionInstallUI::kHeadingIds[NUM_PROMPT_TYPES] = {
53 const int ExtensionInstallUI::kButtonIds[NUM_PROMPT_TYPES] = {
58 const int ExtensionInstallUI::kWarningIds[NUM_PROMPT_TYPES] = {
98 prompt_type_(NUM_PROMPT_TYPES),

Completed in 434 milliseconds