Searched refs:GetContextType (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/extensions/renderer/ |
D | process_info_native_handler.cc | 30 base::Bind(&ProcessInfoNativeHandler::GetContextType, in ProcessInfoNativeHandler() 52 void ProcessInfoNativeHandler::GetContextType( in GetContextType() function in extensions::ProcessInfoNativeHandler
|
D | process_info_native_handler.h | 25 void GetContextType(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/external/lldb/source/Core/ |
D | ValueObjectVariable.cpp | 317 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) in GetLocationAsCString() 327 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) in SetValueFromCString() 359 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) in SetData()
|
D | ValueObject.cpp | 405 if (value.GetContextType() == Value::eContextTypeRegisterInfo) in GetLocationAsCStringImpl() 1309 const Value::ContextType context_type = m_value.GetContextType(); in GetValueAsCString() 1403 if (m_value.GetContextType() == Value::eContextTypeRegisterInfo) in GetValueAsCString()
|
/external/chromium_org/extensions/renderer/resources/ |
D | extension_custom_bindings.js | 18 var contextType = requireNative('process').GetContextType();
|
D | runtime_custom_bindings.js | 17 var contextType = process.GetContextType();
|
D | binding.js | 18 var contextType = process.GetContextType();
|
/external/lldb/include/lldb/Core/ |
D | Value.h | 146 GetContextType() const in GetContextType() function
|
/external/lldb/source/Expression/ |
D | ClangFunction.cpp | 364 arg_value->GetContextType() == Value::eContextTypeInvalid && in WriteFunctionArguments()
|
D | ClangExpressionDeclMap.cpp | 1476 if (var_location.GetContextType() == Value::eContextTypeInvalid) in GetVariableValue()
|
/external/chromium-trace/trace-viewer/test_data/ |
D | v8.log | 7192 code-creation,CallIC,7,0x4f06f6e0,355,"GetContextType" 8625 code-creation,CallIC,7,0x4f099fc0,355,"GetContextType" 9306 code-creation,CallIC,7,0x4f0af100,355,"GetContextType" 9842 code-creation,CallIC,7,0x4f0bf400,355,"GetContextType" 10760 code-creation,CallIC,7,0x4f0d2840,355,"GetContextType"
|