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

  /external/webkit/Source/WebCore/loader/
SubresourceLoader.cpp 188 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
198 m_documentLoader->removeSubresourceLoader(this);
208 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
218 m_documentLoader->removeSubresourceLoader(this);
226 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
241 m_documentLoader->removeSubresourceLoader(this);
DocumentLoader.h 215 void removeSubresourceLoader(ResourceLoader*);
DocumentLoader.cpp 742 void DocumentLoader::removeSubresourceLoader(ResourceLoader* loader)

Completed in 2955 milliseconds