Home | History | Annotate | Download | only in themes

Lines Matching refs:theme_id

724   std::string theme_id(reinterpret_cast<char*>(pack->header_->theme_id),
728 if (theme_id != truncated_id) {
729 DLOG(ERROR) << "Wrong id: " << theme_id << " vs " << expected_id;
954 memcpy(header_->theme_id, id.c_str(), extensions::id_util::kIdSize);