OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:failIfMajorPerformanceCaveat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.cpp
120
bool WebGLContextAttributes::
failIfMajorPerformanceCaveat
() const
122
return m_attrs.
failIfMajorPerformanceCaveat
;
125
void WebGLContextAttributes::setFailIfMajorPerformanceCaveat(bool
failIfMajorPerformanceCaveat
)
127
m_attrs.
failIfMajorPerformanceCaveat
=
failIfMajorPerformanceCaveat
;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp
81
v8::Handle<v8::String>
failIfMajorPerformanceCaveat
= v8AtomicString(isolate, "
failIfMajorPerformanceCaveat
");
82
if (jsAttributes->Has(
failIfMajorPerformanceCaveat
))
83
webGLAttributes->setFailIfMajorPerformanceCaveat(jsAttributes->Get(
failIfMajorPerformanceCaveat
)->BooleanValue());
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
95
,
failIfMajorPerformanceCaveat
(false)
109
bool
failIfMajorPerformanceCaveat
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h
89
,
failIfMajorPerformanceCaveat
(false)
102
bool
failIfMajorPerformanceCaveat
;
Completed in 57 milliseconds