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

  /external/webkit/WebCore/loader/
SubresourceLoader.cpp 184 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
194 m_documentLoader->removeSubresourceLoader(this);
204 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
214 m_documentLoader->removeSubresourceLoader(this);
222 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
237 m_documentLoader->removeSubresourceLoader(this);
DocumentLoader.h 192 void removeSubresourceLoader(ResourceLoader*);
DocumentLoader.cpp 687 void DocumentLoader::removeSubresourceLoader(ResourceLoader* loader)

Completed in 19 milliseconds