HomeSort by relevance Sort by last modified time
    Searched refs:ActiveDOMObject (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/html/
PublicURLManager.h 29 #include "core/dom/ActiveDOMObject.h"
43 class PublicURLManager : public ActiveDOMObject {
51 // ActiveDOMObject interface.
HTMLMarqueeElement.h 26 #include "core/dom/ActiveDOMObject.h"
34 class HTMLMarqueeElement FINAL : public HTMLElement, private ActiveDOMObject {
62 // ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCVoidRequestImpl.h 34 #include "core/dom/ActiveDOMObject.h"
42 class RTCVoidRequestImpl : public RTCVoidRequest, public ActiveDOMObject {
50 // ActiveDOMObject
RTCSessionDescriptionRequestImpl.h 34 #include "core/dom/ActiveDOMObject.h"
47 class RTCSessionDescriptionRequestImpl : public RTCSessionDescriptionRequest, public ActiveDOMObject {
55 // ActiveDOMObject
RTCStatsRequestImpl.h 28 #include "core/dom/ActiveDOMObject.h"
40 class RTCStatsRequestImpl : public RTCStatsRequest, public ActiveDOMObject {
52 // ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp 33 : ActiveDOMObject(context)
  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.cpp 43 : ActiveDOMObject(context)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.h 31 #include "core/dom/ActiveDOMObject.h"
44 class DatabaseContext : public ThreadSafeRefCounted<DatabaseContext>, public ActiveDOMObject {
52 // For life-cycle management (inherited from ActiveDOMObject):
DatabaseContext.cpp 71 // ExecutionContext's ActiveDOMObject list and ContextLifecycleObserver
98 : ActiveDOMObject(context)
103 // ActiveDOMObject expects this to be called to set internal flags.
131 ActiveDOMObject::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIPort.cpp 37 : ActiveDOMObject(context)
MIDIAccess.h 35 #include "core/dom/ActiveDOMObject.h"
50 class MIDIAccess : public RefCounted<MIDIAccess>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData, public MIDIAccessorClient {
67 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
69 // ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.idl 34 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.h 31 #include "core/dom/ActiveDOMObject.h"
60 , public ActiveDOMObject
86 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
89 // ActiveDOMObject implementation.
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.h 35 #include "core/dom/ActiveDOMObject.h"
51 class FileReader : public RefCounted<FileReader>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData, public FileReaderLoaderClient {
79 // ActiveDOMObject
84 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
Stream.cpp 41 : ActiveDOMObject(context)
Stream.h 35 #include "core/dom/ActiveDOMObject.h"
45 class Stream : public ScriptWrappable, public ActiveDOMObject, public RefCounted<Stream> {
76 // Implementation of ActiveDOMObject.
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.idl 33 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.h 35 #include "core/dom/ActiveDOMObject.h"
50 class FileWriter : public ScriptWrappable, public FileWriterBase, public ActiveDOMObject, public EventTargetWithInlineData, public blink::WebFileWriterClient {
73 // ActiveDOMObject
78 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
FileWriter.idl 34 ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.idl 32 ActiveDOMObject,
SourceBuffer.idl 33 ActiveDOMObject,
WebKitMediaSource.idl 32 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.idl 33 ActiveDOMObject,
NotificationBase.h 35 #include "core/dom/ActiveDOMObject.h"
46 class NotificationBase : public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData {
85 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
88 // ActiveDOMObject interface
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.idl 28 ActiveDOMObject,

Completed in 3075 milliseconds

12 3 4 5 6