Lines Matching refs:remoteObjectId
266 Response InjectedScript::findObject(const RemoteObjectId& objectId,
274 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const {
307 std::unique_ptr<RemoteObjectId> remoteObjectId;
309 RemoteObjectId::parse(callArgument->getObjectId(""), &remoteObjectId);
311 if (remoteObjectId->contextId() != m_context->contextId())
315 return findObject(*remoteObjectId, result);
504 const String16& remoteObjectId)
506 m_remoteObjectId(remoteObjectId) {}
512 std::unique_ptr<RemoteObjectId> remoteId;
513 Response response = RemoteObjectId::parse(m_remoteObjectId, &remoteId);
527 const String16& remoteObjectId)
529 m_remoteCallFrameId(remoteObjectId) {}