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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 178 void dropProtection(Timer<XMLHttpRequest>* = 0);
XMLHttpRequest.cpp 182 , m_protectionTimer(this, &XMLHttpRequest::dropProtection)
783 // internalAbort() calls dropProtection(), which may release the last reference.
826 // open() makes an extra dropProtection() call (when we're back to the
827 // outer open(), we'll call dropProtection()). To avoid that, clears
    [all...]

Completed in 41 milliseconds