HomeSort by relevance Sort by last modified time
    Searched refs:executionContext (Results 201 - 225 of 253) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.cpp 29 #include "core/dom/ExecutionContext.h"
61 WebSpeechRecognitionParams params(webSpeechGrammars, lang, continuous, interimResults, maxAlternatives, WebSecurityOrigin(recognition->executionContext()->securityOrigin()));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 424 ExecutionContext* TextTrack::executionContext() const
427 return owner ? owner->executionContext() : 0;
TextTrackList.cpp 269 ExecutionContext* TextTrackList::executionContext() const
271 return m_owner ? m_owner->executionContext() : 0;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp 35 #include "core/dom/ExecutionContext.h"
102 IDBKeyRange* keyRange = IDBKeyRange::fromScriptValue(scriptState->executionContext(), key, exceptionState);
285 IDBKeyRange* keyRange = IDBKeyRange::fromScriptValue(scriptState->executionContext(), key, exceptionState);
360 virtual void handleEvent(ExecutionContext* executionContext, Event* event) OVERRIDE
362 ASSERT(m_scriptState->executionContext() == executionContext);
569 IDBKeyRange* keyRange = IDBKeyRange::fromScriptValue(scriptState->executionContext(), range, exceptionState);
610 IDBKeyRange* keyRange = IDBKeyRange::fromScriptValue(scriptState->executionContext(), range, exceptionState);
642 IDBKeyRange* keyRange = IDBKeyRange::fromScriptValue(scriptState->executionContext(), range, exceptionState)
    [all...]
IDBRequest.h 118 virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 58 void loadFonts(ExecutionContext*);
81 void LoadFontPromiseResolver::loadFonts(ExecutionContext* context)
153 return toDocument(executionContext());
158 ExecutionContext* context = executionContext();
173 ExecutionContext* FontFaceSet::executionContext() const
175 return ActiveDOMObject::executionContext();
456 resolver->loadFonts(executionContext()); // After this, resolver->promise() may return null.
FontFace.cpp 71 PassRefPtrWillBeRawPtr<FontFace> FontFace::create(ExecutionContext* context, const AtomicString& family, const String& source, const FontFaceDescriptors& descriptors)
83 PassRefPtrWillBeRawPtr<FontFace> FontFace::create(ExecutionContext* context, const AtomicString& family, PassRefPtr<ArrayBuffer> source, const FontFaceDescriptors& descriptors)
90 PassRefPtrWillBeRawPtr<FontFace> FontFace::create(ExecutionContext* context, const AtomicString& family, PassRefPtr<ArrayBufferView> source, const FontFaceDescriptors& descriptors)
126 FontFace::FontFace(ExecutionContext* context)
133 FontFace::FontFace(ExecutionContext* context, const AtomicString& family, const FontFaceDescriptors& descriptors)
183 void FontFace::setStyle(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
188 void FontFace::setWeight(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
193 void FontFace::setStretch(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
198 void FontFace::setUnicodeRange(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
203 void FontFace::setVariant(ExecutionContext* context, const String& s, ExceptionState& exceptionState
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionServer.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.cpp 57 MediaStream* MediaStream::create(ExecutionContext* context)
65 MediaStream* MediaStream::create(ExecutionContext* context, MediaStream* stream)
81 MediaStream* MediaStream::create(ExecutionContext* context, const MediaStreamTrackVector& tracks)
92 MediaStream* MediaStream::create(ExecutionContext* context, PassRefPtr<MediaStreamDescriptor> streamDescriptor)
97 MediaStream::MediaStream(ExecutionContext* context, PassRefPtr<MediaStreamDescriptor> streamDescriptor)
122 MediaStream::MediaStream(ExecutionContext* context, const MediaStreamTrackVector& audioTracks, const MediaStreamTrackVector& videoTracks)
248 MediaStream* MediaStream::clone(ExecutionContext* context)
303 ExecutionContext* MediaStream::executionContext() const
305 return ContextLifecycleObserver::executionContext();
    [all...]
RTCPeerConnection.h 67 static RTCPeerConnection* create(ExecutionContext*, const Dictionary&, const Dictionary&, ExceptionState&);
137 virtual ExecutionContext* executionContext() const OVERRIDE;
152 RTCPeerConnection(ExecutionContext*, RTCConfiguration*, WebMediaConstraints, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 40 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
272 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
346 if (!scriptState->executionContext())
376 if (!scriptState->executionContext())
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.h 39 class ExecutionContext;
137 virtual ExecutionContext* executionContext() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 31 #include "core/dom/ExecutionContext.h"
62 class WorkerGlobalScope : public RefCountedWillBeGarbageCollectedFinalized<WorkerGlobalScope>, public SecurityContext, public ExecutionContext, public WillBeHeapSupplementable<WorkerGlobalScope>, public EventTargetWithInlineData, public DOMWindowBase64 {
71 virtual ExecutionContext* executionContext() const OVERRIDE FINAL;
176 DEFINE_TYPE_CASTS(WorkerGlobalScope, ExecutionContext, context, context->isWorkerGlobalScope(), context.isWorkerGlobalScope());
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp 56 DOMFileSystem* DOMFileSystem::create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
63 DOMFileSystem* DOMFileSystem::createIsolatedFileSystem(ExecutionContext* context, const String& filesystemId)
87 DOMFileSystem::DOMFileSystem(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
159 FileWriter* fileWriter = FileWriter::create(executionContext());
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 120 ExecutionContext* ScreenOrientation::executionContext() const
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
CacheTest.cpp 162 ExecutionContext* executionContext() { return scriptState()->executionContext(); }
168 Request* request = Request::create(executionContext(), url, exceptionState);
361 Response* response = Response::create(executionContext(), webResponse);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
DOMWebSocket.h 60 static DOMWebSocket* create(ExecutionContext*, const String& url, ExceptionState&);
61 static DOMWebSocket* create(ExecutionContext*, const String& url, const String& protocol, ExceptionState&);
62 static DOMWebSocket* create(ExecutionContext*, const String& url, const Vector<String>& protocols, ExceptionState&);
105 virtual ExecutionContext* executionContext() const OVERRIDE;
130 explicit DOMWebSocket(ExecutionContext*);
185 virtual WebSocketChannel* createChannel(ExecutionContext* context, WebSocketChannelClient* client)
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 262 void File::close(ExecutionContext* executionContext, ExceptionState& exceptionState)
277 Blob::close(executionContext, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 365 ExecutionContext* AudioNode::executionContext() const
367 return const_cast<AudioNode*>(this)->context()->executionContext();
AudioContext.cpp 217 // Usually ExecutionContext calls stop twice.
222 // Don't call uninitialize() immediately here because the ExecutionContext is in the middle
855 ExecutionContext* AudioContext::executionContext() const
857 return m_isStopScheduled ? 0 : ActiveDOMObject::executionContext();
878 if (executionContext()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptHostCustom.cpp 79 ExceptionState exceptionState(ExceptionState::ExecutionContext, "nodeAsScriptValue", "InjectedScriptHost", scriptState->context()->Global(), isolate);
248 static v8::Handle<v8::Array> getJSListenerFunctions(ExecutionContext* executionContext, const EventListenerInfo& listenerInfo, v8::Isolate* isolate)
259 v8::Local<v8::Context> context = toV8Context(executionContext, v8Listener->world());
267 function = v8Listener->getListenerObject(executionContext);
293 if (!target || !target->executionContext())
302 v8::Handle<v8::Array> listeners = getJSListenerFunctions(target->executionContext(), listenersArray[i], info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 488 RefPtrWillBeRawPtr<XHRReplayData> xhrReplayData = XHRReplayData::create(xhr->executionContext(), method, urlWithoutFragment(url), async, formData.get(), includeCredentials);
730 ExecutionContext* executionContext = xhrReplayData->executionContext();
731 if (!executionContext) {
736 RefPtrWillBeRawPtr<XMLHttpRequest> xhr = XMLHttpRequest::create(executionContext);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/streams/
ReadableStreamTest.cpp 107 StringStream* stream = new StringStream(scriptState()->executionContext(), m_underlyingSource);
120 StringStream* stream = new StringStream(scriptState()->executionContext(), m_underlyingSource);
137 StringStream* stream = new StringStream(scriptState()->executionContext(), m_underlyingSource);
180 StringStream* stream = new StringStream(scriptState()->executionContext(), m_underlyingSource);
657 new ReadableStreamImpl<ReadableStreamChunkTypeTraits<ArrayBuffer> >(scriptState()->executionContext(), m_underlyingSource);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestNode.cpp 114 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
115 impl->setHrefCallWith(executionContext, callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), cppValue);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 79 Geolocation* Geolocation::create(ExecutionContext* context)
86 Geolocation::Geolocation(ExecutionContext* context)
108 return toDocument(executionContext());
162 watchID = executionContext()->circularSequentialID();

Completed in 720 milliseconds

1 2 3 4 5 6 7 891011