Searched refs:getPropFunc_ (Results 1 – 2 of 2) sorted by relevance
37 getPropFunc_ = reinterpret_cast<GetNodePropertyFunc>(LOADSYM(handle_, GET_NODE_PROPERTY_FUNC)); in UIEventFunc()62 return registerFunc_ && unregisterFunc_ && getPropFunc_ && getTreeFunc_; in IsAvailable()69 getPropFunc_ = nullptr; in ResetFunc()92 UIEventFunc::Get().getPropFunc_(pageUrl, nodeProperties); in GetNodeProperty()
54 GetNodePropertyFunc getPropFunc_; variable