HomeSort by relevance Sort by last modified time
    Searched refs:LoadScheduled (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.h 61 bool loadScheduled() const { return m_state != Unloaded; }
83 enum State { Unloaded, LoadScheduled, LoadInitiated };
FontResource.cpp 101 m_state = LoadScheduled;
106 if (m_state == LoadScheduled)

Completed in 54 milliseconds