Searched refs:ScriptExecutionContext (Results 76 - 100 of 366) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMWrapper.h30 class ScriptExecutionContext;
37 ScriptExecutionContext* scriptExecutionContext() const { return globalObject()->scriptExecutionContext(); }
H A DScriptState.h46 class ScriptExecutionContext;
56 ScriptExecutionContext* scriptExecutionContextFromScriptState(ScriptState*);
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DAudioTrackList.h39 static PassRefPtr<AudioTrackList> create(HTMLMediaElement* owner, ScriptExecutionContext* context)
55 AudioTrackList(HTMLMediaElement*, ScriptExecutionContext*);
H A DVideoTrackList.h39 static PassRefPtr<VideoTrackList> create(HTMLMediaElement* owner, ScriptExecutionContext* context)
56 VideoTrackList(HTMLMediaElement*, ScriptExecutionContext*);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBCursor.idl38 [CallWith=ScriptExecutionContext, ImplementedAs=continueFunction, RaisesException] void continue(optional any key);
39 [CallWith=ScriptExecutionContext, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete();
H A DIDBDatabase.idl43 [CallWith=ScriptExecutionContext, RaisesException] IDBTransaction transaction(DOMStringList storeNames, [Default=NullString] optional DOMString mode);
44 [CallWith=ScriptExecutionContext, RaisesException] IDBTransaction transaction(sequence<DOMString> storeNames, [Default=NullString] optional DOMString mode);
45 [CallWith=ScriptExecutionContext, RaisesException] IDBTransaction transaction(DOMString storeName, [Default=NullString] optional DOMString mode);
H A DIDBFactory.cpp70 static bool isContextValid(ScriptExecutionContext* context)
84 static String getIndexedDBDatabasePath(ScriptExecutionContext* context)
101 PassRefPtr<IDBRequest> IDBFactory::getDatabaseNames(ScriptExecutionContext* context, ExceptionCode& ec)
116 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, unsigned long long version, ExceptionCode& ec)
126 PassRefPtr<IDBOpenDBRequest> IDBFactory::openInternal(ScriptExecutionContext* context, const String& name, int64_t version, ExceptionCode& ec)
148 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, ExceptionCode& ec)
154 PassRefPtr<IDBOpenDBRequest> IDBFactory::deleteDatabase(ScriptExecutionContext* context, const String& name, ExceptionCode& ec)
174 short IDBFactory::cmp(ScriptExecutionContext* context, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionCode& ec)
H A DIDBOpenDBRequest.h39 static PassRefPtr<IDBOpenDBRequest> create(ScriptExecutionContext*, PassRefPtr<IDBDatabaseCallbacksImpl>, int64_t transactionId, int64_t version);
59 IDBOpenDBRequest(ScriptExecutionContext*, PassRefPtr<IDBDatabaseCallbacksImpl>, int64_t transactionId, int64_t version);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediasource/
H A DSourceBufferList.h47 static PassRefPtr<SourceBufferList> create(ScriptExecutionContext* context, GenericEventQueue* asyncEventQueue)
62 virtual ScriptExecutionContext* scriptExecutionContext() const OVERRIDE;
72 SourceBufferList(ScriptExecutionContext*, GenericEventQueue*);
80 ScriptExecutionContext* m_scriptExecutionContext;
/macosx-10.9.5/WebCore-7537.78.1/Modules/quota/
H A DStorageErrorCallback.cpp48 void StorageErrorCallback::CallbackTask::performTask(ScriptExecutionContext*)
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DOfflineAudioContext.h34 static PassRefPtr<OfflineAudioContext> create(ScriptExecutionContext*, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate, ExceptionCode&);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMessageChannel.cpp35 MessageChannel::MessageChannel(ScriptExecutionContext* context)
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DWorkerAsyncFileWriterBlackBerry.h34 class ScriptExecutionContext;
58 static void writeOnMainThread(ScriptExecutionContext*, BlackBerry::Platform::WebFileWriter* platformWriter, long long position, Blob*);
59 static void truncateOnMainThread(ScriptExecutionContext*, BlackBerry::Platform::WebFileWriter* platformWriter, long long length);
60 static void abortOnMainThread(ScriptExecutionContext*, BlackBerry::Platform::WebFileWriter* platformWriter);
H A DWorkerPlatformFileWriterClient.cpp36 void WorkerPlatformFileWriterClient::notifyWriteOnWorkerThread(ScriptExecutionContext*, WorkerPlatformFileWriterClient* platformClient, long long bytes, bool complete)
41 void WorkerPlatformFileWriterClient::notifyFailOnWorkerThread(ScriptExecutionContext*, WorkerPlatformFileWriterClient* platformClient, BlackBerry::Platform::WebFileError error)
46 void WorkerPlatformFileWriterClient::notifyTruncateOnWorkerThread(ScriptExecutionContext*, WorkerPlatformFileWriterClient* platformClient)
66 void WorkerPlatformFileWriterClient::postTaskToWorkerThreadIfNeeded(PassOwnPtr<ScriptExecutionContext::Task> task)
H A DWorkerPlatformFileWriterClient.h25 #include "ScriptExecutionContext.h"
63 void postTaskToWorkerThreadIfNeeded(PassOwnPtr<ScriptExecutionContext::Task>);
65 static void notifyWriteOnWorkerThread(ScriptExecutionContext*, WorkerPlatformFileWriterClient* platformClient, long long bytes, bool complete);
66 static void notifyFailOnWorkerThread(ScriptExecutionContext*, WorkerPlatformFileWriterClient* platformClient, BlackBerry::Platform::WebFileError);
67 static void notifyTruncateOnWorkerThread(ScriptExecutionContext*, WorkerPlatformFileWriterClient* platformClient);
H A DWorkerPlatformAsyncFileSystemCallbacks.h26 #include "ScriptExecutionContext.h"
55 void postTaskToMainThread(PassOwnPtr<ScriptExecutionContext::Task>);
78 void postTaskToWorkerThread(PassOwnPtr<ScriptExecutionContext::Task>);
97 static void notifyOpenFileSystemOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks*, BlackBerry::Platform::WebFileSystem* platformFileSystem);
98 static void notifySucceedOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks*);
99 static void notifyFailOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks*, BlackBerry::Platform::WebFileError);
100 static void notifyReadMetadataOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks*, const BlackBerry::Platform::WebFileInfo&);
101 static void notifyCreateSnapshotFileAndReadMetadataOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks*, const BlackBerry::Platform::WebFileInfo&);
102 static void notifyReadDirectoryEntryOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks*, const std::vector<BlackBerry::Platform::WebFileSystemEntry>& entries, bool hasMore);
103 static void notifyCreateFileWriterOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallback
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DLocalFileSystem.cpp43 #include "ScriptExecutionContext.h"
76 static void openFileSystem(ScriptExecutionContext*, const String& basePath, const String& identifier, FileSystemType type, bool create, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
81 static void performDeleteFileSystem(ScriptExecutionContext*, const String& basePath, const String& identifier, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
86 void LocalFileSystem::readFileSystem(ScriptExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType)
92 void LocalFileSystem::requestFileSystem(ScriptExecutionContext* context, FileSystemType type, long long, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType)
98 void LocalFileSystem::deleteFileSystem(ScriptExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
H A DDOMFileSystemSync.h49 static PassRefPtr<DOMFileSystemSync> create(ScriptExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL, PassOwnPtr<AsyncFileSystem> asyncFileSystem)
64 DOMFileSystemSync(ScriptExecutionContext*, const String& name, FileSystemType, const KURL& rootURL, PassOwnPtr<AsyncFileSystem>);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCDataChannel.h43 static PassRefPtr<RTCDataChannel> create(ScriptExecutionContext*, RTCPeerConnectionHandler*, const String& label, bool reliable, ExceptionCode&);
44 static PassRefPtr<RTCDataChannel> create(ScriptExecutionContext*, PassOwnPtr<RTCDataChannelHandler>);
71 virtual ScriptExecutionContext* scriptExecutionContext() const OVERRIDE;
77 RTCDataChannel(ScriptExecutionContext*, PassOwnPtr<RTCDataChannelHandler>);
88 ScriptExecutionContext* m_scriptExecutionContext;
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReaderSync.cpp50 PassRefPtr<ArrayBuffer> FileReaderSync::readAsArrayBuffer(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec)
63 String FileReaderSync::readAsBinaryString(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec)
75 String FileReaderSync::readAsText(ScriptExecutionContext* scriptExecutionContext, Blob* blob, const String& encoding, ExceptionCode& ec)
88 String FileReaderSync::readAsDataURL(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec)
101 void FileReaderSync::startLoading(ScriptExecutionContext* scriptExecutionContext, FileReaderLoader& loader, Blob* blob, ExceptionCode& ec)
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerEventQueue.cpp34 #include "ScriptExecutionContext.h"
38 PassOwnPtr<WorkerEventQueue> WorkerEventQueue::create(ScriptExecutionContext* context)
43 WorkerEventQueue::WorkerEventQueue(ScriptExecutionContext* context)
54 class WorkerEventQueue::EventDispatcherTask : public ScriptExecutionContext::Task {
67 void dispatchEvent(ScriptExecutionContext*, PassRefPtr<Event> event)
72 virtual void performTask(ScriptExecutionContext* context)
H A DWorkerMessagingProxy.h32 #include "ScriptExecutionContext.h"
46 class ScriptExecutionContext;
84 virtual void postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task>) OVERRIDE;
85 virtual bool postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task>, const String& mode) OVERRIDE;
103 static void workerObjectDestroyedInternal(ScriptExecutionContext*, WorkerMessagingProxy*);
107 RefPtr<ScriptExecutionContext> m_scriptExecutionContext;
117 Vector<OwnPtr<ScriptExecutionContext::Task> > m_queuedEarlyTasks; // Tasks are queued here until there's a thread object created.
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWorkerThreadableWebSocketChannel.h49 class ScriptExecutionContext;
83 static Peer* create(PassRefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode)
110 Peer(PassRefPtr<ThreadableWebSocketChannelClientWrapper>, WorkerLoaderProxy&, ScriptExecutionContext*, const String& taskMode);
152 static void setWebSocketChannel(ScriptExecutionContext*, Bridge* thisPtr, Peer*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>);
155 static void mainThreadInitialize(ScriptExecutionContext*, WorkerLoaderProxy*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, const String& taskMode);
172 static void mainThreadConnect(ScriptExecutionContext*, Peer*, const KURL&, const String& protocol);
173 static void mainThreadSend(ScriptExecutionContext*, Peer*, const String& message);
174 static void mainThreadSendArrayBuffer(ScriptExecutionContext*, Peer*, PassOwnPtr<Vector<char> >);
175 static void mainThreadSendBlob(ScriptExecutionContext*, Peer*, const KURL&, const String& type, long long size);
176 static void mainThreadBufferedAmount(ScriptExecutionContext*, Pee
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.idl38 ConstructorCallWith=ScriptExecutionContext,
52 [CallWith=ScriptExecutionContext] static readonly attribute DOMString permission;
53 [CallWith=ScriptExecutionContext] static void requestPermission(optional NotificationPermissionCallback callback);
/macosx-10.9.5/WebCore-7537.78.1/Modules/encryptedmedia/
H A DMediaKeys.idl32 [CallWith=ScriptExecutionContext, RaisesException] MediaKeySession createSession([Default=Undefined] optional DOMString type, [Default=Undefined] optional Uint8Array initData);

Completed in 299 milliseconds

1234567891011>>