Searched refs:RemoteObjectId (Results 1 – 6 of 6) sorted by relevance
29 RemoteObjectId::RemoteObjectId() : RemoteObjectIdBase(), m_id(0) {} in RemoteObjectId() function in v8_inspector::RemoteObjectId31 Response RemoteObjectId::parse(const String16& objectId, in parse()32 std::unique_ptr<RemoteObjectId>* result) { in parse()33 std::unique_ptr<RemoteObjectId> remoteObjectId(new RemoteObjectId()); in parse()
28 class RemoteObjectId final : public RemoteObjectIdBase {30 static Response parse(const String16&, std::unique_ptr<RemoteObjectId>*);31 ~RemoteObjectId() {} in ~RemoteObjectId()35 RemoteObjectId();
48 class RemoteObjectId; variable97 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const;98 String16 objectGroupName(const RemoteObjectId&) const;
474 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject()483 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const { in objectGroupName()527 std::unique_ptr<RemoteObjectId> remoteObjectId; in resolveCallArgument()529 RemoteObjectId::parse(callArgument->getObjectId(""), &remoteObjectId); in resolveCallArgument()756 std::unique_ptr<RemoteObjectId> remoteId; in findInjectedScript()757 Response response = RemoteObjectId::parse(m_remoteObjectId, &remoteId); in findInjectedScript()
354 Runtime.RemoteObjectId objectId583 Runtime.RemoteObjectId objectId840 type RemoteObjectId extends string886 optional RemoteObjectId objectId895 RemoteObjectId formatterObjectId896 RemoteObjectId bindRemoteObjectFunctionId897 optional RemoteObjectId configObjectId1021 optional RemoteObjectId objectId1109 RemoteObjectId promiseObjectId1128 optional RemoteObjectId objectId[all …]
258 std::unique_ptr<RemoteObjectId> remoteId; in unwrapObject()259 Response response = RemoteObjectId::parse(objectId, &remoteId); in unwrapObject()