Searched refs:webviewValue (Results 1 – 1 of 1) sorted by relevance
88 if (!webviewValue) { in ParseValue()95 webviewValue->SetType(WebJSValue::Type::BOOLEAN); in ParseValue()96 webviewValue->SetBoolean(resultValue->ToBoolean()); in ParseValue()98 webviewValue->SetType(WebJSValue::Type::NONE); in ParseValue()100 webviewValue->SetType(WebJSValue::Type::STRING); in ParseValue()101 webviewValue->SetString(resultValue->ToString()); in ParseValue()103 webviewValue->SetType(WebJSValue::Type::DOUBLE); in ParseValue()106 webviewValue->SetType(WebJSValue::Type::LIST); in ParseValue()131 webviewValue->SetType(WebJSValue::Type::NONE); in ParseValue()133 webviewValue->SetType(WebJSValue::Type::NONE); in ParseValue()[all …]