HomeSort by relevance Sort by last modified time
    Searched refs:ScriptWrappable (Results 476 - 500 of 755) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidate.cpp 68 ScriptWrappable::init(this);
RTCSessionDescription.cpp 74 ScriptWrappable::init(this);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageInfo.cpp 47 ScriptWrappable::init(this);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainer.h 35 #include "bindings/v8/ScriptWrappable.h"
56 public ScriptWrappable,
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 29 #include "bindings/v8/ScriptWrappable.h"
43 class SpeechSynthesis FINAL : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<SpeechSynthesis>, public PlatformSpeechSynthesizerClient, public ScriptWrappable, public ContextLifecycleObserver, public EventTargetWithInlineData {
SpeechSynthesisUtterance.h 29 #include "bindings/v8/ScriptWrappable.h"
39 class SpeechSynthesisUtterance FINAL : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<SpeechSynthesisUtterance>, public PlatformSpeechSynthesisUtteranceClient, public ScriptWrappable, public ContextLifecycleObserver, public EventTargetWithInlineData {
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioListener.h 32 #include "bindings/v8/ScriptWrappable.h"
45 class AudioListener : public RefCountedWillBeGarbageCollectedFinalized<AudioListener>, public ScriptWrappable {
BiquadFilterNode.cpp 36 ScriptWrappable::init(this);
ChannelSplitterNode.cpp 48 ScriptWrappable::init(this);
GainNode.cpp 42 ScriptWrappable::init(this);
MediaStreamAudioDestinationNode.cpp 49 ScriptWrappable::init(this);
OfflineAudioContext.cpp 92 ScriptWrappable::init(this);
AudioBuffer.cpp 152 ScriptWrappable::init(this);
172 ScriptWrappable::init(this);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.h 32 #include "bindings/v8/ScriptWrappable.h"
51 class Database FINAL : public DatabaseBackend, public DatabaseBase, public ScriptWrappable {
DatabaseSync.h 34 #include "bindings/v8/ScriptWrappable.h"
55 class DatabaseSync FINAL : public DatabaseBackendSync, public DatabaseBase, public ScriptWrappable {
SQLTransaction.h 32 #include "bindings/v8/ScriptWrappable.h"
54 class SQLTransaction FINAL : public AbstractSQLTransaction, public SQLTransactionStateMachine<SQLTransaction>, public ScriptWrappable {
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.h 35 #include "bindings/v8/ScriptWrappable.h"
53 class MIDIAccess FINAL : public RefCountedWillBeRefCountedGarbageCollected<MIDIAccess>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData, public MIDIAccessorClient {
MIDIInput.cpp 50 ScriptWrappable::init(this);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 46 ScriptWrappable::init(this);
56 ScriptWrappable::init(this);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrixTearOff.cpp 44 ScriptWrappable::init(this);
51 ScriptWrappable::init(this);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 29 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
30 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceConstructor::wrapperTypeInfo);
220 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
221 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo();
V8TestInterfaceConstructor2.cpp 28 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
29 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceConstructor2::wrapperTypeInfo);
243 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
244 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo();
V8TestInterfaceGarbageCollected.cpp 27 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
28 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceGarbageCollected::wrapperTypeInfo);
198 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
199 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo();
V8TestInterfaceNamedConstructor.cpp 26 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
27 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceNamedConstructor::wrapperTypeInfo);
204 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
205 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo();
V8TestSpecialOperations.cpp 31 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
32 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestSpecialOperations::wrapperTypeInfo);
230 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
231 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo();

Completed in 503 milliseconds

<<11121314151617181920>>