Home
last modified time | relevance | path

Searched refs:LoadInitiated (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFontResource.h58 virtual bool stillNeedsLoad() const OVERRIDE { return m_state != LoadInitiated; } in stillNeedsLoad()
83 enum State { Unloaded, LoadScheduled, LoadInitiated }; enumerator
DFontResource.cpp127 if (m_state != LoadInitiated) { in beginLoadIfNeeded()
128 m_state = LoadInitiated; in beginLoadIfNeeded()