Searched refs:webMethod (Results 1 – 2 of 2) sorted by relevance
86 auto& webMethod = static_cast<WebMethod&>(GetMethod(MethodTag::SPECIALIZED_METHOD)); in CallSpecializedMethod() local87 if (!webMethod.IsValid()) { in CallSpecializedMethod()96 { DOM_METHOD_RELOAD, [](WebMethod& webMethod, const std::string& args) { in CallSpecializedMethod()97 webMethod.Reload(); in CallSpecializedMethod()102 operatorIter->second(webMethod, args); in CallSpecializedMethod()
73 WebMethod webMethod; variable