HomeSort by relevance Sort by last modified time
    Searched refs:ExecutionContext (Results 451 - 475 of 494) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 36 #include "core/dom/ExecutionContext.h"
64 : ActiveDOMObject(source->executionContext())
392 ExecutionContext* SourceBuffer::executionContext() const
394 return ActiveDOMObject::executionContext();
567 m_loader->start(executionContext(), *m_stream, m_streamMaxSizeValid ? m_streamMaxSize : 0);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 360 ExecutionContext* AudioNode::executionContext() const
362 return const_cast<AudioNode*>(this)->context()->executionContext();
AudioContext.cpp 285 // Usually ExecutionContext calls stop twice.
290 // Don't call uninitialize() immediately here because the ExecutionContext is in the middle
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestTypedefs.cpp 372 ExceptionState exceptionState(ExceptionState::ExecutionContext, "stringArrayFunction", "TestTypedefs", info.Holder(), info.GetIsolate());
395 ExceptionState exceptionState(ExceptionState::ExecutionContext, "stringArrayFunction2", "TestTypedefs", info.Holder(), info.GetIsolate());
418 ExceptionState exceptionState(ExceptionState::ExecutionContext, "methodWithException", "TestTypedefs", info.Holder(), info.GetIsolate());
V8TestInterface.cpp 205 v8SetReturnValue(info, jsValue ? v8::Handle<v8::Value>(V8AbstractEventListener::cast(jsValue)->getListenerObject(imp->executionContext())) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate())));
557 ExceptionState exceptionState(ExceptionState::ExecutionContext, "implementsMethod2", "TestInterface", info.Holder(), info.GetIsolate());
570 ExecutionContext* scriptContext = getExecutionContext();
623 ExceptionState exceptionState(ExceptionState::ExecutionContext, "supplementalMethod2", "TestInterface", info.Holder(), info.GetIsolate());
636 ExecutionContext* scriptContext = getExecutionContext();
687 ExecutionContext* context = getExecutionContext();
    [all...]
V8SupportTestInterface.cpp 320 ExceptionState exceptionState(ExceptionState::ExecutionContext, "supplementalMethod2", "SupportTestInterface", info.Holder(), info.GetIsolate());
333 ExecutionContext* scriptContext = getExecutionContext();
V8TestObjectPython.cpp     [all...]
V8TestInterfaceCheckSecurity.cpp 166 ExceptionState exceptionState(ExceptionState::ExecutionContext, "voidMethod", "TestInterfaceCheckSecurity", info.Holder(), info.GetIsolate());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 40 #include "core/dom/ExecutionContext.h"
212 class Document : public ContainerNode, public TreeScope, public SecurityContext, public ExecutionContext, public ExecutionContextClient
    [all...]
Node.h 640 virtual ExecutionContext* executionContext() const OVERRIDE;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 666 void InspectorDebuggerAgent::didInstallTimer(ExecutionContext* context, int timerId, int timeout, bool singleShot)
672 void InspectorDebuggerAgent::didRemoveTimer(ExecutionContext* context, int timerId)
677 bool InspectorDebuggerAgent::willFireTimer(ExecutionContext* context, int timerId)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.cpp 33 #include "core/dom/ExecutionContext.h"
588 void UseCounter::countDeprecation(ExecutionContext* context, Feature feature)
DOMWindow.cpp 50 #include "core/dom/ExecutionContext.h"
518 ExecutionContext* DOMWindow::executionContext() const
932 void DOMWindow::focus(ExecutionContext* context)
963 void DOMWindow::close(ExecutionContext* context)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 243 virtual ExecutionContext* executionContext() const OVERRIDE { return HTMLElement::executionContext(); }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 64 class ExecutionContext;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 34 #include "core/dom/ExecutionContext.h"
61 DOMFileSystemBase::DOMFileSystemBase(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 37 #include "core/dom/ExecutionContext.h"
134 WebSocketHandshake::WebSocketHandshake(const KURL& url, const String& protocol, ExecutionContext* context)
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 130 virtual void handleEvent(ExecutionContext*, Event*);
143 void ConditionEventListener::handleEvent(ExecutionContext*, Event* event)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 169 v8::Local<v8::Value> ScriptController::callFunction(ExecutionContext* context, v8::Handle<v8::Function> function, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> info[], v8::Isolate* isolate)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 118 third_party/WebKit/Source/core/dom/ExecutionContext.cpp \
webcore_dom.target.darwin-mips.mk 118 third_party/WebKit/Source/core/dom/ExecutionContext.cpp \
webcore_dom.target.darwin-x86.mk 118 third_party/WebKit/Source/core/dom/ExecutionContext.cpp \
webcore_dom.target.linux-arm.mk 118 third_party/WebKit/Source/core/dom/ExecutionContext.cpp \
webcore_dom.target.linux-mips.mk 118 third_party/WebKit/Source/core/dom/ExecutionContext.cpp \

Completed in 488 milliseconds

<<11121314151617181920