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

  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.h 39 enum ProgressEventAction {
52 void dispatchEvent(PassRefPtr<Event>, ProgressEventAction = DoNotFlushProgressEvent);
XMLHttpRequestProgressEventThrottle.cpp 72 void XMLHttpRequestProgressEventThrottle::dispatchEvent(PassRefPtr<Event> event, ProgressEventAction progressEventAction)
78 if (progressEventAction == FlushProgressEvent)

Completed in 442 milliseconds