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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DProgressTracker.cpp53 struct ProgressItem { struct in namespace:WebCore
54 WTF_MAKE_NONCOPYABLE(ProgressItem); WTF_MAKE_FAST_ALLOCATED;
56 ProgressItem(long long length) function in struct:WebCore::ProgressItem
162 if (ProgressItem* item = m_progressItems.get(identifier)) {
166 m_progressItems.set(identifier, adoptPtr(new ProgressItem(estimatedLength)));
171 ProgressItem* item = m_progressItems.get(identifier);
229 ProgressItem* item = m_progressItems.get(identifier);

Completed in 23 milliseconds