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

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DocumentLoaderGtk.cpp 80 if (m_loadingResources.isEmpty())
88 if (m_loadingResources.contains(identifier))
90 m_loadingResources.add(identifier);
96 HashSet<unsigned long>::iterator it = m_loadingResources.find(identifier);
99 if (it == m_loadingResources.end())
102 m_loadingResources.remove(it);
104 if (m_loadingResources.isEmpty() && !frame())
DocumentLoaderGtk.h 69 HashSet<unsigned long> m_loadingResources;
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 99 if (m_loadingResources.isEmpty())
110 if (m_loadingResources.contains(identifier))
112 m_loadingResources.add(identifier);
119 HashSet<unsigned long>::iterator it = m_loadingResources.find(identifier);
122 if (it == m_loadingResources.end())
125 m_loadingResources.remove(it);
127 if (m_loadingResources.isEmpty()) {
WebDocumentLoaderMac.h 67 HashSet<unsigned long> m_loadingResources;
  /external/webkit/Source/WebKit/mac/
ChangeLog-2007-10-14     [all...]

Completed in 986 milliseconds