Searched refs:GetOsType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_control_list_entry_unittest.cc99 EXPECT_EQ(GpuControlList::kOsMacosx, entry->GetOsType());
127 EXPECT_EQ(GpuControlList::kOsAny, entry->GetOsType());
155 EXPECT_EQ(GpuControlList::kOsLinux, entry->GetOsType());
188 EXPECT_EQ(GpuControlList::kOsLinux, entry->GetOsType());
220 EXPECT_EQ(GpuControlList::kOsLinux, entry->GetOsType());
252 EXPECT_EQ(GpuControlList::kOsWin, entry->GetOsType());
279 EXPECT_EQ(GpuControlList::kOsAny, entry->GetOsType());
306 EXPECT_EQ(GpuControlList::kOsChromeOS, entry->GetOsType());
698 EXPECT_EQ(GpuControlList::kOsLinux, entry->GetOsType());
721 EXPECT_EQ(GpuControlList::kOsMacosx, entry->GetOsType());
[all...]
H A Dgpu_control_list.h272 OsType GetOsType() const;
457 static OsType GetOsType();
H A Dgpu_control_list.cc1276 GpuControlList::OsType GpuControlList::GpuControlListEntry::GetOsType() const { function in class:gpu::GpuControlList::GpuControlListEntry
1376 OsType my_os = GetOsType();
1378 OsType entry_os = entries[i]->GetOsType();
1398 os = GetOsType();
1478 GpuControlList::OsType GpuControlList::GetOsType() { function in class:gpu::GpuControlList

Completed in 802 milliseconds