Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:statusbarText

742 void InjectedBundlePage::willSetStatusbarText(WKBundlePageRef page, WKStringRef statusbarText, const void *clientInfo)
744 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->willSetStatusbarText(statusbarText);
796 void InjectedBundlePage::willSetStatusbarText(WKStringRef statusbarText)
804 InjectedBundle::shared().os() << "UI DELEGATE STATUS CALLBACK: setStatusText:" << statusbarText << "\n";