Searched refs:theme_id (Results 1 – 4 of 4) sorted by relevance
46 std::string theme_id = theme->id(); in IN_PROC_BROWSER_TEST_F() local57 ASSERT_EQ(theme_id, theme->id()); in IN_PROC_BROWSER_TEST_F()61 ASSERT_EQ(theme_id, theme->id()); in IN_PROC_BROWSER_TEST_F()73 std::string theme_id = theme->id(); in IN_PROC_BROWSER_TEST_F() local80 EXPECT_FALSE(theme_id == theme2->id()); in IN_PROC_BROWSER_TEST_F()
387 int theme_id; in PaintFaviconArea() local390 theme_id = IDR_THEME_TOOLBAR; in PaintFaviconArea()393 theme_id = IDR_THEME_TAB_BACKGROUND; in PaintFaviconArea()395 theme_id = IDR_THEME_TAB_BACKGROUND_INCOGNITO; in PaintFaviconArea()397 if (!theme_service_->HasCustomImage(theme_id)) in PaintFaviconArea()400 SkBitmap* tab_bg = theme_service_->GetBitmapNamed(theme_id); in PaintFaviconArea()
391 std::string theme_id(reinterpret_cast<char*>(pack->header_->theme_id), in BuildFromDataPack()394 if (theme_id != truncated_id) { in BuildFromDataPack()395 DLOG(ERROR) << "Wrong id: " << theme_id << " vs " << expected_id; in BuildFromDataPack()598 memcpy(header_->theme_id, id.c_str(), Extension::kIdSize); in BuildHeader()
187 uint8 theme_id[16];