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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImport.h 55 bool isBlocked() const { return m_blocked; }
67 : m_blocked(false)
83 bool m_blocked; // If any of decendants or predecessors is in processing, it is blocked. member in class:WebCore::HTMLImport
HTMLImport.cpp 93 m_blocked = true;
98 bool wasBlocked = m_blocked;
99 m_blocked = false;

Completed in 764 milliseconds