Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:shouldBeginEditing

234         shouldBeginEditing,
830 bool InjectedBundlePage::shouldBeginEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const void* clientInfo)
832 return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldBeginEditing(range);
885 bool InjectedBundlePage::shouldBeginEditing(WKBundleRangeHandleRef range)