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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DProgressTracker.cpp54 struct ProgressItem { struct in namespace:blink
55 WTF_MAKE_NONCOPYABLE(ProgressItem); WTF_MAKE_FAST_ALLOCATED;
57 ProgressItem(long long length) function in struct:blink::ProgressItem
152 if (ProgressItem* item = m_progressItems.get(identifier)) {
156 m_progressItems.set(identifier, adoptPtr(new ProgressItem(estimatedLength)));
161 ProgressItem* item = m_progressItems.get(identifier);
214 ProgressItem* item = m_progressItems.get(identifier);

Completed in 77 milliseconds