Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:shouldGoToBackForwardListItem

890     bool shouldGoToBackForwardListItem;
891 if (!webPage->sendSync(Messages::WebPageProxy::ShouldGoToBackForwardListItem(itemID), Messages::WebPageProxy::ShouldGoToBackForwardListItem::Reply(shouldGoToBackForwardListItem)))
894 return shouldGoToBackForwardListItem;