Lines Matching refs:unique_ptr
60 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
63 std::unique_ptr<protocol::Debugger::Location>,
65 std::unique_ptr<protocol::Debugger::Location>* actualLocation) override;
68 std::unique_ptr<protocol::Debugger::Location>) override;
72 std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>>*)
75 std::unique_ptr<protocol::Debugger::Location> start,
77 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
88 std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>*
104 std::unique_ptr<protocol::Runtime::RemoteObject>* result,
108 std::unique_ptr<protocol::Runtime::CallArgument> newValue,
112 std::unique_ptr<protocol::Array<String16>> patterns) override;
115 std::unique_ptr<protocol::Array<protocol::Debugger::ScriptPosition>>
127 std::unique_ptr<protocol::DictionaryValue> data);
130 std::unique_ptr<protocol::DictionaryValue> data);
132 std::unique_ptr<protocol::DictionaryValue> data);
142 void didParseSource(std::unique_ptr<V8DebuggerScript>, bool success);
157 std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>*);
158 std::unique_ptr<protocol::Runtime::StackTrace> currentAsyncStackTrace();
164 std::unique_ptr<protocol::Debugger::Location> resolveBreakpoint(
180 protocol::HashMap<String16, std::unique_ptr<V8DebuggerScript>>;
203 std::unique_ptr<protocol::DictionaryValue> m_breakAuxData;
215 std::unique_ptr<V8Regex> m_blackboxPattern;