HomeSort by relevance Sort by last modified time
    Searched refs:failIfMajorPerformanceCaveat (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.idl 37 attribute boolean failIfMajorPerformanceCaveat;
WebGLContextAttributes.cpp 131 bool WebGLContextAttributes::failIfMajorPerformanceCaveat() const
136 void WebGLContextAttributes::setFailIfMajorPerformanceCaveat(bool failIfMajorPerformanceCaveat)
138 m_failIfMajorPerformanceCaveat = failIfMajorPerformanceCaveat;
155 attrs.failIfMajorPerformanceCaveat = m_failIfMajorPerformanceCaveat;
WebGLContextAttributes.h 78 bool failIfMajorPerformanceCaveat() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLCanvasElementCustom.cpp 80 v8::Handle<v8::String> failIfMajorPerformanceCaveat = v8AtomicString(isolate, "failIfMajorPerformanceCaveat");
81 if (jsAttributes->Has(failIfMajorPerformanceCaveat) && !isUndefinedOrNull(jsAttributes->Get(failIfMajorPerformanceCaveat)))
82 webGLAttributes->setFailIfMajorPerformanceCaveat(jsAttributes->Get(failIfMajorPerformanceCaveat)->BooleanValue());
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 89 , failIfMajorPerformanceCaveat(false)
105 bool failIfMajorPerformanceCaveat;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc     [all...]

Completed in 463 milliseconds