OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMLHttpRequestProgressEventThrottle
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.h
48
class
XMLHttpRequestProgressEventThrottle
: public TimerBase {
50
explicit
XMLHttpRequestProgressEventThrottle
(EventTarget*);
51
virtual ~
XMLHttpRequestProgressEventThrottle
();
65
void dispatchDeferredEvents(Timer<
XMLHttpRequestProgressEventThrottle
>*);
81
Timer<
XMLHttpRequestProgressEventThrottle
> m_dispatchDeferredEventsTimer;
XMLHttpRequestProgressEventThrottle.cpp
28
#include "core/xml/
XMLHttpRequestProgressEventThrottle
.h"
35
const double
XMLHttpRequestProgressEventThrottle
::minimumProgressEventDispatchingIntervalInSeconds = .05; // 50 ms per specification.
37
XMLHttpRequestProgressEventThrottle
::
XMLHttpRequestProgressEventThrottle
(EventTarget* target)
42
, m_dispatchDeferredEventsTimer(this, &
XMLHttpRequestProgressEventThrottle
::dispatchDeferredEvents)
47
XMLHttpRequestProgressEventThrottle
::~
XMLHttpRequestProgressEventThrottle
()
51
void
XMLHttpRequestProgressEventThrottle
::dispatchProgressEvent(bool lengthComputable, unsigned long long loaded, unsigned long long total)
78
void
XMLHttpRequestProgressEventThrottle
::dispatchReadyStateChangeEvent(PassRefPtr<Event> event, ProgressEventAction progressEventAction)
88
void
XMLHttpRequestProgressEventThrottle
::dispatchEvent(PassRefPtr<Event> event
[
all
...]
XMLHttpRequest.h
32
#include "core/xml/
XMLHttpRequestProgressEventThrottle
.h"
260
XMLHttpRequestProgressEventThrottle
m_progressEventThrottle;
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
512
third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
512
third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
512
third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
512
third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
512
third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
512
third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle
.cpp \
[
all
...]
Completed in 65 milliseconds