Searched defs:PageNodeInfo (Results 1 – 1 of 1) sorted by relevance
27 struct PageNodeInfo { struct32 int32_t id = -1;33 int32_t depth = -1;35 std::string tag;36 std::string value;37 std::string placeholder;38 std::string metadata;39 std::string passwordRules;40 bool enableAutoFill = true;41 Rect rect;[all …]