OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgressEventAction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.h
40
enum
ProgressEventAction
{
54
void dispatchReadyStateChangeEvent(PassRefPtr<Event>,
ProgressEventAction
= DoNotFlushProgressEvent);
XMLHttpRequestProgressEventThrottle.cpp
78
void XMLHttpRequestProgressEventThrottle::dispatchReadyStateChangeEvent(PassRefPtr<Event> event,
ProgressEventAction
progressEventAction
)
80
if (
progressEventAction
== FlushProgressEvent ||
progressEventAction
== FlushDeferredProgressEvent) {
81
if (!flushDeferredProgressEvent() &&
progressEventAction
== FlushProgressEvent)
XMLHttpRequest.cpp
441
ProgressEventAction
flushAction = DoNotFlushProgressEvent;
[
all
...]
Completed in 53 milliseconds