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

  /external/chromium/chrome/browser/extensions/
extension_install_ui_browsertest.cc 46 std::string theme_id = theme->id(); local
57 ASSERT_EQ(theme_id, theme->id());
61 ASSERT_EQ(theme_id, theme->id());
73 std::string theme_id = theme->id(); local
80 EXPECT_FALSE(theme_id == theme2->id());
  /external/chromium_org/chrome/common/
instant_types.cc 63 theme_id == rhs.theme_id &&
instant_types.h 137 std::string theme_id; member in struct:ThemeBackgroundInfo
139 // The theme background image horizontal alignment is only valid if |theme_id|
143 // The theme background image vertical alignment is only valid if |theme_id|
147 // The theme background image tiling is only valid if |theme_id| is valid.
151 // Value is only valid if |theme_id| is valid.
155 // Value is only valid if |theme_id| is valid.
render_messages.h 196 IPC_STRUCT_TRAITS_MEMBER(theme_id)
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 92 std::string theme_id = theme->id(); local
100 ASSERT_EQ(theme_id, theme->id());
104 ASSERT_EQ(theme_id, theme->id());
120 std::string theme_id = theme->id(); local
125 EXPECT_FALSE(theme_id == theme2->id());
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 186 // theme_id without NULL terminator.
187 uint8 theme_id[16]; member in struct:BrowserThemePack::BrowserThemePackHeader
browser_theme_pack.cc 391 std::string theme_id(reinterpret_cast<char*>(pack->header_->theme_id),
394 if (theme_id != truncated_id) {
395 DLOG(ERROR) << "Wrong id: " << theme_id << " vs " << expected_id;
598 memcpy(header_->theme_id, id.c_str(), Extension::kIdSize);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 488 int theme_id; local
491 theme_id = IDR_THEME_TOOLBAR;
493 theme_id = data_.incognito ? IDR_THEME_TAB_BACKGROUND_INCOGNITO :
496 if (!theme_service_->HasCustomImage(theme_id))
501 const gfx::Image tab_bg = theme_service_->GetImageNamed(theme_id);
1018 int theme_id = data_.incognito ? local
    [all...]
  /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
browser_theme_pack.cc 725 std::string theme_id(reinterpret_cast<char*>(pack->header_->theme_id),
729 if (theme_id != truncated_id) {
730 DLOG(ERROR) << "Wrong id: " << theme_id << " vs " << expected_id;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 387 int theme_id; local
390 theme_id = IDR_THEME_TOOLBAR;
393 theme_id = IDR_THEME_TAB_BACKGROUND;
395 theme_id = IDR_THEME_TAB_BACKGROUND_INCOGNITO;
397 if (!theme_service_->HasCustomImage(theme_id))
400 SkBitmap* tab_bg = theme_service_->GetBitmapNamed(theme_id);
    [all...]
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 812 if (extensions::Extension::IdIsValid(theme_info.theme_id)) {
816 theme_info.theme_id.c_str(),
817 theme_info.theme_id.c_str())));
    [all...]
  /external/chromium_org/chrome/browser/search/
instant_service.cc 384 theme_info_->theme_id = theme_service->GetThemeID();

Completed in 730 milliseconds