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 81 theme_id == rhs.theme_id &&
instant_types.h 177 std::string theme_id; member in struct:ThemeBackgroundInfo
179 // The theme background image horizontal alignment is only valid if |theme_id|
183 // The theme background image vertical alignment is only valid if |theme_id|
187 // The theme background image tiling is only valid if |theme_id| is valid.
191 // Value is only valid if |theme_id| is valid.
195 // Value is only valid if |theme_id| is valid.
render_messages.h 189 IPC_STRUCT_TRAITS_MEMBER(theme_id)
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 86 std::string theme_id = theme->id(); local
94 ASSERT_EQ(theme_id, theme->id());
98 ASSERT_EQ(theme_id, theme->id());
114 std::string theme_id = theme->id(); local
119 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 506 int theme_id; local
509 theme_id = IDR_THEME_TOOLBAR;
511 theme_id = data_.incognito ? IDR_THEME_TAB_BACKGROUND_INCOGNITO :
514 if (!theme_service_->HasCustomImage(theme_id))
519 const gfx::Image tab_bg = theme_service_->GetImageNamed(theme_id);
964 int theme_id = data_.incognito ? local
1087 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 727 std::string theme_id(reinterpret_cast<char*>(pack->header_->theme_id),
731 if (theme_id != truncated_id) {
732 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 698 if (extensions::Extension::IdIsValid(theme_info.theme_id)) {
701 theme_info.theme_id.c_str(),
702 theme_info.theme_id.c_str())));
763 theme_info.theme_id.c_str(),
764 theme_info.theme_id.c_str())));
    [all...]
  /external/chromium_org/chrome/browser/search/
instant_service.cc 344 theme_info_->theme_id = theme_service->GetThemeID();

Completed in 226 milliseconds