HomeSort by relevance Sort by last modified time
    Searched defs:theme_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 94 std::string theme_id = theme->id(); local
102 ASSERT_EQ(theme_id, theme->id());
106 ASSERT_EQ(theme_id, theme->id());
122 std::string theme_id = theme->id(); local
127 EXPECT_FALSE(theme_id == theme2->id());
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 225 // theme_id without NULL terminator.
226 uint8 theme_id[16]; member in struct:BrowserThemePack::BrowserThemePackHeader
  /external/chromium_org/chrome/common/
instant_types.h 96 std::string theme_id; member in struct:ThemeBackgroundInfo
98 // The theme background image horizontal alignment is only valid if |theme_id|
102 // The theme background image vertical alignment is only valid if |theme_id|
106 // The theme background image tiling is only valid if |theme_id| is valid.
110 // Value is only valid if |theme_id| is valid.
114 // Value is only valid if |theme_id| is valid.

Completed in 874 milliseconds