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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.cpp 28 #include "core/dom/ActiveDOMObject.h"
34 ActiveDOMObject::ActiveDOMObject(ExecutionContext* executionContext)
44 ActiveDOMObject::~ActiveDOMObject()
46 // ActiveDOMObject may be inherited by a sub-class whose life-cycle
59 void ActiveDOMObject::suspendIfNeeded()
69 bool ActiveDOMObject::hasPendingActivity() const
74 void ActiveDOMObject::suspend()
78 void ActiveDOMObject::resume(
    [all...]
ActiveDOMObject.h 35 class ActiveDOMObject : public ContextLifecycleObserver {
37 ActiveDOMObject(ExecutionContext*);
62 virtual ~ActiveDOMObject();
ContextLifecycleNotifier.h 30 #include "core/dom/ActiveDOMObject.h"
37 class ActiveDOMObject;
47 typedef HashSet<ActiveDOMObject*> ActiveDOMObjectSet;
58 bool contains(ActiveDOMObject* object) const { return m_activeDOMObjects.contains(object); }
MessagePort.idl 29 ActiveDOMObject,
ContextLifecycleNotifier.cpp 52 m_activeDOMObjects.add(static_cast<ActiveDOMObject*>(observer));
62 m_activeDOMObjects.remove(static_cast<ActiveDOMObject*>(observer));
69 Vector<ActiveDOMObject*> snapshotOfActiveDOMObjects;
71 for (Vector<ActiveDOMObject*>::iterator iter = snapshotOfActiveDOMObjects.begin(); iter != snapshotOfActiveDOMObjects.end(); iter++) {
72 // FIXME: Oilpan: At the moment, it's possible that the ActiveDOMObject is destructed
73 // during the iteration. Once we move ActiveDOMObject to the heap and
74 // make m_activeDOMObjects a HeapHashSet<WeakMember<ActiveDOMObject>>,
75 // it's no longer possible that ActiveDOMObject is destructed during the iteration,
89 Vector<ActiveDOMObject*> snapshotOfActiveDOMObjects;
91 for (Vector<ActiveDOMObject*>::iterator iter = snapshotOfActiveDOMObjects.begin(); iter != snapshotOfActiveDOMObjects.end(); i (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Stream.idl 41 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.idl 34 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.h 35 #include "core/dom/ActiveDOMObject.h"
50 class AbstractWorker : public RefCountedWillBeRefCountedGarbageCollected<AbstractWorker>, public EventTargetWithInlineData, public ActiveDOMObject {
55 virtual ExecutionContext* executionContext() const OVERRIDE FINAL { return ActiveDOMObject::executionContext(); }
SharedWorker.idl 33 ActiveDOMObject,
Worker.idl 29 ActiveDOMObject,
AbstractWorker.cpp 43 : ActiveDOMObject(context)
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.idl 33 ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.idl 27 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.h 30 #include "core/dom/ActiveDOMObject.h"
35 class SuspendableTimer : public TimerBase, public ActiveDOMObject {
40 // ActiveDOMObject
SuspendableTimer.cpp 33 : ActiveDOMObject(context)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterfaceNamedConstructor.idl 30 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequest.idl 31 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDTMFSender.idl 29 ActiveDOMObject
MediaDevicesRequest.h 29 #include "core/dom/ActiveDOMObject.h"
44 class MediaDevicesRequest FINAL : public RefCountedWillBeRefCountedGarbageCollected<MediaDevicesRequest>, public ActiveDOMObject {
56 // ActiveDOMObject
RTCSessionDescriptionRequestImpl.h 34 #include "core/dom/ActiveDOMObject.h"
50 class RTCSessionDescriptionRequestImpl FINAL : public RTCSessionDescriptionRequest, public ActiveDOMObject {
58 // ActiveDOMObject
RTCStatsRequestImpl.h 28 #include "core/dom/ActiveDOMObject.h"
42 class RTCStatsRequestImpl FINAL : public RTCStatsRequest, public ActiveDOMObject {
53 // ActiveDOMObject
RTCVoidRequestImpl.h 34 #include "core/dom/ActiveDOMObject.h"
44 class RTCVoidRequestImpl FINAL : public RTCVoidRequest, public ActiveDOMObject {
53 // ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.idl 33 ActiveDOMObject,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.h 26 #include "core/dom/ActiveDOMObject.h"
35 class HTMLMarqueeElement FINAL : public HTMLElement, private ActiveDOMObject {
65 // ActiveDOMObject
PublicURLManager.h 29 #include "core/dom/ActiveDOMObject.h"
43 class PublicURLManager FINAL : public ActiveDOMObject {
52 // ActiveDOMObject interface.

Completed in 495 milliseconds

1 2 3 4 5 6