HomeSort by relevance Sort by last modified time
    Searched defs:m_context (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
WorkerGlobalScopeNotifications.h 53 WorkerGlobalScope* m_context; member in class:WebCore::WorkerGlobalScopeNotifications
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextObject.h 42 WebGLRenderingContext* context() const { return m_context; }
46 return context == m_context;
56 return m_context;
62 WebGLRenderingContext* m_context; member in class:WebCore::WebGLContextObject
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.h 86 v8::Handle<v8::Context> m_context; member in class:WebCore::CustomElementConstructorBuilder
ScheduledAction.h 60 ScopedPersistent<v8::Context> m_context; member in class:WebCore::ScheduledAction
ScriptScope.h 44 v8::Local<v8::Object> global() const { return m_context->Global(); }
48 v8::Local<v8::Context> m_context; member in class:WebCore::ScriptScope
ScriptPromiseResolverTest.cpp 49 , m_context(v8::Context::New(m_isolate))
50 , m_contextScope(m_context.newLocal(m_isolate))
56 m_perContextData = V8PerContextData::create(m_context.newLocal(m_isolate));
88 ScopedPersistent<v8::Context> m_context; member in class:WebCore::__anon12548::ScriptPromiseResolverTest
V8WindowShell.h 59 v8::Local<v8::Context> context() const { return m_context.newLocal(m_isolate); }
71 bool isContextInitialized() { return !m_context.isEmpty(); }
107 ScopedPersistent<v8::Context> m_context; member in class:WebCore::V8WindowShell
ScriptState.h 60 return m_context.newLocal(m_isolate);
91 ScopedPersistent<v8::Context> m_context; member in class:WebCore::ScriptState
114 m_context.set(scriptState->isolate(), scriptState->context());
121 ScopedPersistent<v8::Context> m_context; member in class:WebCore::ScriptStateProtectedPtr
V8DOMWrapper.cpp 49 , m_context(v8::Context::GetCurrent())
59 if (contextForWrapper == m_context)
61 m_context = v8::Local<v8::Context>::New(contextForWrapper);
63 m_context->Enter();
70 m_context->Exit();
73 v8::Handle<v8::Context> context() const { return m_context; }
77 v8::Handle<v8::Context> m_context; member in class:WebCore::V8WrapperInstantiationScope
  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.h 48 const ElementResolveContext& m_context; member in class:WebCore::PageRuleCollector
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterGlobalContext.h 50 GraphicsContext3D* context() const { return m_context.get(); }
73 RefPtr<GraphicsContext3D> m_context; member in class:WebCore::CustomFilterGlobalContext
CustomFilterRenderer.h 83 RefPtr<GraphicsContext3D> m_context; member in class:WebCore::CustomFilterRenderer
FECustomFilter.h 83 RefPtr<GraphicsContext3D> m_context; member in class:WebCore::FECustomFilter
CustomFilterMesh.h 62 GraphicsContext3D* m_context; member in class:WebCore::CustomFilterMesh
  /external/chromium_org/third_party/WebKit/Source/web/
WebFileSystemCallbacksImpl.h 79 WebCore::ScriptExecutionContext* m_context; member in class:WebKit::WebFileSystemCallbacksImpl
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 39 Node m_context; field in class:PrefixResolverDefault
50 m_context = xpathExpressionContext;
63 return getNamespaceForPrefix(prefix, m_context);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LifecycleNotifier.h 67 LifecycleContext* m_context; member in class:WebCore::LifecycleNotifier
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContextStateSaver.h 40 : m_context(context)
44 m_context.save();
50 m_context.restore();
56 m_context.save();
63 m_context.restore();
67 GraphicsContext* context() const { return &m_context; }
70 GraphicsContext& m_context; member in class:WebCore::GraphicsContextStateSaver
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 42 SharedGraphicsContext3DImpl() : m_context(0) { }
59 WebKit::WebGraphicsContext3D* oldWebContext = m_context ? m_context->webContext() : 0;
60 GrContext* oldGrContext = m_context ? m_context->grContext() : 0;
62 m_context.clear();
64 if (!m_context) {
65 m_context = GraphicsContext3D::createGraphicsContextFromProvider(provider.release());
70 if (m_context && wasCreated)
71 m_context->getExtensions()->pushGroupMarkerEXT("SharedGraphicsContext")
76 RefPtr<GraphicsContext3D> m_context; member in class:WebCore::SharedGraphicsContext3DImpl
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributes.h 54 RenderSVGInlineText* context() const { return m_context; }
62 RenderSVGInlineText* m_context; member in class:WebCore::SVGTextLayoutAttributes
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioSummingJunction.h 45 AudioContext* context() { return m_context.get(); }
64 RefPtr<AudioContext> m_context; member in class:WebCore::AudioSummingJunction
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
ThreadableWebSocketChannelClientWrapper.h 104 ScriptExecutionContext* m_context; member in class:WebCore::ThreadableWebSocketChannelClientWrapper
WebSocketHandshake.h 109 ScriptExecutionContext* m_context; member in class:WebCore::WebSocketHandshake
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackList.h 64 virtual ScriptExecutionContext* scriptExecutionContext() const { return m_context; }
87 ScriptExecutionContext* m_context; member in class:WebCore::TextTrackList
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 38 transient private int m_context; field in class:XUnresolvedVariable
83 m_context = sourceNode;
126 XObject var = velem.getValue(m_transformer, m_context);

Completed in 457 milliseconds

1 2 3