HomeSort by relevance Sort by last modified time
    Searched refs:OptOutput (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.h 61 TypeBuilder::OptOutput<bool>* wasThrown);
70 TypeBuilder::OptOutput<bool>* wasThrown);
82 TypeBuilder::OptOutput<bool>* wasThrown);
InjectedScriptBase.h 69 void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown);
InspectorRuntimeAgent.h 67 TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
76 TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
InjectedScriptBase.cpp 124 void InjectedScriptBase::makeEvalCall(ErrorString* errorString, ScriptFunctionCall& function, RefPtr<TypeBuilder::Runtime::RemoteObject>* objectResult, TypeBuilder::OptOutput<bool>* wasThrown)
InspectorRuntimeAgent.cpp 76 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const int* executionContextId, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
95 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
InjectedScript.cpp 60 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
71 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
82 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const ScriptValue& callFrames, const Vector<ScriptValue>& asyncCallStacks, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
InspectorDebuggerAgent.h 135 TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
136 virtual void compileScript(ErrorString*, const String& expression, const String& sourceURL, const int* executionContextId, TypeBuilder::OptOutput<TypeBuilder::Debugger::ScriptId>*, RefPtr<TypeBuilder::Debugger::ExceptionDetails>&) OVERRIDE;
InspectorDebuggerAgent.cpp     [all...]
CodeGeneratorInspector.py 550 class OptOutput:
555 return "TypeBuilder::OptOutput<%s>" % self.var_type
566 return "TypeBuilder::OptOutput<%s>*" % self.var_type
610 return CommandReturnPassModel.OptOutput(base_self.type_name)
663 return CommandReturnPassModel.OptOutput(self.base.get_opt_output_type_())
    [all...]

Completed in 468 milliseconds