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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 453 if (!internalAbort())
783 // internalAbort() calls dropProtection(), which may release the last reference.
788 if (!internalAbort())
812 bool XMLHttpRequest::internalAbort()
825 // m_loader is left to be non 0, internalAbort() call for the inner
888 internalAbort();
    [all...]
XMLHttpRequest.h 179 bool internalAbort();

Completed in 36 milliseconds