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

/external/chromium_org/gpu/config/
H A Dgpu_control_list.h281 typedef scoped_refptr<GpuControlListEntry> ScopedGpuControlListEntry; typedef in class:gpu::GpuControlList
290 static ScopedGpuControlListEntry GetEntryFromValue(
422 void AddException(ScopedGpuControlListEntry exception);
459 std::vector<ScopedGpuControlListEntry> exceptions_;
480 std::vector<ScopedGpuControlListEntry> entries_;
487 std::vector<ScopedGpuControlListEntry> active_entries_;
H A Dgpu_control_list.cc417 GpuControlList::ScopedGpuControlListEntry
423 ScopedGpuControlListEntry entry(new GpuControlListEntry());
777 ScopedGpuControlListEntry exception(GetEntryFromValue(
1011 ScopedGpuControlListEntry exception) {
1230 std::vector<ScopedGpuControlListEntry> entries;
1257 ScopedGpuControlListEntry entry(GpuControlListEntry::GetEntryFromValue(
H A Dgpu_control_list_entry_unittest.cc29 typedef GpuControlList::ScopedGpuControlListEntry ScopedEntry;

Completed in 186 milliseconds