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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImageGeneratorValue.h52 typedef HashMap<const RenderObject*, SizeAndCount> RenderObjectSizeCountMap; typedef in namespace:WebCore
77 const RenderObjectSizeCountMap& clients() const { return m_clients; }
80 RenderObjectSizeCountMap m_clients; // A map from RenderObjects (with entry count) to image sizes.
86 // there are clients in the RenderObjectSizeCountMap.

Completed in 152 milliseconds