Searched refs:context_type (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_context.cc23 Feature::Context context_type)
24 : ScriptContext(v8_context, web_frame, extension, context_type) {
20 ChromeV8Context(const v8::Handle<v8::Context>& v8_context, blink::WebFrame* web_frame, const Extension* extension, Feature::Context context_type) argument
H A Dchrome_v8_context.h37 Feature::Context context_type);
H A Dchrome_extensions_dispatcher_delegate.h24 extensions::Feature::Context context_type) OVERRIDE;
36 extensions::Feature::Context context_type,
H A Dchrome_extensions_dispatcher_delegate.cc64 extensions::Feature::Context context_type) {
66 v8_context, frame, extension, context_type));
255 extensions::Feature::Context context_type,
257 if (context_type == extensions::Feature::BLESSED_EXTENSION_CONTEXT &&
272 if (context_type == extensions::Feature::BLESSED_EXTENSION_CONTEXT ||
273 context_type == extensions::Feature::UNBLESSED_EXTENSION_CONTEXT) {
60 CreateScriptContext( const v8::Handle<v8::Context>& v8_context, blink::WebFrame* frame, const extensions::Extension* extension, extensions::Feature::Context context_type) argument
252 RequireAdditionalModules( extensions::ModuleSystem* module_system, const extensions::Extension* extension, extensions::Feature::Context context_type, bool is_within_platform_app) argument
/external/chromium_org/extensions/renderer/
H A Ddefault_dispatcher_delegate.cc22 Feature::Context context_type) {
24 new ScriptContext(v8_context, frame, extension, context_type));
18 CreateScriptContext( const v8::Handle<v8::Context>& v8_context, blink::WebFrame* frame, const Extension* extension, Feature::Context context_type) argument
H A Ddefault_dispatcher_delegate.h22 Feature::Context context_type) OVERRIDE;
H A Ddispatcher_delegate.h39 Feature::Context context_type) = 0;
56 Feature::Context context_type,
54 RequireAdditionalModules(ModuleSystem* module_system, const Extension* extension, Feature::Context context_type, bool is_within_platform_app) argument
H A Dprocess_info_native_handler.h18 const std::string& context_type,
H A Dprocess_info_native_handler.cc16 const std::string& context_type,
22 context_type_(context_type),
13 ProcessInfoNativeHandler( ScriptContext* context, const std::string& extension_id, const std::string& context_type, bool is_incognito_context, int manifest_version, bool send_request_disabled) argument
H A Dscript_context.h36 Feature::Context context_type);
55 Feature::Context context_type() const { return context_type_; } function in class:extensions::ScriptContext
H A Dscript_context.cc34 Feature::Context context_type)
38 context_type_(context_type),
149 api, extension(), context_type(), GetDataSourceURLForFrame(web_frame()));
31 ScriptContext(const v8::Handle<v8::Context>& v8_context, blink::WebFrame* web_frame, const Extension* extension, Feature::Context context_type) argument
H A Druntime_custom_bindings.cc89 context()->context_type(),
H A Ddispatcher.cc250 Feature::Context context_type = local
257 delegate_->CreateScriptContext(v8_context, frame, extension, context_type)
263 if (context_type == Feature::CONTENT_SCRIPT_CONTEXT)
296 module_system, extension, context_type, is_within_platform_app);
854 switch (context->context_type()) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c123 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/
H A Dlp_jit.c123 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/
H A DProgramStateTrait.h61 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
[all...]
H A DProgramState.h376 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
[all...]
/external/lldb/include/lldb/Core/
H A DValue.h165 SetContext (ContextType context_type, void *p) argument
167 m_context_type = context_type;
260 GetValueTypeAsCString (ValueType context_type);
263 GetContextTypeAsCString (ContextType context_type);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c159 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/
H A Ddraw_llvm.c159 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/lldb/source/Core/
H A DValue.cpp114 strm->Printf(", value_type = %s, context = %p, context_type = %s",
709 Value::GetContextTypeAsCString (ContextType context_type) argument
711 switch (context_type)
H A DValueObject.cpp1309 const Value::ContextType context_type = m_value.GetContextType(); local
1311 if (context_type == Value::eContextTypeRegisterInfo)
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.h264 ThreeDAPIType context_type,
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc1102 switch (current_context->context_type()) {

Completed in 1367 milliseconds