Searched defs:infoMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.h102 InfoMap& infoMap = ShapeOutsideInfo::infoMap(); local
103 if (ShapeOutsideInfo* info = infoMap.get(&key))
105 InfoMap::AddResult result = infoMap.add(&key, ShapeOutsideInfo::createInfo(key));
108 static void removeInfo(const RenderBox& key) { infoMap().remove(&key); }
109 static ShapeOutsideInfo* info(const RenderBox& key) { return infoMap().get(&key); }
134 static InfoMap& infoMap() function in class:blink::FINAL
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp549 static const TypeInfoMap infoMap = BuildTypeInfoMap(); local
550 TypeInfoMap::const_iterator iter = infoMap.find(type);
551 if (iter != infoMap.end())
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.cpp134 static const D3D9FormatInfoMap infoMap = BuildD3D9FormatInfoMap(); local
135 D3D9FormatInfoMap::const_iterator iter = infoMap.find(format);
136 if (iter != infoMap.end())
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.cpp329 static const DXGIFormatInfoMap infoMap = BuildDXGIFormatInfoMap(); local
330 DXGIFormatInfoMap::const_iterator iter = infoMap.find(format);
331 if (iter != infoMap.end())

Completed in 669 milliseconds