Searched defs:contextType (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
H A Dextension_custom_bindings.js18 var contextType = requireNative('process').GetContextType(); variable
105 if (contextType == 'BLESSED_EXTENSION') {
H A Druntime_custom_bindings.js17 var contextType = process.GetContextType(); variable
18 if (contextType == 'BLESSED_EXTENSION' ||
19 contextType == 'UNBLESSED_EXTENSION') {
78 binding.registerCustomHook(function(binding, id, contextType) {
179 if (contextType != 'BLESSED_EXTENSION')
H A Dbinding.js18 var contextType = process.GetContextType(); variable
215 }, extensionId, contextType);
282 return (contextType == 'BLESSED_EXTENSION') ||
/external/chromium_org/third_party/skia/dm/
H A DDMGpuGMTask.cpp14 GrContextFactory::GLContextType contextType,
20 , fContextType(contextType)
10 GpuGMTask(const char* config, Reporter* reporter, TaskRunner* taskRunner, skiagm::GMRegistry::Factory gmFactory, GrContextFactory::GLContextType contextType, GrGLStandard gpuAPI, int sampleCount) argument
/external/skia/dm/
H A DDMGpuGMTask.cpp17 GrContextFactory::GLContextType contextType,
23 , fContextType(contextType)
12 GpuGMTask(const char* config, Reporter* reporter, TaskRunner* taskRunner, skiagm::GMRegistry::Factory gmFactory, const Expectations& expectations, GrContextFactory::GLContextType contextType, int sampleCount) argument
H A DDMBenchTask.cpp35 GrContextFactory::GLContextType contextType,
40 , fContextType(contextType)
31 GpuBenchTask(const char* config, Reporter* reporter, TaskRunner* tasks, BenchRegistry::Factory factory, GrContextFactory::GLContextType contextType, int sampleCount) argument
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp94 SkWGLContextRequest contextType = local
98 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, 0, contextType);
104 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, contextType))) {
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp122 std::ostream& operator<< (std::ostream& str, ContextType contextType) argument
124 str << contextType.getAPI();
126 if (contextType.getFlags() != ContextFlags(0))
138 ContextFlags flags = contextType.getFlags();
146 if (flags != contextType.getFlags())
157 if (flags != contextType.getFlags())
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DMixedContentChecker.cpp248 ContextType contextType = contextTypeFromContext(resourceRequest.requestContext()); local
249 if (contextType == ContextTypeBlockableUnlessLax)
250 contextType = RuntimeEnabledFeatures::laxMixedContentCheckingEnabled() ? ContextTypeOptionallyBlockable : ContextTypeBlockable;
252 switch (contextType) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp178 ContextType contextType = (type == "webgl") ? ContextWebgl : ContextExperimentalWebgl; local
180 blink::Platform::current()->histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCount);
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp328 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType) { argument
333 if (kGLES_SkWGLContextRequest == contextType) {
350 if (kGLPreferCoreProfile_SkWGLContextRequest == contextType &&
391 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, SkWGLContextRequest contextType) { argument
413 return create_gl_context(dc, extensions, contextType);}
416 SkWGLContextRequest contextType) {
433 HGLRC glrc = create_gl_context(dc, extensions, contextType);
415 Create(HDC parentDC, int msaaSampleCount, SkWGLContextRequest contextType) argument
/external/skia/bench/
H A Dbenchmain.cpp197 GLContextType contextType; member in struct:Config
355 GrContext* context = gContextFactory.get(config.contextType);
415 GrContext* context = gContextFactory.get(config.contextType);
461 context = gContextFactory.get(config.contextType);
465 glContext = gContextFactory.getGLContext(config.contextType);
531 contextHelper = gContextFactory.getGLContext(config.contextType);
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp115 const ContextType& contextType);
299 const ContextType& contextType)
302 const ApiType apiType = contextType.getAPI();
298 createContext(const GlxContextFactory& factory, const ContextType& contextType) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp553 : contextType (glu::ApiType::es(3,0))
568 glu::ContextType contextType; member in struct:sglr::ReferenceContextLimits
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 525 milliseconds