Home | History | Annotate | Download | only in mac

Lines Matching refs:pageGroupRef

183     return [self initWithFrame:frame contextRef:contextRef pageGroupRef:nil];
212 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef
233 _data->_page = toImpl(contextRef)->createWebPage(_data->_pageClient.get(), toImpl(pageGroupRef));