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

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_options_unittest.cc 75 EXPECT_TRUE(OptionsPageInfo::ShouldUseChromeStyle(extension.get()));
79 EXPECT_FALSE(OptionsPageInfo::ShouldUseChromeStyle(extension.get()));
84 EXPECT_FALSE(OptionsPageInfo::ShouldUseChromeStyle(extension.get()));
96 EXPECT_FALSE(OptionsPageInfo::ShouldUseChromeStyle(extension.get()));
100 EXPECT_FALSE(OptionsPageInfo::ShouldUseChromeStyle(extension.get()));
104 EXPECT_FALSE(OptionsPageInfo::ShouldUseChromeStyle(extension.get()));
  /external/chromium_org/extensions/common/manifest_handlers/
options_page_info.h 42 static bool ShouldUseChromeStyle(const Extension* extension);
options_page_info.cc 96 bool OptionsPageInfo::ShouldUseChromeStyle(const Extension* extension) {
  /external/chromium_org/extensions/renderer/
dispatcher.cc 395 OptionsPageInfo::ShouldUseChromeStyle(extension) &&
    [all...]

Completed in 156 milliseconds