Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:shouldEndEditing

235         shouldEndEditing,
835 bool InjectedBundlePage::shouldEndEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const void* clientInfo)
837 return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldEndEditing(range);
895 bool InjectedBundlePage::shouldEndEditing(WKBundleRangeHandleRef range)