Searched refs:stMethod (Results 1 – 3 of 3) sorted by relevance
33 ArkWebString stMethod = ArkWebStringClassToStruct(method); in GetJavaScriptResult() local38 …ark_web_js_result_callback_->GetJavaScriptResult(stArgs, stMethod, stObjectName, routing_id, objec… in GetJavaScriptResult()40 ArkWebStringStructRelease(stMethod); in GetJavaScriptResult()50 ArkWebString stMethod = ArkWebStringClassToStruct(method); in GetJavaScriptResultFlowbuf() local55 stArgs, stMethod, stObjectName, fd, routing_id, object_id); in GetJavaScriptResultFlowbuf()57 ArkWebStringStructRelease(stMethod); in GetJavaScriptResultFlowbuf()
38 ArkWebString stMethod = ark_web_engine_pre_args_->GetMethod(); in GetMethod() local40 std::string objMethod = ArkWebStringStructToClass(stMethod); in GetMethod()41 ArkWebStringStructRelease(stMethod); in GetMethod()
38 ArkWebString stMethod = ark_web_url_resource_request_->Method(); in Method() local40 std::string objMethod = ArkWebStringStructToClass(stMethod); in Method()41 ArkWebStringStructRelease(stMethod); in Method()