Home | History | Annotate | Download | only in themes

Lines Matching refs:theme_id

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);