OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contextType
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/chrome/renderer/resources/extensions/
extension_custom_bindings.js
18
var
contextType
= requireNative('process').GetContextType();
105
if (
contextType
== 'BLESSED_EXTENSION') {
runtime_custom_bindings.js
17
var
contextType
= process.GetContextType();
18
if (
contextType
== 'BLESSED_EXTENSION' ||
19
contextType
== 'UNBLESSED_EXTENSION') {
78
binding.registerCustomHook(function(binding, id,
contextType
) {
178
if (
contextType
!= 'BLESSED_EXTENSION')
binding.js
16
var
contextType
= process.GetContextType();
194
}, extensionId,
contextType
);
261
return (
contextType
== 'BLESSED_EXTENSION') ||
/external/chromium_org/base/android/java/src/org/chromium/base/
ContextTypes.java
71
Integer
contextType
= mContextMap.get(context);
72
return
contextType
== null ? CONTEXT_TYPE_NORMAL :
contextType
;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.cpp
124
const WrapperTypeInfo*
contextType
= &V8DedicatedWorkerGlobalScope::wrapperTypeInfo;
126
contextType
= &V8ServiceWorkerGlobalScope::wrapperTypeInfo;
128
contextType
= &V8SharedWorkerGlobalScope::wrapperTypeInfo;
129
v8::Handle<v8::Function> workerGlobalScopeConstructor = m_perContextData->constructorForType(
contextType
);
136
V8DOMWrapper::associateObjectWithWrapper<V8WorkerGlobalScope>(PassRefPtr<WorkerGlobalScope>(m_workerGlobalScope),
contextType
, jsWorkerGlobalScope, isolate(), WrapperConfiguration::Dependent);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp
151
enum
ContextType
{
167
blink::Platform::current()->histogramEnumeration("Canvas.
ContextType
", Context2d, ContextTypeCount);
179
ContextType
contextType
;
182
contextType
= ContextWebkit3d;
184
contextType
= ContextExperimentalWebgl;
186
contextType
= ContextWebgl;
194
blink::Platform::current()->histogramEnumeration("Canvas.
ContextType
",
contextType
, ContextTypeCount);
/external/skia/bench/
benchmain.cpp
221
GLContextType
contextType
;
374
GrContext* context = gContextFactory.get(config.
contextType
);
441
GrContext* context = gContextFactory.get(config.
contextType
);
487
context = gContextFactory.get(config.
contextType
);
491
glContext = gContextFactory.getGLContext(config.
contextType
);
550
contextHelper = gContextFactory.getGLContext(config.
contextType
);
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/prebuilts/sdk/renderscript/lib/
javalib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/prebuilts/misc/common/ecj/
ecj.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 88 milliseconds