Searched defs:theme_id (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_ui_browsertest.cc94 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/
H A Dbrowser_theme_pack.h225 // theme_id without NULL terminator.
226 uint8 theme_id[16]; member in struct:BrowserThemePack::BrowserThemePackHeader
/external/chromium_org/chrome/common/
H A Dinstant_types.h96 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 138 milliseconds