Searched refs:debugLine (Results 1 – 6 of 6) sorted by relevance
120 void SetDebugLine(std::string debugLine) in SetDebugLine() argument122 debugLine_ = debugLine; in SetDebugLine()
77 void SetDebugLine(const std::string& debugLine) in SetDebugLine() argument79 debugLine_ = debugLine; in SetDebugLine()
155 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey() local156 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
405 std::string debugLine = attrJsonNode->GetString(INSPECTOR_INNER_DEBUGLINE); in GetAttrsAndStyles() local406 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetAttrsAndStyles()427 std::string debugLine = composedElement->GetDebugLine(); in GetAttrsAndStylesV2() local429 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetAttrsAndStylesV2()
472 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey() local473 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
7524 std::string debugLine; in JsDebugLine() local7533 debugLine = jsVal->ToString(); in JsDebugLine()7544 debugLine = json->ToString(); in JsDebugLine()7547 ViewAbstractModel::GetInstance()->SetDebugLine(debugLine); in JsDebugLine()