Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:didBeginEditing

241         didBeginEditing,
865 void InjectedBundlePage::didBeginEditing(WKBundlePageRef page, WKStringRef notificationName, const void* clientInfo)
867 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didBeginEditing(notificationName);
976 void InjectedBundlePage::didBeginEditing(WKStringRef notificationName)