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/animation/
AnimationPlayer.idl 35 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObjectTest.cpp 42 class MockActiveDOMObject : public ActiveDOMObject {
44 MockActiveDOMObject(ExecutionContext* context) : ActiveDOMObject(context) { }
57 MockActiveDOMObject& activeDOMObject() { return m_activeDOMObject; }
78 EXPECT_CALL(activeDOMObject(), resume());
79 activeDOMObject().didMoveToNewExecutionContext(&destDocument());
87 EXPECT_CALL(activeDOMObject(), resume());
88 activeDOMObject().didMoveToNewExecutionContext(&destDocument());
95 EXPECT_CALL(activeDOMObject(), suspend());
96 activeDOMObject().didMoveToNewExecutionContext(&destDocument());
103 EXPECT_CALL(activeDOMObject(), stop())
    [all...]
MessagePort.h 31 #include "core/dom/ActiveDOMObject.h"
60 , public ActiveDOMObject
90 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
93 // ActiveDOMObject implementation.
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.idl 34 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.h 35 #include "core/dom/ActiveDOMObject.h"
50 class FileWriter FINAL : public FileWriterBase, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData, public blink::WebFileWriterClient {
74 // ActiveDOMObject
79 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
FileWriter.idl 34 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.idl 39 ActiveDOMObject,
SourceBuffer.idl 39 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.idl 27 ActiveDOMObject
MediaDevicesRequest.cpp 44 : ActiveDOMObject(context)
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.idl 29 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.h 36 #include "core/dom/ActiveDOMObject.h"
53 class MIDIAccess FINAL : public RefCountedWillBeRefCountedGarbageCollected<MIDIAccess>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData, public MIDIAccessorClient {
75 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
77 // ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Stream.cpp 41 : ActiveDOMObject(context)
Stream.h 35 #include "core/dom/ActiveDOMObject.h"
46 class Stream FINAL : public RefCountedWillBeRefCountedGarbageCollected<Stream>, public ScriptWrappable, public ActiveDOMObject {
77 // Implementation of ActiveDOMObject.
FileReader.h 35 #include "core/dom/ActiveDOMObject.h"
52 class FileReader FINAL : public RefCountedWillBeRefCountedGarbageCollected<FileReader>, public ScriptWrappable, public ActiveDOMObject, public FileReaderLoaderClient, public EventTargetWithInlineData {
81 // ActiveDOMObject
86 virtual ExecutionContext* executionContext() const OVERRIDE { return ActiveDOMObject::executionContext(); }
FileReader.idl 34 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.h 20 class BatteryManager FINAL : public RefCountedWillBeRefCountedGarbageCollected<BatteryManager>, public ActiveDOMObject, public DeviceEventControllerBase, public EventTargetWithInlineData {
50 // ActiveDOMObject implementation.
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NetworkInformation.h 9 #include "core/dom/ActiveDOMObject.h"
21 , public ActiveDOMObject
42 // ActiveDOMObject overrides.
59 // Whether ActiveDOMObject::stop has been called.
NetworkInformation.cpp 82 return ActiveDOMObject::executionContext();
141 : ActiveDOMObject(context)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.h 31 #include "core/dom/ActiveDOMObject.h"
49 , public ActiveDOMObject
59 // For life-cycle management (inherited from ActiveDOMObject):
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.idl 34 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.idl 30 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 35 #include "core/dom/ActiveDOMObject.h"
51 class Notification : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<Notification>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData {
86 virtual ExecutionContext* executionContext() const OVERRIDE FINAL { return ActiveDOMObject::executionContext(); }
90 // ActiveDOMObject interface.
Notification.idl 34 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 36 ActiveDOMObject

Completed in 400 milliseconds

12 3 4 5 6