Home | History | Annotate | Download | only in internal_api

Lines Matching defs:GetModelType

70     if (GetModelType() == BOOKMARKS &&
91 << ModelTypeToString(GetModelType()) << ".";
104 << ModelTypeToString(GetModelType())
120 if (GetModelType() == BOOKMARKS) {
161 if (BOOKMARKS == GetModelType() &&
220 DCHECK_EQ(GetModelType(), APPS);
225 DCHECK_EQ(GetModelType(), AUTOFILL);
230 DCHECK_EQ(GetModelType(), AUTOFILL_PROFILE);
235 DCHECK_EQ(GetModelType(), BOOKMARKS);
240 DCHECK_EQ(GetModelType(), NIGORI);
245 DCHECK_EQ(GetModelType(), PASSWORDS);
250 DCHECK_EQ(GetModelType(), THEMES);
255 DCHECK_EQ(GetModelType(), TYPED_URLS);
260 DCHECK_EQ(GetModelType(), EXTENSIONS);
265 DCHECK_EQ(GetModelType(), SESSIONS);
270 DCHECK_EQ(GetModelType(), DEVICE_INFO);
275 DCHECK_EQ(GetModelType(), EXPERIMENTS);
281 DCHECK_EQ(GetModelType(), PRIORITY_PREFERENCES);
289 ModelType BaseNode::GetModelType() const {
290 return GetEntry()->GetModelType();
307 if (GetModelType() != UNSPECIFIED) {
308 DCHECK_EQ(GetModelType(), type);