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());
615 EXPECT_EQ(GpuControlList::kOsLinux, entry->GetOsType());
638 EXPECT_EQ(GpuControlList::kOsMacosx, entry->GetOsType());
[all...]
H A Dgpu_control_list.h298 OsType GetOsType() const;
488 static OsType GetOsType();
H A Dgpu_control_list.cc1335 GpuControlList::OsType GpuControlList::GpuControlListEntry::GetOsType() const { function in class:gpu::GpuControlList::GpuControlListEntry
1435 OsType my_os = GetOsType();
1437 OsType entry_os = entries[i]->GetOsType();
1457 os = GetOsType();
1535 GpuControlList::OsType GpuControlList::GetOsType() { function in class:gpu::GpuControlList

Completed in 382 milliseconds