Home
last modified time | relevance | path

Searched defs:context_type (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dchrome_v8_context.cc12 Feature::Context context_type, in ChromeV8Context()
Dchrome_extensions_dispatcher_delegate.cc65 extensions::Feature::Context context_type, in CreateScriptContext()
252 extensions::Feature::Context context_type = context->context_type(); in RequireAdditionalModules() local
/external/chromium_org/extensions/renderer/
Ddefault_dispatcher_delegate.cc22 Feature::Context context_type, in CreateScriptContext()
Dprocess_info_native_handler.cc16 const std::string& context_type, in ProcessInfoNativeHandler()
Dscript_context.cc35 std::string GetContextTypeDescriptionString(Feature::Context context_type) { in GetContextTypeDescriptionString()
61 Feature::Context context_type, in ScriptContext()
Dscript_context.h63 Feature::Context context_type() const { return context_type_; } in context_type() function
Ddispatcher.cc273 Feature::Context context_type = in DidCreateScriptContext() local
/external/chromium_org/third_party/closure_linter/closure_linter/
Decmametadatapass.py118 def __init__(self, context_type, start_token, parent=None): argument
246 def _CreateContext(self, context_type): argument
254 def _AddContext(self, context_type): argument
Dscopeutil_test.py66 def _FindFirstContextOfType(token, context_type): argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_jit.c123 LLVMTypeRef context_type; in lp_jit_create_types() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c123 LLVMTypeRef context_type; in lp_jit_create_types() local
/external/lldb/include/lldb/Core/
DValue.h165 SetContext (ContextType context_type, void *p) in SetContext()
/external/lldb/source/Core/
DValue.cpp709 Value::GetContextTypeAsCString (ContextType context_type) in GetContextTypeAsCString()
DValueObject.cpp1309 const Value::ContextType context_type = m_value.GetContextType(); in GetValueAsCString() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c159 LLVMTypeRef context_type; in create_jit_context_type() local
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; in create_jit_types() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_llvm.c159 LLVMTypeRef context_type; in create_jit_context_type() local
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; in create_jit_types() local
/external/chromium_org/v8/src/compiler/
Dtyper.cc540 Type* context_type = outer.upper; in TypeJSLoadContext() local