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

  /external/chromium_org/chrome/common/extensions/
extension_icon_set_unittest.cc 51 EXPECT_EQ("", icons.Get(extension_misc::EXTENSION_ICON_GIGANTOR,
60 icons.Add(extension_misc::EXTENSION_ICON_GIGANTOR, "bar");
77 icons.Add(extension_misc::EXTENSION_ICON_GIGANTOR, "bar");
81 EXPECT_EQ(extension_misc::EXTENSION_ICON_GIGANTOR,
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_icons_unittest.cc 54 EXPECT_EQ("512.png", icons.Get(extension_misc::EXTENSION_ICON_GIGANTOR,
  /external/chromium_org/extensions/common/
constants.cc 62 const int kExtensionIconSizes[] = {EXTENSION_ICON_GIGANTOR, // 512
constants.h 123 EXTENSION_ICON_GIGANTOR = 512,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 292 if (size <= 0 || size > extension_misc::EXTENSION_ICON_GIGANTOR)
  /external/chromium_org/chrome/common/
localized_error.cc 863 extension_misc::EXTENSION_ICON_GIGANTOR,
    [all...]

Completed in 323 milliseconds