m_context         145 Source/bindings/v8/Dictionary.h             : m_context(context) { }
m_context         148 Source/bindings/v8/Dictionary.h             m_context.resetPerPropertyContext();
m_context         151 Source/bindings/v8/Dictionary.h         ConversionContext& m_context;
m_context         141 Source/bindings/v8/ExceptionState.cpp     if (propertyName() && interfaceName() && m_context != UnknownContext) {
m_context         142 Source/bindings/v8/ExceptionState.cpp         if (m_context == DeletionContext)
m_context         144 Source/bindings/v8/ExceptionState.cpp         else if (m_context == ExecutionContext)
m_context         146 Source/bindings/v8/ExceptionState.cpp         else if (m_context == GetterContext)
m_context         148 Source/bindings/v8/ExceptionState.cpp         else if (m_context == SetterContext)
m_context         151 Source/bindings/v8/ExceptionState.cpp         if (m_context == ConstructionContext)
m_context         153 Source/bindings/v8/ExceptionState.cpp         else if (m_context == EnumerationContext)
m_context         155 Source/bindings/v8/ExceptionState.cpp         else if (m_context == IndexedDeletionContext)
m_context         157 Source/bindings/v8/ExceptionState.cpp         else if (m_context == IndexedGetterContext)
m_context         159 Source/bindings/v8/ExceptionState.cpp         else if (m_context == IndexedSetterContext)
m_context          63 Source/bindings/v8/ExceptionState.h         , m_context(context)
m_context          71 Source/bindings/v8/ExceptionState.h         , m_context(context)
m_context          75 Source/bindings/v8/ExceptionState.h         , m_isolate(isolate) { ASSERT(m_context == ConstructionContext || m_context == EnumerationContext || m_context == IndexedSetterContext || m_context == IndexedGetterContext || m_context == IndexedDeletionContext); }
m_context          95 Source/bindings/v8/ExceptionState.h     Context context() const { return m_context; }
m_context         106 Source/bindings/v8/ExceptionState.h     Context m_context;
m_context          30 Source/bindings/v8/NewScriptState.cpp     , m_context(m_isolate, context)
m_context          35 Source/bindings/v8/NewScriptState.cpp     m_context.setWeak(this, &weakCallback);
m_context          42 Source/bindings/v8/NewScriptState.cpp     ASSERT(m_context.isEmpty());
m_context          46 Source/bindings/v8/NewScriptState.h     v8::Handle<v8::Context> context() const { return m_context.newLocal(m_isolate); }
m_context          47 Source/bindings/v8/NewScriptState.h     void clearContext() { return m_context.clear(); }
m_context          56 Source/bindings/v8/NewScriptState.h     ScopedPersistent<v8::Context> m_context;
m_context          49 Source/bindings/v8/ScheduledAction.cpp     : m_context(isolate, context)
m_context          60 Source/bindings/v8/ScheduledAction.cpp     : m_context(isolate, context)
m_context          90 Source/bindings/v8/ScheduledAction.cpp     v8::Handle<v8::Context> context = m_context.newLocal(m_isolate);
m_context         112 Source/bindings/v8/ScheduledAction.cpp     v8::Handle<v8::Context> context = m_context.newLocal(m_isolate);
m_context          61 Source/bindings/v8/ScheduledAction.h     ScopedPersistent<v8::Context> m_context;
m_context          72 Source/bindings/v8/ScriptPreprocessor.cpp     m_context.set(m_isolate, context);
m_context          99 Source/bindings/v8/ScriptPreprocessor.cpp     v8::Context::Scope contextScope(m_context.newLocal(m_isolate));
m_context         108 Source/bindings/v8/ScriptPreprocessor.cpp     v8::Handle<v8::Value> resultValue = V8ScriptRunner::callAsFunction(m_isolate, m_preprocessorFunction.newLocal(m_isolate), m_context.newLocal(m_isolate)->Global(), WTF_ARRAY_LENGTH(argv), argv);
m_context          57 Source/bindings/v8/ScriptPreprocessor.h     ScopedPersistent<v8::Context> m_context;
m_context          43 Source/bindings/v8/ScriptScope.cpp     , m_context(scriptState->context())
m_context          44 Source/bindings/v8/ScriptScope.cpp     , m_scope(m_context)
m_context          47 Source/bindings/v8/ScriptScope.cpp     ASSERT(!m_context.IsEmpty());
m_context          44 Source/bindings/v8/ScriptScope.h         v8::Local<v8::Object> global() const { return m_context->Global(); }
m_context          48 Source/bindings/v8/ScriptScope.h         v8::Local<v8::Context> m_context;
m_context          47 Source/bindings/v8/ScriptState.cpp     : m_context(context->GetIsolate(), context)
m_context          50 Source/bindings/v8/ScriptState.cpp     m_context.setWeak(this, &setWeakCallback);
m_context          60 Source/bindings/v8/ScriptState.cpp     return toDOMWindow(m_context.newLocal(m_isolate));
m_context          66 Source/bindings/v8/ScriptState.cpp     return toExecutionContext(m_context.newLocal(m_isolate));
m_context          60 Source/bindings/v8/ScriptState.h         return m_context.newLocal(m_isolate);
m_context          91 Source/bindings/v8/ScriptState.h     ScopedPersistent<v8::Context> m_context;
m_context         108 Source/bindings/v8/ScriptState.h         m_context.set(scriptState->isolate(), scriptState->context());
m_context         115 Source/bindings/v8/ScriptState.h     ScopedPersistent<v8::Context> m_context;
m_context         136 Source/bindings/v8/V8DOMWrapper.h             , m_context(isolate->GetCurrentContext())
m_context         146 Source/bindings/v8/V8DOMWrapper.h             if (contextForWrapper == m_context)
m_context         148 Source/bindings/v8/V8DOMWrapper.h             m_context = v8::Local<v8::Context>::New(isolate, contextForWrapper);
m_context         150 Source/bindings/v8/V8DOMWrapper.h             m_context->Enter();
m_context         157 Source/bindings/v8/V8DOMWrapper.h             m_context->Exit();
m_context         160 Source/bindings/v8/V8DOMWrapper.h         v8::Handle<v8::Context> context() const { return m_context; }
m_context         164 Source/bindings/v8/V8DOMWrapper.h         v8::Handle<v8::Context> m_context;
m_context          56 Source/bindings/v8/V8PerContextData.cpp     , m_context(m_isolate, context)
m_context          70 Source/bindings/v8/V8PerContextData.h     v8::Handle<v8::Context> context() { return m_context.newLocal(m_isolate); }
m_context         122 Source/bindings/v8/V8PerContextData.h     ScopedPersistent<v8::Context> m_context;
m_context        1191 Source/core/css/CSSGrammar.y         if (parser->m_context.isHTMLDocument())
m_context        1212 Source/core/css/CSSGrammar.y         if (isQuirksModeBehavior(parser->m_context.mode()))
m_context        1222 Source/core/css/CSSGrammar.y             if (isQuirksModeBehavior(parser->m_context.mode()))
m_context        1236 Source/core/css/CSSGrammar.y         if (isQuirksModeBehavior(parser->m_context.mode()))
m_context        1244 Source/core/css/CSSGrammar.y         if (parser->m_context.isHTMLDocument())
m_context        1243 Source/core/css/CSSTokenizer-in.cpp         if (isSVGNumberParsingEnabledForMode(m_parser.m_context.mode())) {
m_context          49 Source/core/css/ElementRuleCollector.cpp     : m_context(context)
m_context         139 Source/core/css/ElementRuleCollector.cpp     ASSERT(m_context.element());
m_context         141 Source/core/css/ElementRuleCollector.cpp     Element& element = *m_context.element();
m_context         260 Source/core/css/ElementRuleCollector.cpp     SelectorChecker selectorChecker(m_context.element()->document(), m_mode);
m_context         261 Source/core/css/ElementRuleCollector.cpp     SelectorChecker::SelectorCheckingContext context(ruleData.selector(), m_context.element(), SelectorChecker::VisitedMatchEnabled);
m_context         173 Source/core/css/ElementRuleCollector.h     const ElementResolveContext& m_context;
m_context         109 Source/core/css/parser/BisonCSSParser-in.cpp     : m_context(context)
m_context        1064 Source/core/css/parser/BisonCSSParser-in.cpp     if (m_context.useCounter())
m_context        1065 Source/core/css/parser/BisonCSSParser-in.cpp         m_context.useCounter()->count(m_context, propertyID);
m_context        1253 Source/core/css/parser/BisonCSSParser-in.cpp     CSSParserMode mode = inViewport() ? CSSViewportRuleMode : m_context.mode();
m_context        1279 Source/core/css/parser/BisonCSSParser-in.cpp     CSSPropertyParser parser(m_valueList, m_context, m_inViewport, m_important, m_parsedProperties, m_hasFontFaceOnlyValues);
m_context        1946 Source/core/css/parser/BisonCSSParser-in.cpp     if (m_context.useCounter() && specifiers->pseudoType() == CSSSelector::PseudoUserAgentCustomElement)
m_context        1947 Source/core/css/parser/BisonCSSParser-in.cpp         m_context.useCounter()->count(UseCounter::CSSPseudoElementUserAgentCustomPseudo);
m_context        2178 Source/core/css/parser/BisonCSSParser-in.cpp     if (!RuntimeEnabledFeatures::cssViewportEnabled() && !isUASheetBehavior(m_context.mode()))
m_context         177 Source/core/css/parser/BisonCSSParser.h     CSSParserContext m_context;
m_context         174 Source/core/css/parser/CSSPropertyParser.cpp     , m_context(context)
m_context         234 Source/core/css/parser/CSSPropertyParser.cpp     return m_context.completeURL(url);
m_context         443 Source/core/css/parser/CSSPropertyParser.cpp     if (!isInternalPropertyAndValueParsingEnabledForMode(m_context.mode()) && isInternalProperty(propId))
m_context         447 Source/core/css/parser/CSSPropertyParser.cpp     if (m_context.useCounter())
m_context         448 Source/core/css/parser/CSSPropertyParser.cpp         m_context.useCounter()->count(m_context, propId);
m_context         460 Source/core/css/parser/CSSPropertyParser.cpp         if (!RuntimeEnabledFeatures::cssViewportEnabled() && !isUASheetBehavior(m_context.mode()))
m_context         488 Source/core/css/parser/CSSPropertyParser.cpp         if (!isValidKeywordPropertyAndValue(propId, id, m_context))
m_context         617 Source/core/css/parser/CSSPropertyParser.cpp             validPrimitive = isValueAllowedInMode(id, m_context.mode());
m_context        1826 Source/core/css/parser/CSSPropertyParser.cpp         else if (properties[i] == CSSPropertyBackgroundSize && !parsedProperty[i] && m_context.useLegacyBackgroundSizeShorthandBehavior())
m_context        2390 Source/core/css/parser/CSSPropertyParser.cpp     if (m_context.isHTMLDocument())
m_context        4469 Source/core/css/parser/CSSPropertyParser.cpp         if (!fontStyleParsed && isValidKeywordPropertyAndValue(CSSPropertyFontStyle, value->id, m_context)) {
m_context        5830 Source/core/css/parser/CSSPropertyParser.cpp                 context.commitImage(CSSImageValue::create(val->string, parser.m_context.completeURL(val->string)));
m_context        6982 Source/core/css/parser/CSSPropertyParser.cpp         if (m_context.useCounter())
m_context        6983 Source/core/css/parser/CSSPropertyParser.cpp             m_context.useCounter()->count(UseCounter::DeprecatedWebKitGradient);
m_context        6989 Source/core/css/parser/CSSPropertyParser.cpp         if (m_context.useCounter())
m_context        6990 Source/core/css/parser/CSSPropertyParser.cpp             m_context.useCounter()->count(UseCounter::DeprecatedWebKitLinearGradient);
m_context        6999 Source/core/css/parser/CSSPropertyParser.cpp         if (m_context.useCounter())
m_context        7000 Source/core/css/parser/CSSPropertyParser.cpp             m_context.useCounter()->count(UseCounter::DeprecatedWebKitRepeatingLinearGradient);
m_context        7009 Source/core/css/parser/CSSPropertyParser.cpp         if (m_context.useCounter())
m_context        7010 Source/core/css/parser/CSSPropertyParser.cpp             m_context.useCounter()->count(UseCounter::DeprecatedWebKitRadialGradient);
m_context        7018 Source/core/css/parser/CSSPropertyParser.cpp         if (m_context.useCounter())
m_context        7019 Source/core/css/parser/CSSPropertyParser.cpp             m_context.useCounter()->count(UseCounter::DeprecatedWebKitRepeatingRadialGradient);
m_context        7920 Source/core/css/parser/CSSPropertyParser.cpp     ASSERT(RuntimeEnabledFeatures::cssViewportEnabled() || isUASheetBehavior(m_context.mode()));
m_context        7980 Source/core/css/parser/CSSPropertyParser.cpp     ASSERT(RuntimeEnabledFeatures::cssViewportEnabled() || isUASheetBehavior(m_context.mode()));
m_context          84 Source/core/css/parser/CSSPropertyParser.h     bool inQuirksMode() const { return isQuirksModeBehavior(m_context.mode()); }
m_context         364 Source/core/css/parser/CSSPropertyParser.h     inline bool validUnit(CSSParserValue* value, Units unitflags, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue) { return validUnit(value, unitflags, m_context.mode(), releaseCalc); }
m_context         376 Source/core/css/parser/CSSPropertyParser.h     const CSSParserContext& m_context;
m_context         244 Source/core/css/resolver/SharedStyleFinder.cpp     if (candidate.isLink() && m_context.elementLinkState() != style->insideLink())
m_context         299 Source/core/css/resolver/SharedStyleFinder.cpp     ElementRuleCollector collector(m_context, m_styleResolver.selectorFilter());
m_context          51 Source/core/css/resolver/SharedStyleFinder.h         , m_context(context)
m_context          71 Source/core/css/resolver/SharedStyleFinder.h     Element& element() const { return *m_context.element(); }
m_context          79 Source/core/css/resolver/SharedStyleFinder.h     const ElementResolveContext& m_context;
m_context          65 Source/core/dom/MainThreadTaskRunner.cpp     : m_context(context)
m_context          83 Source/core/dom/MainThreadTaskRunner.cpp     if (m_context->tasksNeedSuspension() || !m_pendingTasks.isEmpty()) {
m_context          88 Source/core/dom/MainThreadTaskRunner.cpp     task->performTask(m_context);
m_context         112 Source/core/dom/MainThreadTaskRunner.cpp         task->performTask(m_context);
m_context          63 Source/core/dom/MainThreadTaskRunner.h     ExecutionContext* m_context;
m_context          45 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp     : m_context(context)
m_context          57 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp     m_context->resolve(m_element.get(), m_descriptor);
m_context          57 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h     RefPtr<CustomElementRegistrationContext> m_context;
m_context         100 Source/core/html/HTMLCanvasElement.cpp     m_context.clear(); // Ensure this goes away before the ImageBuffer.
m_context         167 Source/core/html/HTMLCanvasElement.cpp         if (m_context && !m_context->is2d())
m_context         169 Source/core/html/HTMLCanvasElement.cpp         if (!m_context) {
m_context         171 Source/core/html/HTMLCanvasElement.cpp             m_context = CanvasRenderingContext2D::create(this, static_cast<Canvas2DContextAttributes*>(attrs), document().inQuirksMode());
m_context         172 Source/core/html/HTMLCanvasElement.cpp             if (m_context)
m_context         175 Source/core/html/HTMLCanvasElement.cpp         return m_context.get();
m_context         192 Source/core/html/HTMLCanvasElement.cpp         if (m_context && !m_context->is3d()) {
m_context         196 Source/core/html/HTMLCanvasElement.cpp         if (!m_context) {
m_context         198 Source/core/html/HTMLCanvasElement.cpp             m_context = WebGLRenderingContext::create(this, static_cast<WebGLContextAttributes*>(attrs));
m_context         199 Source/core/html/HTMLCanvasElement.cpp             if (m_context) {
m_context         204 Source/core/html/HTMLCanvasElement.cpp         return m_context.get();
m_context         256 Source/core/html/HTMLCanvasElement.cpp     if (m_context && m_context->is2d())
m_context         257 Source/core/html/HTMLCanvasElement.cpp         toCanvasRenderingContext2D(m_context.get())->reset();
m_context         264 Source/core/html/HTMLCanvasElement.cpp     if (hadImageBuffer && oldSize == newSize && m_context && m_context->is2d()) {
m_context         272 Source/core/html/HTMLCanvasElement.cpp     if (m_context && m_context->is3d() && oldSize != size())
m_context         273 Source/core/html/HTMLCanvasElement.cpp         toWebGLRenderingContext(m_context.get())->reshape(width(), height());
m_context         294 Source/core/html/HTMLCanvasElement.cpp     ASSERT(m_context);
m_context         296 Source/core/html/HTMLCanvasElement.cpp     if (!m_context->isAccelerated())
m_context         314 Source/core/html/HTMLCanvasElement.cpp     if (m_context) {
m_context         317 Source/core/html/HTMLCanvasElement.cpp         m_context->paintRenderingResultsToCanvas();
m_context         323 Source/core/html/HTMLCanvasElement.cpp             CompositeOperator compositeOperator = !m_context || m_context->hasAlpha() ? CompositeSourceOver : CompositeCopy;
m_context         332 Source/core/html/HTMLCanvasElement.cpp         toWebGLRenderingContext(m_context.get())->markLayerComposited();
m_context         337 Source/core/html/HTMLCanvasElement.cpp     return m_context && m_context->is3d();
m_context         361 Source/core/html/HTMLCanvasElement.cpp     if (m_context && m_context->is2d()) {
m_context         362 Source/core/html/HTMLCanvasElement.cpp         CanvasRenderingContext2D* context2d = toCanvasRenderingContext2D(m_context.get());
m_context         398 Source/core/html/HTMLCanvasElement.cpp     if (m_context)
m_context         399 Source/core/html/HTMLCanvasElement.cpp         m_context->paintRenderingResultsToCanvas();
m_context         406 Source/core/html/HTMLCanvasElement.cpp     if (!m_context || !m_context->is3d())
m_context         408 Source/core/html/HTMLCanvasElement.cpp     return toWebGLRenderingContext(m_context.get())->paintRenderingResultsToImageData();
m_context         418 Source/core/html/HTMLCanvasElement.cpp     if (m_context && !m_context->is2d())
m_context         440 Source/core/html/HTMLCanvasElement.cpp     OpacityMode opacityMode = !m_context || m_context->hasAlpha() ? NonOpaque : Opaque;
m_context         460 Source/core/html/HTMLCanvasElement.cpp     if (m_didFailToCreateImageBuffer && m_context && m_context->is2d())
m_context         461 Source/core/html/HTMLCanvasElement.cpp         toCanvasRenderingContext2D(m_context.get())->loseContext();
m_context         515 Source/core/html/HTMLCanvasElement.cpp     if (m_context)
m_context         522 Source/core/html/HTMLCanvasElement.cpp     if (m_context && m_context->is2d()) {
m_context         523 Source/core/html/HTMLCanvasElement.cpp         CanvasRenderingContext2D* context2d = toCanvasRenderingContext2D(m_context.get());
m_context         579 Source/core/html/HTMLCanvasElement.cpp     OpacityMode opacityMode = !m_context || m_context->hasAlpha() ? NonOpaque : Opaque;
m_context         587 Source/core/html/HTMLCanvasElement.cpp         if (m_context)
m_context         588 Source/core/html/HTMLCanvasElement.cpp             m_context->paintRenderingResultsToCanvas();
m_context         599 Source/core/html/HTMLCanvasElement.cpp     ASSERT(m_context);
m_context         603 Source/core/html/HTMLCanvasElement.cpp     if (m_context->is2d()) {
m_context         606 Source/core/html/HTMLCanvasElement.cpp         toCanvasRenderingContext2D(m_context.get())->clearRect(0, 0, width(), height());
m_context         674 Source/core/html/HTMLCanvasElement.cpp     if (m_context && m_context->is3d()) {
m_context         675 Source/core/html/HTMLCanvasElement.cpp         m_context->paintRenderingResultsToCanvas();
m_context         111 Source/core/html/HTMLCanvasElement.h     CanvasRenderingContext* renderingContext() const { return m_context.get(); }
m_context         175 Source/core/html/HTMLCanvasElement.h     OwnPtr<CanvasRenderingContext> m_context;
m_context          75 Source/core/html/canvas/ANGLEInstancedArrays.cpp     m_context->drawArraysInstancedANGLE(mode, first, count, primcount);
m_context          83 Source/core/html/canvas/ANGLEInstancedArrays.cpp     m_context->drawElementsInstancedANGLE(mode, count, type, offset, primcount);
m_context          91 Source/core/html/canvas/ANGLEInstancedArrays.cpp     m_context->vertexAttribDivisorANGLE(index, divisor);
m_context          62 Source/core/html/canvas/OESVertexArrayObject.cpp     RefPtr<WebGLVertexArrayObjectOES> o = WebGLVertexArrayObjectOES::create(m_context, WebGLVertexArrayObjectOES::VaoTypeUser);
m_context          63 Source/core/html/canvas/OESVertexArrayObject.cpp     m_context->addContextObject(o.get());
m_context          72 Source/core/html/canvas/OESVertexArrayObject.cpp     if (!arrayObject->isDefaultObject() && arrayObject == m_context->m_boundVertexArrayObject)
m_context          73 Source/core/html/canvas/OESVertexArrayObject.cpp         m_context->setBoundVertexArrayObject(nullptr);
m_context          75 Source/core/html/canvas/OESVertexArrayObject.cpp     arrayObject->deleteObject(m_context->webGraphicsContext3D());
m_context          86 Source/core/html/canvas/OESVertexArrayObject.cpp     return m_context->webGraphicsContext3D()->isVertexArrayOES(arrayObject->object());
m_context          95 Source/core/html/canvas/OESVertexArrayObject.cpp         m_context->webGraphicsContext3D()->synthesizeGLError(GL_INVALID_OPERATION);
m_context         100 Source/core/html/canvas/OESVertexArrayObject.cpp         m_context->webGraphicsContext3D()->bindVertexArrayOES(arrayObject->object());
m_context         103 Source/core/html/canvas/OESVertexArrayObject.cpp         m_context->setBoundVertexArrayObject(arrayObject);
m_context         105 Source/core/html/canvas/OESVertexArrayObject.cpp         m_context->webGraphicsContext3D()->bindVertexArrayOES(0);
m_context         106 Source/core/html/canvas/OESVertexArrayObject.cpp         m_context->setBoundVertexArrayObject(nullptr);
m_context          42 Source/core/html/canvas/WebGLContextObject.cpp     if (m_context)
m_context          43 Source/core/html/canvas/WebGLContextObject.cpp         m_context->removeContextObject(this);
m_context          49 Source/core/html/canvas/WebGLContextObject.cpp     if (m_context) {
m_context          50 Source/core/html/canvas/WebGLContextObject.cpp         deleteObject(m_context->webGraphicsContext3D());
m_context          51 Source/core/html/canvas/WebGLContextObject.cpp         m_context->removeContextObject(this);
m_context          52 Source/core/html/canvas/WebGLContextObject.cpp         m_context = 0;
m_context          58 Source/core/html/canvas/WebGLContextObject.cpp     return m_context ? m_context->webGraphicsContext3D() : 0;
m_context          45 Source/core/html/canvas/WebGLContextObject.h     WebGLRenderingContextBase* context() const { return m_context; }
m_context          49 Source/core/html/canvas/WebGLContextObject.h         return context == m_context;
m_context          59 Source/core/html/canvas/WebGLContextObject.h         return m_context;
m_context          65 Source/core/html/canvas/WebGLContextObject.h     WebGLRenderingContextBase* m_context;
m_context          59 Source/core/html/canvas/WebGLDebugShaders.cpp     if (!m_context->validateWebGLObject("getTranslatedShaderSource", shader))
m_context          61 Source/core/html/canvas/WebGLDebugShaders.cpp     return m_context->ensureNotNull(m_context->webGraphicsContext3D()->getTranslatedShaderSourceANGLE(shader->object()));
m_context          71 Source/core/html/canvas/WebGLDrawBuffers.cpp     if (!m_context->m_framebufferBinding) {
m_context          73 Source/core/html/canvas/WebGLDrawBuffers.cpp             m_context->synthesizeGLError(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than one buffer");
m_context          77 Source/core/html/canvas/WebGLDrawBuffers.cpp             m_context->synthesizeGLError(GL_INVALID_OPERATION, "drawBuffersWEBGL", "BACK or NONE");
m_context          82 Source/core/html/canvas/WebGLDrawBuffers.cpp         m_context->webGraphicsContext3D()->drawBuffersEXT(1, &value);
m_context          83 Source/core/html/canvas/WebGLDrawBuffers.cpp         m_context->setBackDrawBuffer(bufs[0]);
m_context          85 Source/core/html/canvas/WebGLDrawBuffers.cpp         if (n > m_context->maxDrawBuffers()) {
m_context          86 Source/core/html/canvas/WebGLDrawBuffers.cpp             m_context->synthesizeGLError(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than max draw buffers");
m_context          91 Source/core/html/canvas/WebGLDrawBuffers.cpp                 m_context->synthesizeGLError(GL_INVALID_OPERATION, "drawBuffersWEBGL", "COLOR_ATTACHMENTi_EXT or NONE");
m_context          95 Source/core/html/canvas/WebGLDrawBuffers.cpp         m_context->m_framebufferBinding->drawBuffers(buffers);
m_context          33 Source/core/html/canvas/WebGLExtension.cpp     : m_context(context)
m_context          38 Source/core/html/canvas/WebGLExtension.h     WebGLRenderingContextBase* context() { return m_context; }
m_context          48 Source/core/html/canvas/WebGLExtension.h         m_context = 0;
m_context          53 Source/core/html/canvas/WebGLExtension.h         return !m_context;
m_context          59 Source/core/html/canvas/WebGLExtension.h     WebGLRenderingContextBase* m_context;
m_context          63 Source/core/html/canvas/WebGLLoseContext.cpp         m_context->forceLostContext(WebGLRenderingContextBase::SyntheticLostContext);
m_context          69 Source/core/html/canvas/WebGLLoseContext.cpp         m_context->forceRestoreContext();
m_context         461 Source/core/html/canvas/WebGLRenderingContextBase.cpp         : m_context(context)
m_context         467 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->restoreCurrentTexture2D();
m_context         471 Source/core/html/canvas/WebGLRenderingContextBase.cpp     WebGLRenderingContextBase* m_context;
m_context         477 Source/core/html/canvas/WebGLRenderingContextBase.cpp     explicit WebGLRenderingContextLostCallback(WebGLRenderingContextBase* cb) : m_context(cb) { }
m_context         478 Source/core/html/canvas/WebGLRenderingContextBase.cpp     virtual void onContextLost() { m_context->forceLostContext(WebGLRenderingContextBase::RealLostContext); }
m_context         481 Source/core/html/canvas/WebGLRenderingContextBase.cpp     WebGLRenderingContextBase* m_context;
m_context         487 Source/core/html/canvas/WebGLRenderingContextBase.cpp     explicit WebGLRenderingContextErrorMessageCallback(WebGLRenderingContextBase* cb) : m_context(cb) { }
m_context         490 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (m_context->m_synthesizedErrorsToConsole)
m_context         491 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->printGLErrorToConsole(message);
m_context         492 Source/core/html/canvas/WebGLRenderingContextBase.cpp         InspectorInstrumentation::didFireWebGLErrorOrWarning(m_context->canvas(), message);
m_context         496 Source/core/html/canvas/WebGLRenderingContextBase.cpp     WebGLRenderingContextBase* m_context;
m_context         502 Source/core/html/canvas/WebGLRenderingContextBase.cpp     , m_context(context)
m_context         518 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(m_context);
m_context         524 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getIntegerv(GL_MAX_VIEWPORT_DIMS, m_maxViewportDims);
m_context         530 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_drawingBuffer = DrawingBuffer::create(m_context.get(), clampedCanvasSize(), preserve, contextEvictionManager.release());
m_context         572 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numCombinedTextureImageUnits);
m_context         577 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribs);
m_context         581 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getIntegerv(GL_MAX_TEXTURE_SIZE, &m_maxTextureSize);
m_context         584 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getIntegerv(GL_MAX_CUBE_MAP_TEXTURE_SIZE, &m_maxCubeMapTextureSize);
m_context         587 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getIntegerv(GL_MAX_RENDERBUFFER_SIZE, &m_maxRenderbufferSize);
m_context         605 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->viewport(0, 0, drawingBufferWidth(), drawingBufferHeight());
m_context         606 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->scissor(0, 0, drawingBufferWidth(), drawingBufferHeight());
m_context         611 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->setContextLostCallback(m_contextLostCallbackAdapter.get());
m_context         612 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->setErrorMessageCallback(m_errorMessageCallbackAdapter.get());
m_context         615 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->flush();
m_context         625 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(m_context);
m_context         722 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_context) {
m_context         723 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->setContextLostCallback(0);
m_context         724 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->setErrorMessageCallback(0);
m_context         725 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context.clear();
m_context         764 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->disable(GL_SCISSOR_TEST);
m_context         766 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->clearColor(m_colorMask[0] ? m_clearColor[0] : 0,
m_context         771 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->clearColor(0, 0, 0, 0);
m_context         772 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->colorMask(true, true, true, true);
m_context         776 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->clearDepth(1.0f);
m_context         778 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->depthMask(true);
m_context         782 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->clearStencil(m_clearStencil & m_stencilMask);
m_context         784 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->clearStencil(0);
m_context         786 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->stencilMaskSeparate(GL_FRONT, 0xFFFFFFFF);
m_context         793 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
m_context         806 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->enable(GL_SCISSOR_TEST);
m_context         807 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearColor(m_clearColor[0], m_clearColor[1],
m_context         809 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->colorMask(m_colorMask[0], m_colorMask[1],
m_context         811 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearDepth(m_clearDepth);
m_context         812 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearStencil(m_clearStencil);
m_context         813 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->stencilMaskSeparate(GL_FRONT, m_stencilMask);
m_context         814 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->depthMask(m_depthMask);
m_context         859 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
m_context         877 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
m_context         912 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindTexture(GL_TEXTURE_2D, objectOrZero(m_textureUnits[m_activeTextureUnit].m_texture2DBinding.get()));
m_context         913 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindRenderbuffer(GL_RENDERBUFFER, objectOrZero(m_renderbufferBinding.get()));
m_context         915 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
m_context         959 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->activeTexture(texture);
m_context         973 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->attachShader(objectOrZero(program), objectOrZero(shader));
m_context         993 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindAttribLocation(objectOrZero(program), index, name.utf8().data());
m_context        1031 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindBuffer(target, objectOrZero(buffer));
m_context        1053 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->bindFramebuffer(target, objectOrZero(buffer));
m_context        1071 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindRenderbuffer(target, objectOrZero(renderBuffer));
m_context        1103 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindTexture(target, objectOrZero(texture));
m_context        1129 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->blendColor(red, green, blue, alpha);
m_context        1136 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->blendEquation(mode);
m_context        1143 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->blendEquationSeparate(modeRGB, modeAlpha);
m_context        1151 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->blendFunc(sfactor, dfactor);
m_context        1159 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->blendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
m_context        1178 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferData(target, static_cast<GLsizeiptr>(size), 0, usage);
m_context        1192 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferData(target, data->byteLength(), data->data(), usage);
m_context        1207 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferData(target, data->byteLength(), data->baseAddress(), usage);
m_context        1224 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferSubData(target, static_cast<GLintptr>(offset), data->byteLength(), data->data());
m_context        1241 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferSubData(target, static_cast<GLintptr>(offset), data->byteLength(), data->baseAddress());
m_context        1260 Source/core/html/canvas/WebGLRenderingContextBase.cpp     result = m_context->checkFramebufferStatus(target);
m_context        1273 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_framebufferBinding && !m_framebufferBinding->onAccess(m_context.get(), &reason)) {
m_context        1278 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->clear(mask);
m_context        1298 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearColor(r, g, b, a);
m_context        1306 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearDepth(depth);
m_context        1314 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->clearStencil(s);
m_context        1325 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->colorMask(red, green, blue, alpha);
m_context        1332 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->compileShader(objectOrZero(shader));
m_context        1364 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->compressedTexImage2D(target, level, internalformat, width, height,
m_context        1394 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->compressedTexSubImage2D(target, level, xoffset, yoffset,
m_context        1427 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_framebufferBinding && !m_framebufferBinding->onAccess(m_context.get(), &reason)) {
m_context        1433 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->copyTexImage2D(target, level, internalformat, x, y, width, height, border);
m_context        1470 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_framebufferBinding && !m_framebufferBinding->onAccess(m_context.get(), &reason)) {
m_context        1476 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
m_context        1530 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->bindRenderbuffer(target, objectOrZero(renderbuffer->emulatedStencilBuffer()));
m_context        1531 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->bindRenderbuffer(target, objectOrZero(m_renderbufferBinding.get()));
m_context        1563 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->cullFace(mode);
m_context        1577 Source/core/html/canvas/WebGLRenderingContextBase.cpp         object->deleteObject(m_context.get());
m_context        1659 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->depthFunc(func);
m_context        1667 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->depthMask(flag);
m_context        1678 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->depthRange(zNear, zFar);
m_context        1689 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->detachShader(objectOrZero(program), objectOrZero(shader));
m_context        1690 Source/core/html/canvas/WebGLRenderingContextBase.cpp     shader->onDetached(m_context.get());
m_context        1706 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->disable(cap);
m_context        1726 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->disableVertexAttribArray(index);
m_context        1770 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawArrays(mode, first, count);
m_context        1783 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawElements(mode, count, type, static_cast<GLintptr>(offset));
m_context        1799 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawArraysInstancedANGLE(mode, first, count, primcount);
m_context        1815 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawElementsInstancedANGLE(mode, count, type, static_cast<GLintptr>(offset), primcount);
m_context        1833 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->enable(cap);
m_context        1850 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->enableVertexAttribArray(index);
m_context        1857 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->flush(); // Intentionally a flush, not a finish.
m_context        1864 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->flush();
m_context        1890 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->framebufferRenderbuffer(target, GL_DEPTH_ATTACHMENT, renderbuffertarget, bufferObject);
m_context        1891 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->framebufferRenderbuffer(target, GL_STENCIL_ATTACHMENT, renderbuffertarget, bufferObject);
m_context        1898 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->framebufferRenderbuffer(target, GL_DEPTH_ATTACHMENT, renderbuffertarget, bufferObject);
m_context        1899 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->framebufferRenderbuffer(target, GL_STENCIL_ATTACHMENT, renderbuffertarget, objectOrZero(emulatedStencilBuffer));
m_context        1903 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->framebufferRenderbuffer(target, attachment, renderbuffertarget, bufferObject);
m_context        1931 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->framebufferTexture2D(target, GL_DEPTH_ATTACHMENT, textarget, textureObject, level);
m_context        1932 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->framebufferTexture2D(target, GL_STENCIL_ATTACHMENT, textarget, textureObject, level);
m_context        1935 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->framebufferTexture2D(target, attachment, textarget, textureObject, level);
m_context        1938 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->framebufferTexture2D(target, attachment, textarget, textureObject, level);
m_context        1941 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->framebufferTexture2D(target, attachment, textarget, textureObject, level);
m_context        1959 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->frontFace(mode);
m_context        1981 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->texParameteri(target, GL_TEXTURE_MIN_FILTER, GL_NEAREST_MIPMAP_LINEAR);
m_context        1985 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->generateMipmap(target);
m_context        1988 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->texParameteri(target, GL_TEXTURE_MIN_FILTER, tex->getMinFilter());
m_context        1998 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!m_context->getActiveAttrib(objectOrZero(program), index, info))
m_context        2008 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!m_context->getActiveUniform(objectOrZero(program), index, info))
m_context        2045 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->getAttribLocation(objectOrZero(program), name.utf8().data());
m_context        2063 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getBufferParameteriv(target, pname, &value);
m_context        2075 Source/core/html/canvas/WebGLRenderingContextBase.cpp     blink::WebGraphicsContext3D::Attributes attrs = m_context->getContextAttributes();
m_context        2098 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->getError();
m_context        2185 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 m_context->getFramebufferAttachmentParameteriv(target, attachment, pname, &value);
m_context        2331 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo("WebGL GLSL ES 1.0 (" + String(m_context->getString(GL_SHADING_LANGUAGE_VERSION)) + ")");
m_context        2385 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo("WebGL 1.0 (" + String(m_context->getString(GL_VERSION)) + ")");
m_context        2395 Source/core/html/canvas/WebGLRenderingContextBase.cpp             return WebGLGetInfo(m_context->getString(GL_RENDERER));
m_context        2400 Source/core/html/canvas/WebGLRenderingContextBase.cpp             return WebGLGetInfo(m_context->getString(GL_VENDOR));
m_context        2452 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getProgramiv(objectOrZero(program), pname, &value);
m_context        2459 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getProgramiv(objectOrZero(program), pname, &value);
m_context        2473 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return ensureNotNull(m_context->getProgramInfoLog(objectOrZero(program)));
m_context        2498 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getRenderbufferParameteriv(target, pname, &value);
m_context        2502 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->bindRenderbuffer(target, objectOrZero(m_renderbufferBinding->emulatedStencilBuffer()));
m_context        2503 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->getRenderbufferParameteriv(target, pname, &value);
m_context        2504 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->bindRenderbuffer(target, objectOrZero(m_renderbufferBinding.get()));
m_context        2506 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->getRenderbufferParameteriv(target, pname, &value);
m_context        2526 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getShaderiv(objectOrZero(shader), pname, &value);
m_context        2529 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getShaderiv(objectOrZero(shader), pname, &value);
m_context        2543 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return ensureNotNull(m_context->getShaderInfoLog(objectOrZero(shader)));
m_context        2573 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getShaderPrecisionFormat(shaderType, precisionType, range, &precision);
m_context        2620 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->getTexParameteriv(target, pname, &value);
m_context        2626 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->getTexParameterfv(target, pname, &value);
m_context        2649 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->getProgramiv(objectOrZero(program), GL_ACTIVE_UNIFORMS, &activeUniforms);
m_context        2652 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!m_context->getActiveUniform(objectOrZero(program), i, info))
m_context        2669 Source/core/html/canvas/WebGLRenderingContextBase.cpp             GLint loc = m_context->getUniformLocation(objectOrZero(program), nameBuilder.toString().utf8().data());
m_context        2748 Source/core/html/canvas/WebGLRenderingContextBase.cpp                     m_context->getUniformfv(objectOrZero(program), location, value);
m_context        2755 Source/core/html/canvas/WebGLRenderingContextBase.cpp                     m_context->getUniformiv(objectOrZero(program), location, value);
m_context        2762 Source/core/html/canvas/WebGLRenderingContextBase.cpp                     m_context->getUniformiv(objectOrZero(program), location, value);
m_context        2796 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLint uniformLocation = m_context->getUniformLocation(objectOrZero(program), name.utf8().data());
m_context        2846 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLsizeiptr result = m_context->getVertexAttribOffset(index, pname);
m_context        2868 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->hint(target, mode);
m_context        2879 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isBuffer(buffer->object());
m_context        2893 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isEnabled(cap);
m_context        2904 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isFramebuffer(framebuffer->object());
m_context        2912 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isProgram(program->object());
m_context        2923 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isRenderbuffer(renderbuffer->object());
m_context        2931 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isShader(shader->object());
m_context        2942 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isTexture(texture->object());
m_context        2949 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->lineWidth(width);
m_context        2957 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->linkProgram(objectOrZero(program));
m_context        2989 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->pixelStorei(pname, param);
m_context        3005 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->polygonOffset(factor, units);
m_context        3049 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_framebufferBinding && !m_framebufferBinding->onAccess(m_context.get(), &reason)) {
m_context        3071 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->readPixels(x, y, width, height, format, type, data);
m_context        3077 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!m_framebufferBinding && !m_context->getContextAttributes().alpha) {
m_context        3110 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->renderbufferStorage(target, internalformat, width, height);
m_context        3113 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_renderbufferBinding->deleteEmulatedStencilBuffer(m_context.get());
m_context        3117 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->renderbufferStorage(target, GL_DEPTH24_STENCIL8_OES, width, height);
m_context        3124 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->renderbufferStorage(target, GL_DEPTH_COMPONENT16, width, height);
m_context        3125 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->bindRenderbuffer(target, objectOrZero(emulatedStencilBuffer));
m_context        3126 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->renderbufferStorage(target, GL_STENCIL_INDEX8, width, height);
m_context        3127 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->bindRenderbuffer(target, objectOrZero(m_renderbufferBinding.get()));
m_context        3145 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->sampleCoverage(value, invert);
m_context        3154 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->scissor(x, y, width, height);
m_context        3165 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->shaderSource(objectOrZero(shader), stringWithoutComments.utf8().data());
m_context        3178 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->stencilFunc(func, ref, mask);
m_context        3206 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->stencilFuncSeparate(face, func, ref, mask);
m_context        3215 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->stencilMask(mask);
m_context        3237 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->stencilMaskSeparate(face, mask);
m_context        3244 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->stencilOp(fail, zfail, zpass);
m_context        3251 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->stencilOpSeparate(face, fail, zfail, zpass);
m_context        3275 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(target, level, convertTexInternalFormat(internalformat, type), width, height, border, format, type, pixels);
m_context        3303 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
m_context        3306 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
m_context        3384 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
m_context        3387 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
m_context        3408 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
m_context        3411 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
m_context        3445 Source/core/html/canvas/WebGLRenderingContextBase.cpp             if (buffer && buffer->copyToPlatformTexture(m_context.get(), texture->object(), internalformat, type,
m_context        3453 Source/core/html/canvas/WebGLRenderingContextBase.cpp             if (gl && gl->m_drawingBuffer->copyToPlatformTexture(m_context.get(), texture->object(), internalformat, type,
m_context        3493 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (video->copyVideoTextureToPlatformTexture(m_context.get(), texture->object(), level, type, internalformat, m_unpackPremultiplyAlpha, m_unpackFlipY)) {
m_context        3537 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->texParameterf(target, pname, paramf);
m_context        3540 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->texParameteri(target, pname, parami);
m_context        3572 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
m_context        3599 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
m_context        3602 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
m_context        3626 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
m_context        3629 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
m_context        3651 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
m_context        3654 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
m_context        3710 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1f(location->location(), x);
m_context        3718 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1fv(location->location(), v->length(), v->data());
m_context        3726 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1fv(location->location(), size, v);
m_context        3739 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1i(location->location(), x);
m_context        3747 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1iv(location->location(), v->length(), v->data());
m_context        3755 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1iv(location->location(), size, v);
m_context        3768 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2f(location->location(), x, y);
m_context        3776 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2fv(location->location(), v->length() / 2, v->data());
m_context        3784 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2fv(location->location(), size / 2, v);
m_context        3797 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2i(location->location(), x, y);
m_context        3805 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2iv(location->location(), v->length() / 2, v->data());
m_context        3813 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2iv(location->location(), size / 2, v);
m_context        3826 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3f(location->location(), x, y, z);
m_context        3834 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3fv(location->location(), v->length() / 3, v->data());
m_context        3842 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3fv(location->location(), size / 3, v);
m_context        3855 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3i(location->location(), x, y, z);
m_context        3863 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3iv(location->location(), v->length() / 3, v->data());
m_context        3871 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3iv(location->location(), size / 3, v);
m_context        3884 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4f(location->location(), x, y, z, w);
m_context        3892 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4fv(location->location(), v->length() / 4, v->data());
m_context        3900 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4fv(location->location(), size / 4, v);
m_context        3913 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4i(location->location(), x, y, z, w);
m_context        3921 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4iv(location->location(), v->length() / 4, v->data());
m_context        3929 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4iv(location->location(), size / 4, v);
m_context        3936 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix2fv(location->location(), v->length() / 4, transpose, v->data());
m_context        3943 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix2fv(location->location(), size / 4, transpose, v);
m_context        3950 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix3fv(location->location(), v->length() / 9, transpose, v->data());
m_context        3957 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix3fv(location->location(), size / 9, transpose, v);
m_context        3964 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix4fv(location->location(), v->length() / 16, transpose, v->data());
m_context        3971 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix4fv(location->location(), size / 16, transpose, v);
m_context        3987 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_currentProgram->onDetached(m_context.get());
m_context        3989 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->useProgram(objectOrZero(program));
m_context        3999 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->validateProgram(objectOrZero(program));
m_context        4102 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->vertexAttribPointer(index, size, type, normalized, stride, static_cast<GLintptr>(offset));
m_context        4116 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->vertexAttribDivisorANGLE(index, divisor);
m_context        4125 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->viewport(x, y, width, height);
m_context        4150 Source/core/html/canvas/WebGLRenderingContextBase.cpp             frame->loader().client()->didLoseWebGLContext(m_context->getGraphicsResetStatusARB());
m_context        4210 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_extensionsUtil = adoptPtr(new Extensions3DUtil(m_context.get()));
m_context        4261 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getBooleanv(pname, &value);
m_context        4273 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getBooleanv(pname, value);
m_context        4284 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getFloatv(pname, &value);
m_context        4292 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getIntegerv(pname, &value);
m_context        4300 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getIntegerv(pname, &value);
m_context        4308 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getFloatv(pname, value);
m_context        4330 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getIntegerv(pname, value);
m_context        4356 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 m_context->activeTexture(ii);
m_context        4359 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 m_context->activeTexture(ii);
m_context        4376 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 m_context->bindTexture(GL_TEXTURE_2D, objectOrZero(tex2D));
m_context        4378 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 m_context->bindTexture(GL_TEXTURE_CUBE_MAP, objectOrZero(texCubeMap));
m_context        4382 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->activeTexture(m_activeTextureUnit);
m_context        4390 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindTexture(GL_TEXTURE_2D, m_blackTexture2D->object());
m_context        4391 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1,
m_context        4393 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindTexture(GL_TEXTURE_2D, 0);
m_context        4395 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindTexture(GL_TEXTURE_CUBE_MAP, m_blackTextureCubeMap->object());
m_context        4396 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA, 1, 1,
m_context        4398 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGBA, 1, 1,
m_context        4400 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA, 1, 1,
m_context        4402 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGBA, 1, 1,
m_context        4404 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 1, 1,
m_context        4406 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 1, 1,
m_context        4408 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindTexture(GL_TEXTURE_CUBE_MAP, 0);
m_context        5185 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_framebufferBinding && !m_framebufferBinding->onAccess(m_context.get(), &reason)) {
m_context        5235 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_framebufferBinding && !m_framebufferBinding->onAccess(m_context.get(), &reason)) {
m_context        5273 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib1f(index, v0);
m_context        5276 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib2f(index, v0, v1);
m_context        5279 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib3f(index, v0, v1, v2);
m_context        5282 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib4f(index, v0, v1, v2, v3);
m_context        5322 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib1fv(index, v);
m_context        5325 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib2fv(index, v);
m_context        5328 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib3fv(index, v);
m_context        5331 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->vertexAttrib4fv(index, v);
m_context        5404 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context = context.release();
m_context        5488 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->synthesizeGLError(error);
m_context        5524 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->enable(capability);
m_context        5526 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->disable(capability);
m_context        5540 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getIntegerv(GL_MAX_DRAW_BUFFERS_EXT, &m_maxDrawBuffers);
m_context        5542 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &m_maxColorAttachments);
m_context        5552 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->getIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &m_maxColorAttachments);
m_context         327 Source/core/html/canvas/WebGLRenderingContextBase.h     blink::WebGraphicsContext3D* webGraphicsContext3D() const { return m_context.get(); }
m_context         395 Source/core/html/canvas/WebGLRenderingContextBase.h     OwnPtr<blink::WebGraphicsContext3D> m_context;
m_context          83 Source/core/rendering/GraphicsContextAnnotator.cpp     ASSERT(!m_context);
m_context         124 Source/core/rendering/GraphicsContextAnnotator.cpp     m_context = paintInfo.context;
m_context         125 Source/core/rendering/GraphicsContextAnnotator.cpp     m_context->beginAnnotation(rendererName, paintPhase, elementId, elementClass, elementTag);
m_context         130 Source/core/rendering/GraphicsContextAnnotator.cpp     ASSERT(m_context);
m_context         131 Source/core/rendering/GraphicsContextAnnotator.cpp     m_context->endAnnotation();
m_context          49 Source/core/rendering/GraphicsContextAnnotator.h         : m_context(0)
m_context          54 Source/core/rendering/GraphicsContextAnnotator.h         if (UNLIKELY(m_context != 0))
m_context          63 Source/core/rendering/GraphicsContextAnnotator.h     GraphicsContext* m_context;
m_context          30 Source/core/rendering/svg/SVGTextLayoutAttributes.cpp     : m_context(context)
m_context          61 Source/core/rendering/svg/SVGTextLayoutAttributes.cpp     fprintf(stderr, "context: %p\n", m_context);
m_context          54 Source/core/rendering/svg/SVGTextLayoutAttributes.h     RenderSVGInlineText* context() const { return m_context; }
m_context          62 Source/core/rendering/svg/SVGTextLayoutAttributes.h     RenderSVGInlineText* m_context;
m_context          41 Source/core/svg/SVGLengthContext.cpp     : m_context(context)
m_context          46 Source/core/svg/SVGLengthContext.cpp     : m_context(context)
m_context         234 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
m_context         251 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
m_context         262 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
m_context         281 Source/core/svg/SVGLengthContext.cpp     RenderStyle* style = renderStyleForLengthResolving(m_context);
m_context         294 Source/core/svg/SVGLengthContext.cpp     if (!m_context)
m_context         304 Source/core/svg/SVGLengthContext.cpp     if (m_context->isOutermostSVGSVGElement()) {
m_context         305 Source/core/svg/SVGLengthContext.cpp         viewportSize = toSVGSVGElement(m_context)->currentViewportSize();
m_context         310 Source/core/svg/SVGLengthContext.cpp     SVGElement* viewportElement = m_context->viewportElement();
m_context          83 Source/core/svg/SVGLengthContext.h     const SVGElement* m_context;
m_context         115 Source/core/workers/WorkerRunLoop.cpp     , m_context(0)
m_context         135 Source/core/workers/WorkerRunLoop.cpp         InspectorInstrumentation::willEnterNestedRunLoop(m_context);
m_context         143 Source/core/workers/WorkerRunLoop.cpp         InspectorInstrumentation::didLeaveNestedRunLoop(m_context);
m_context         147 Source/core/workers/WorkerRunLoop.cpp     WorkerGlobalScope* m_context;
m_context         152 Source/core/workers/WorkerRunLoop.cpp     ASSERT(!m_context);
m_context         154 Source/core/workers/WorkerRunLoop.cpp     m_context = context;
m_context         159 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context);
m_context         160 Source/core/workers/WorkerRunLoop.cpp     RunLoopSetup setup(*this, m_context);
m_context         171 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context);
m_context         172 Source/core/workers/WorkerRunLoop.cpp     RunLoopSetup setup(*this, m_context);
m_context         178 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context);
m_context         179 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context->thread());
m_context         180 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context->thread()->isCurrentThread());
m_context         194 Source/core/workers/WorkerRunLoop.cpp                 bool hasMoreWork = !m_context->idleNotification();
m_context         222 Source/core/workers/WorkerRunLoop.cpp         InspectorInstrumentation::willProcessTask(m_context);
m_context         224 Source/core/workers/WorkerRunLoop.cpp         InspectorInstrumentation::didProcessTask(m_context);
m_context         228 Source/core/workers/WorkerRunLoop.cpp         if (!m_context->isClosing())
m_context         238 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context);
m_context         239 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context->thread());
m_context         240 Source/core/workers/WorkerRunLoop.cpp     ASSERT(m_context->thread()->isCurrentThread());
m_context          65 Source/core/workers/WorkerRunLoop.h         WorkerGlobalScope* context() const { return m_context; }
m_context          86 Source/core/workers/WorkerRunLoop.h         WorkerGlobalScope* m_context;
m_context         741 Source/core/xml/parser/XMLDocumentParser.cpp     , m_context(nullptr)
m_context         764 Source/core/xml/parser/XMLDocumentParser.cpp     , m_context(nullptr)
m_context         817 Source/core/xml/parser/XMLDocumentParser.cpp     if (m_context->myDoc)
m_context         818 Source/core/xml/parser/XMLDocumentParser.cpp         xmlFreeDoc(m_context->myDoc);
m_context         819 Source/core/xml/parser/XMLDocumentParser.cpp     xmlFreeParserCtxt(m_context);
m_context         836 Source/core/xml/parser/XMLDocumentParser.cpp     if (!m_context)
m_context         840 Source/core/xml/parser/XMLDocumentParser.cpp     RefPtr<XMLParserContext> context = m_context;
m_context        1413 Source/core/xml/parser/XMLDocumentParser.cpp         m_context = XMLParserContext::createMemoryParser(&sax, this, chunk);
m_context        1416 Source/core/xml/parser/XMLDocumentParser.cpp         m_context = XMLParserContext::createStringParser(&sax, this);
m_context        1423 Source/core/xml/parser/XMLDocumentParser.cpp         if (m_context) {
m_context        1430 Source/core/xml/parser/XMLDocumentParser.cpp             m_context = nullptr;
m_context        1526 Source/core/xml/parser/XMLDocumentParser.cpp     ASSERT(!m_context);
m_context          56 Source/core/xml/parser/XMLDocumentParser.h         xmlParserCtxtPtr context() const { return m_context; }
m_context          60 Source/core/xml/parser/XMLDocumentParser.h             : m_context(context)
m_context          63 Source/core/xml/parser/XMLDocumentParser.h         xmlParserCtxtPtr m_context;
m_context         160 Source/core/xml/parser/XMLDocumentParser.h         xmlParserCtxtPtr context() const { return m_context ? m_context->context() : 0; };
m_context         161 Source/core/xml/parser/XMLDocumentParser.h         RefPtr<XMLParserContext> m_context;
m_context          62 Source/modules/filesystem/DOMFileSystemBase.cpp     : m_context(context)
m_context          81 Source/modules/filesystem/DOMFileSystemBase.cpp     return m_context->securityOrigin();
m_context         125 Source/modules/filesystem/DOMFileSystemBase.h     ExecutionContext* m_context;
m_context          55 Source/modules/filesystem/DOMFileSystemSync.cpp     return adoptRefWillBeRefCountedGarbageCollected(new DOMFileSystemSync(fileSystem->m_context, fileSystem->name(), fileSystem->type(), fileSystem->rootURL()));
m_context          82 Source/modules/indexeddb/IDBRequestTest.cpp         return m_context.get();
m_context          87 Source/modules/indexeddb/IDBRequestTest.cpp     RefPtr<ExecutionContext> m_context;
m_context         139 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         : m_context(context) { }
m_context         144 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     ExecutionContext* context() { return m_context; };
m_context         146 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     ExecutionContext* m_context;
m_context         201 Source/modules/webaudio/AudioContext.h             : m_context(context)
m_context         210 Source/modules/webaudio/AudioContext.h                 m_context->unlock();
m_context         213 Source/modules/webaudio/AudioContext.h         AudioContext* m_context;
m_context          49 Source/modules/webaudio/AudioNode.cpp     , m_context(context)
m_context          60 Source/modules/webaudio/AudioNode.h     AudioContext* context() { return m_context.get(); }
m_context          61 Source/modules/webaudio/AudioNode.h     const AudioContext* context() const { return m_context.get(); }
m_context         198 Source/modules/webaudio/AudioNode.h     RefPtr<AudioContext> m_context;
m_context          40 Source/modules/webaudio/AudioSummingJunction.cpp     : m_context(context)
m_context          47 Source/modules/webaudio/AudioSummingJunction.cpp     if (m_renderingStateNeedUpdating && m_context.get())
m_context          48 Source/modules/webaudio/AudioSummingJunction.cpp         m_context->removeMarkedSummingJunction(this);
m_context          45 Source/modules/webaudio/AudioSummingJunction.h     AudioContext* context() { return m_context.get(); }
m_context          63 Source/modules/webaudio/AudioSummingJunction.h     RefPtr<AudioContext> m_context;
m_context          63 Source/platform/LifecycleNotifier.h         , m_context(context)
m_context          67 Source/platform/LifecycleNotifier.h     Context* context() const { return m_context; }
m_context          85 Source/platform/LifecycleNotifier.h     Context* m_context;
m_context          95 Source/platform/LifecycleNotifier.h         ASSERT(observer->lifecycleContext() == m_context);
m_context          14 Source/platform/graphics/GraphicsContextCullSaver.h         : m_context(context)
m_context          20 Source/platform/graphics/GraphicsContextCullSaver.h         : m_context(context)
m_context          29 Source/platform/graphics/GraphicsContextCullSaver.h             m_context.endCull();
m_context          35 Source/platform/graphics/GraphicsContextCullSaver.h         m_context.beginCull(rect);
m_context          40 Source/platform/graphics/GraphicsContextCullSaver.h     GraphicsContext& m_context;
m_context          42 Source/platform/graphics/GraphicsContextRecorder.cpp     ASSERT(!m_context);
m_context          46 Source/platform/graphics/GraphicsContextRecorder.cpp     m_context = adoptPtr(new GraphicsContext(canvas));
m_context          47 Source/platform/graphics/GraphicsContextRecorder.cpp     m_context->setTrackOpaqueRegion(isCertainlyOpaque);
m_context          48 Source/platform/graphics/GraphicsContextRecorder.cpp     m_context->setCertainlyOpaque(isCertainlyOpaque);
m_context          49 Source/platform/graphics/GraphicsContextRecorder.cpp     return m_context.get();
m_context          55 Source/platform/graphics/GraphicsContextRecorder.cpp     m_context.clear();
m_context          68 Source/platform/graphics/GraphicsContextRecorder.h     OwnPtr<GraphicsContext> m_context;
m_context          41 Source/platform/graphics/GraphicsContextStateSaver.h         : m_context(context)
m_context          45 Source/platform/graphics/GraphicsContextStateSaver.h             m_context.save();
m_context          51 Source/platform/graphics/GraphicsContextStateSaver.h             m_context.restore();
m_context          57 Source/platform/graphics/GraphicsContextStateSaver.h         m_context.save();
m_context          64 Source/platform/graphics/GraphicsContextStateSaver.h         m_context.restore();
m_context          68 Source/platform/graphics/GraphicsContextStateSaver.h     GraphicsContext* context() const { return &m_context; }
m_context          72 Source/platform/graphics/GraphicsContextStateSaver.h     GraphicsContext& m_context;
m_context          84 Source/platform/graphics/ImageBuffer.cpp         m_context = adoptPtr(new GraphicsContext(m_surface->canvas()));
m_context          85 Source/platform/graphics/ImageBuffer.cpp         m_context->setCertainlyOpaque(m_surface->opacityMode() == Opaque);
m_context          86 Source/platform/graphics/ImageBuffer.cpp         m_context->setAccelerated(m_surface->isAccelerated());
m_context          99 Source/platform/graphics/ImageBuffer.cpp     ASSERT(m_context.get());
m_context         100 Source/platform/graphics/ImageBuffer.cpp     return m_context.get();
m_context         247 Source/platform/graphics/ImageBuffer.cpp     RefPtr<Image> image = BitmapImage::create(NativeImageSkia::create(drawNeedsCopy(m_context.get(), context) ? deepSkBitmapCopy(bitmap) : bitmap));
m_context         266 Source/platform/graphics/ImageBuffer.cpp     RefPtr<Image> image = BitmapImage::create(NativeImageSkia::create(drawNeedsCopy(m_context.get(), context) ? deepSkBitmapCopy(bitmap) : bitmap));
m_context         141 Source/platform/graphics/ImageBuffer.h     OwnPtr<GraphicsContext> m_context;
m_context          54 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp     : m_context(0)
m_context          59 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp     : m_context(context)
m_context          58 Source/platform/graphics/filters/SkiaImageFilterBuilder.h     GraphicsContext* context() { return m_context; }
m_context          65 Source/platform/graphics/filters/SkiaImageFilterBuilder.h     GraphicsContext* m_context;
m_context          63 Source/platform/graphics/gpu/DrawingBuffer.cpp         : m_context(context)
m_context          67 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->activeTexture(GL_TEXTURE0);
m_context          71 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindTexture(GL_TEXTURE_2D, m_oldTextureUnitZeroId);
m_context          72 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->activeTexture(m_oldActiveTextureUnit);
m_context          76 Source/platform/graphics/gpu/DrawingBuffer.cpp     blink::WebGraphicsContext3D* m_context;
m_context         109 Source/platform/graphics/gpu/DrawingBuffer.cpp     , m_context(context)
m_context         160 Source/platform/graphics/gpu/DrawingBuffer.cpp     return m_context;
m_context         165 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context || !m_contentsChanged)
m_context         168 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->makeContextCurrent();
m_context         186 Source/platform/graphics/gpu/DrawingBuffer.cpp     ScopedTextureUnit0BindingRestorer restorer(m_context, m_activeTextureUnit, m_texture2DBinding);
m_context         207 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
m_context         209 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->framebufferTexture2DMultisampleEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuffer, 0, m_sampleCount);
m_context         211 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuffer, 0);
m_context         213 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_colorBuffer, frontColorBufferMailbox->textureId, 0, GL_RGBA, GL_UNSIGNED_BYTE);
m_context         223 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindTexture(GL_TEXTURE_2D, frontColorBufferMailbox->textureId);
m_context         224 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->produceTextureCHROMIUM(GL_TEXTURE_2D, frontColorBufferMailbox->mailbox.name);
m_context         225 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->flush();
m_context         226 Source/platform/graphics/gpu/DrawingBuffer.cpp     frontColorBufferMailbox->mailbox.syncPoint = m_context->insertSyncPoint();
m_context         249 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context || m_recycledMailboxes.isEmpty())
m_context         256 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->waitSyncPoint(mailboxInfo->mailbox.syncPoint);
m_context         261 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindTexture(GL_TEXTURE_2D, mailboxInfo->textureId);
m_context         272 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->genMailboxCHROMIUM(returnMailbox->mailbox.name);
m_context         281 Source/platform/graphics/gpu/DrawingBuffer.cpp     ASSERT(m_context);
m_context         282 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_attributes = m_context->getContextAttributes();
m_context         283 Source/platform/graphics/gpu/DrawingBuffer.cpp     Extensions3DUtil extensionsUtil(m_context);
m_context         295 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->getIntegerv(GL_MAX_TEXTURE_SIZE, &m_maxTextureSize);
m_context         300 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->getIntegerv(GL_MAX_SAMPLES_ANGLE, &maxSampleCount);
m_context         307 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_fbo = m_context->createFramebuffer();
m_context         309 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
m_context         312 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->framebufferTexture2DMultisampleEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuffer, 0, m_sampleCount);
m_context         314 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuffer, 0);
m_context         321 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context || !m_context->makeContextCurrent())
m_context         331 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->flush();
m_context         339 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->genMailboxCHROMIUM(bufferMailbox->mailbox.name);
m_context         340 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindTexture(GL_TEXTURE_2D, m_colorBuffer);
m_context         341 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->produceTextureCHROMIUM(GL_TEXTURE_2D, bufferMailbox->mailbox.name);
m_context         342 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->flush();
m_context         344 Source/platform/graphics/gpu/DrawingBuffer.cpp     bufferMailbox->mailbox.syncPoint = m_context->insertSyncPoint();
m_context         379 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->waitSyncPoint(context->insertSyncPoint());
m_context         391 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context)
m_context         408 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context || !m_context->makeContextCurrent() || m_context->getGraphicsResetStatusARB() != GL_NO_ERROR)
m_context         416 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->genMailboxCHROMIUM(bufferMailbox->mailbox.name);
m_context         417 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindTexture(GL_TEXTURE_2D, m_frontColorBuffer);
m_context         418 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->produceTextureCHROMIUM(GL_TEXTURE_2D, bufferMailbox->mailbox.name);
m_context         419 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->flush();
m_context         421 Source/platform/graphics/gpu/DrawingBuffer.cpp         bufferMailbox->mailbox.syncPoint = m_context->insertSyncPoint();
m_context         441 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->waitSyncPoint(context->insertSyncPoint());
m_context         450 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer, sourceTexture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
m_context         456 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->getIntegerv(GL_FRAMEBUFFER_BINDING, &previousFramebuffer);
m_context         458 Source/platform/graphics/gpu/DrawingBuffer.cpp     Platform3DObject framebuffer = m_context->createFramebuffer();
m_context         459 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, framebuffer);
m_context         460 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, sourceTexture, 0);
m_context         463 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->deleteFramebuffer(framebuffer);
m_context         464 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->deleteTexture(sourceTexture);
m_context         466 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, previousFramebuffer);
m_context         474 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (m_context)
m_context         475 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->flush();
m_context         480 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (m_context) {
m_context         481 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->makeContextCurrent();
m_context         486 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteTexture(m_textureMailboxes[i]->textureId);
m_context         489 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteFramebuffer(m_multisampleFBO);
m_context         492 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteFramebuffer(m_fbo);
m_context         495 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteRenderbuffer(m_multisampleColorBuffer);
m_context         498 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteRenderbuffer(m_depthStencilBuffer);
m_context         501 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteRenderbuffer(m_depthBuffer);
m_context         504 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteRenderbuffer(m_stencilBuffer);
m_context         507 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->deleteTexture(m_colorBuffer);
m_context         509 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context = 0;
m_context         535 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context)
m_context         538 Source/platform/graphics/gpu/DrawingBuffer.cpp     unsigned offscreenColorTexture = m_context->createTexture();
m_context         542 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindTexture(GL_TEXTURE_2D, offscreenColorTexture);
m_context         543 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
m_context         544 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
m_context         545 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
m_context         546 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
m_context         557 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_multisampleFBO = m_context->createFramebuffer();
m_context         558 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO);
m_context         559 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_multisampleColorBuffer = m_context->createRenderbuffer();
m_context         566 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
m_context         568 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindTexture(GL_TEXTURE_2D, m_colorBuffer);
m_context         573 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->framebufferTexture2DMultisampleEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuffer, 0, m_sampleCount);
m_context         575 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuffer, 0);
m_context         577 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindTexture(GL_TEXTURE_2D, 0);
m_context         581 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (m_context->checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE)
m_context         590 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO);
m_context         592 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindRenderbuffer(GL_RENDERBUFFER, m_multisampleColorBuffer);
m_context         593 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, m_internalRenderbufferFormat, size.width(), size.height());
m_context         595 Source/platform/graphics/gpu/DrawingBuffer.cpp         if (m_context->getError() == GL_OUT_OF_MEMORY)
m_context         598 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, m_multisampleColorBuffer);
m_context         600 Source/platform/graphics/gpu/DrawingBuffer.cpp         if (m_context->checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE)
m_context         611 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_depthStencilBuffer = m_context->createRenderbuffer();
m_context         612 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindRenderbuffer(GL_RENDERBUFFER, m_depthStencilBuffer);
m_context         614 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
m_context         616 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
m_context         618 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
m_context         619 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->framebufferRenderbuffer(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_RENDERBUFFER, m_depthStencilBuffer);
m_context         620 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->framebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, m_depthStencilBuffer);
m_context         624 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_depthBuffer = m_context->createRenderbuffer();
m_context         625 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->bindRenderbuffer(GL_RENDERBUFFER, m_depthBuffer);
m_context         627 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH_COMPONENT16, size.width(), size.height());
m_context         629 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH_COMPONENT16, size.width(), size.height());
m_context         631 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, size.width(), size.height());
m_context         632 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->framebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, m_depthBuffer);
m_context         636 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_stencilBuffer = m_context->createRenderbuffer();
m_context         637 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->bindRenderbuffer(GL_RENDERBUFFER, m_stencilBuffer);
m_context         639 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
m_context         641 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
m_context         643 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, size.width(), size.height());
m_context         644 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->framebufferRenderbuffer(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_RENDERBUFFER, m_stencilBuffer);
m_context         647 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindRenderbuffer(GL_RENDERBUFFER, 0);
m_context         654 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context)
m_context         659 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
m_context         660 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->clear(GL_COLOR_BUFFER_BIT);
m_context         663 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO ? m_multisampleFBO : m_fbo);
m_context         664 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->clear(clearMask);
m_context         726 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context)
m_context         759 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->disable(GL_SCISSOR_TEST);
m_context         760 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->clearColor(0, 0, 0, 0);
m_context         761 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->colorMask(true, true, true, true);
m_context         765 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->clearDepth(1.0f);
m_context         767 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->depthMask(true);
m_context         770 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->clearStencil(0);
m_context         772 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->stencilMaskSeparate(GL_FRONT, 0xFFFFFFFF);
m_context         780 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context)
m_context         788 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->makeContextCurrent();
m_context         791 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindFramebuffer(GL_READ_FRAMEBUFFER_ANGLE, m_multisampleFBO);
m_context         792 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->bindFramebuffer(GL_DRAW_FRAMEBUFFER_ANGLE, m_fbo);
m_context         795 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->disable(GL_SCISSOR_TEST);
m_context         798 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->blitFramebufferCHROMIUM(x, y, width, height, x, y, width, height, GL_COLOR_BUFFER_BIT, GL_NEAREST);
m_context         801 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->enable(GL_SCISSOR_TEST);
m_context         804 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
m_context         810 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context || !m_framebufferBinding)
m_context         813 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, m_framebufferBinding);
m_context         823 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!m_context)
m_context         826 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO ? m_multisampleFBO : m_fbo);
m_context         855 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, framebuffer());
m_context         889 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->bindFramebuffer(GL_FRAMEBUFFER, framebuffer);
m_context         906 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->pixelStorei(GL_PACK_ALIGNMENT, 1);
m_context         907 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->readPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
m_context         909 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->pixelStorei(GL_PACK_ALIGNMENT, m_packAlignment);
m_context         952 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->texImage2D(target, level, internalformat, width, height, border, format, type, 0);
m_context         202 Source/platform/graphics/gpu/DrawingBuffer.h     blink::WebGraphicsContext3D* m_context;
m_context         113 Source/platform/graphics/gpu/DrawingBufferTest.cpp         m_context = adoptPtr(new WebGraphicsContext3DForTests);
m_context         114 Source/platform/graphics/gpu/DrawingBufferTest.cpp         m_drawingBuffer = DrawingBuffer::create(m_context.get(), IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
m_context         119 Source/platform/graphics/gpu/DrawingBufferTest.cpp         return m_context.get();
m_context         122 Source/platform/graphics/gpu/DrawingBufferTest.cpp     OwnPtr<WebGraphicsContext3DForTests> m_context;
m_context          27 Source/platform/graphics/gpu/Extensions3DUtil.cpp     : m_context(context)
m_context          38 Source/platform/graphics/gpu/Extensions3DUtil.cpp     bool success = m_context->makeContextCurrent();
m_context          43 Source/platform/graphics/gpu/Extensions3DUtil.cpp     String extensionsString = m_context->getString(GL_EXTENSIONS);
m_context          46 Source/platform/graphics/gpu/Extensions3DUtil.cpp     String requestableExtensionsString = m_context->getRequestableExtensionsCHROMIUM();
m_context          62 Source/platform/graphics/gpu/Extensions3DUtil.cpp         m_context->requestExtensionCHROMIUM(name.ascii().data());
m_context          35 Source/platform/graphics/gpu/Extensions3DUtil.h     blink::WebGraphicsContext3D* m_context;