OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveDOMObject
(Results
76 - 100
of
131
) sorted by null
1
2
3
4
5
6
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h
35
#include "core/dom/
ActiveDOMObject
.h"
45
, public
ActiveDOMObject
AnimationPlayer.cpp
60
:
ActiveDOMObject
(executionContext)
292
return
ActiveDOMObject
::executionContext();
/external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h
31
#include "core/dom/
ActiveDOMObject
.h"
116
// Called after the construction of an
ActiveDOMObject
to synchronize suspend state.
117
void suspendActiveDOMObjectIfNeeded(
ActiveDOMObject
*);
/external/chromium_org/third_party/WebKit/Source/core/html/
PublicURLManager.cpp
46
:
ActiveDOMObject
(context)
HTMLMediaElement.idl
27
ActiveDOMObject
,
/external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.cpp
117
return m_contextProxy->hasPendingActivity() ||
ActiveDOMObject
::hasPendingActivity();
/external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp
27
:
ActiveDOMObject
(context)
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h
31
#include "core/dom/
ActiveDOMObject
.h"
52
, public
ActiveDOMObject
{
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.h
31
#include "core/dom/
ActiveDOMObject
.h"
57
, public
ActiveDOMObject
{
94
//
ActiveDOMObject
IDBTransaction.h
30
#include "core/dom/
ActiveDOMObject
.h"
56
, public
ActiveDOMObject
{
110
//
ActiveDOMObject
IDBRequest.h
35
#include "core/dom/
ActiveDOMObject
.h"
60
, public
ActiveDOMObject
{
111
//
ActiveDOMObject
IDBTransaction.cpp
80
:
ActiveDOMObject
(context)
341
return
ActiveDOMObject
::executionContext();
IDBDatabase.cpp
79
:
ActiveDOMObject
(context)
468
return
ActiveDOMObject
::executionContext();
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.h
35
#include "core/dom/
ActiveDOMObject
.h"
60
class SourceBuffer FINAL : public RefCountedWillBeRefCountedGarbageCollected<SourceBuffer>, public
ActiveDOMObject
, public EventTargetWithInlineData, public ScriptWrappable, public FileReaderLoaderClient {
91
//
ActiveDOMObject
interface
MediaSource.cpp
98
:
ActiveDOMObject
(context)
258
return
ActiveDOMObject
::executionContext();
494
||
ActiveDOMObject
::hasPendingActivity();
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.cpp
48
:
ActiveDOMObject
(executionContext)
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.idl
33
ActiveDOMObject
,
RTCPeerConnection.h
36
#include "core/dom/
ActiveDOMObject
.h"
59
class RTCPeerConnection FINAL : public RefCountedWillBeRefCountedGarbageCollected<RTCPeerConnection>, public ScriptWrappable, public blink::WebRTCPeerConnectionHandlerClient, public EventTargetWithInlineData, public
ActiveDOMObject
{
134
//
ActiveDOMObject
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp
90
,
ActiveDOMObject
(context)
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp
69
:
ActiveDOMObject
(context)
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h
35
#include "core/dom/
ActiveDOMObject
.h"
54
class WebSocket : public RefCountedWillBeRefCountedGarbageCollected<WebSocket>, public ScriptWrappable, public EventTargetWithInlineData, public
ActiveDOMObject
, public WebSocketChannelClient {
109
//
ActiveDOMObject
functions.
WebSocket.cpp
228
:
ActiveDOMObject
(context)
564
return
ActiveDOMObject
::executionContext();
572
ActiveDOMObject
::contextDestroyed();
/external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp
61
:
ActiveDOMObject
(context)
203
// Stop trying to reconnect if EventSource was explicitly closed or if
ActiveDOMObject
::stop() was called.
222
return
ActiveDOMObject
::executionContext();
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.cpp
109
:
ActiveDOMObject
(document)
130
:
ActiveDOMObject
(document)
927
return m_isStopScheduled ? 0 :
ActiveDOMObject
::executionContext();
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.cpp
138
ActiveDOMObject
*
activeDOMObject
= type->toActiveDOMObject(*wrapper);
139
if (
activeDOMObject
&&
activeDOMObject
->hasPendingActivity())
273
ActiveDOMObject
*
activeDOMObject
= type->toActiveDOMObject(*wrapper);
274
if (
activeDOMObject
&&
activeDOMObject
->hasPendingActivity())
Completed in 554 milliseconds
1
2
3
4
5
6