HomeSort by relevance Sort by last modified time
    Searched refs:context_type (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context.cc 12 Feature::Context context_type,
18 context_type,
chrome_v8_context.h 37 Feature::Context context_type,
chrome_extensions_dispatcher_delegate.cc 65 extensions::Feature::Context context_type,
72 context_type,
252 extensions::Feature::Context context_type = context->context_type(); local
257 if (context_type == extensions::Feature::BLESSED_EXTENSION_CONTEXT &&
278 } else if (context_type == extensions::Feature::BLESSED_EXTENSION_CONTEXT) {
chrome_extensions_dispatcher_delegate.h 22 extensions::Feature::Context context_type,
  /external/chromium_org/extensions/renderer/
default_dispatcher_delegate.cc 22 Feature::Context context_type,
28 context_type,
default_dispatcher_delegate.h 22 Feature::Context context_type,
process_info_native_handler.h 18 const std::string& context_type,
script_context.cc 35 std::string GetContextTypeDescriptionString(Feature::Context context_type) {
36 switch (context_type) {
61 Feature::Context context_type,
67 context_type_(context_type),
184 api, extension(), context_type(), GetDataSourceURLForFrame(web_frame()));
process_info_native_handler.cc 16 const std::string& context_type,
22 context_type_(context_type),
dispatcher_delegate.h 39 Feature::Context context_type,
script_context.h 38 Feature::Context context_type,
63 Feature::Context context_type() const { return context_type_; } function in class:extensions::ScriptContext
runtime_custom_bindings.cc 89 context()->context_type(),
dispatcher.cc 273 Feature::Context context_type = local
288 context_type,
295 if (context_type == Feature::CONTENT_SCRIPT_CONTEXT)
335 } else if (context_type == extensions::Feature::BLESSED_EXTENSION_CONTEXT) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 123 LLVMTypeRef context_type; local
133 context_type = LLVMStructTypeInContext(lc, elem_types,
137 LLVMInvalidateStructLayout(gallivm->target, context_type);
139 LLVMAddTypeName(gallivm->module, "context", context_type);
143 gallivm->target, context_type,
146 gallivm->target, context_type,
149 gallivm->target, context_type,
152 gallivm->target, context_type,
155 gallivm->target, context_type,
158 gallivm->target, context_type,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 123 LLVMTypeRef context_type; local
133 context_type = LLVMStructTypeInContext(lc, elem_types,
137 LLVMInvalidateStructLayout(gallivm->target, context_type);
139 LLVMAddTypeName(gallivm->module, "context", context_type);
143 gallivm->target, context_type,
146 gallivm->target, context_type,
149 gallivm->target, context_type,
152 gallivm->target, context_type,
155 gallivm->target, context_type,
158 gallivm->target, context_type,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 61 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
84 static inline context_type MakeContext(void *p) {
112 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type B, key_type K, context_type F) {
128 static data_type Remove(data_type B, key_type K, context_type F) {
136 static inline context_type MakeContext(void *p) {
156 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
158 static data_type Add(data_type L, key_type K, context_type F)
    [all...]
ProgramState.h 376 typename ProgramStateTrait<T>::context_type get_context() const;
384 typename ProgramStateTrait<T>::context_type C) const;
398 typename ProgramStateTrait<T>::context_type C) const;
573 typename ProgramStateTrait<T>::context_type C) {
582 typename ProgramStateTrait<T>::context_type C) {
590 typename ProgramStateTrait<T>::context_type C) {
606 typename ProgramStateTrait<T>::context_type get_context() {
734 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
745 typename ProgramStateTrait<T>::context_type C) const {
768 typename ProgramStateTrait<T>::context_type C) const
    [all...]
  /external/lldb/include/lldb/Core/
Value.h 165 SetContext (ContextType context_type, void *p)
167 m_context_type = context_type;
260 GetValueTypeAsCString (ValueType context_type);
263 GetContextTypeAsCString (ContextType context_type);
  /external/chromium_org/third_party/closure_linter/closure_linter/
scopeutil_test.py 66 def _FindFirstContextOfType(token, context_type):
69 if context.type == context_type:
ecmametadatapass.py 118 def __init__(self, context_type, start_token, parent=None):
122 context_type: The context type.
133 self.type = context_type
246 def _CreateContext(self, context_type):
248 return EcmaContext(context_type, self._token, self._context)
254 def _AddContext(self, context_type):
258 context_type: The type of context to create
260 self._context = self._CreateContext(context_type)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 159 LLVMTypeRef context_type; local
168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types,
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
173 LLVMInvalidateStructLayout(gallivm->target, context_type);
177 target, context_type, 0);
179 target, context_type, 1);
181 target, context_type, 2);
183 target, context_type,
186 target, context_type);
188 return context_type;
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 159 LLVMTypeRef context_type; local
168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types,
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
173 LLVMInvalidateStructLayout(gallivm->target, context_type);
177 target, context_type, 0);
179 target, context_type, 1);
181 target, context_type, 2);
183 target, context_type,
186 target, context_type);
188 return context_type;
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
    [all...]
  /external/chromium_org/v8/src/compiler/
typer.cc 540 Type* context_type = outer.upper; local
542 if (context_type->IsConstant()) {
543 context = Handle<Context>::cast(context_type->AsConstant()->Value());
551 if (context_type->IsContext()) {
552 context_type = context_type->AsContext()->Outer();
553 if (context_type->IsConstant()) {
554 context = Handle<Context>::cast(context_type->AsConstant()->Value());
  /external/lldb/source/Core/
Value.cpp 114 strm->Printf(", value_type = %s, context = %p, context_type = %s",
709 Value::GetContextTypeAsCString (ContextType context_type)
711 switch (context_type)
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 281 ThreeDAPIType context_type,

Completed in 294 milliseconds

1 2