Home | History | Annotate | Download | only in win

Lines Matching refs:toImpl

41     RefPtr<WebView> view = WebView::create(rect, toImpl(contextRef), toImpl(pageGroupRef), parentWindow);
47 return toImpl(viewRef)->window();
52 return toAPI(toImpl(viewRef)->page());
57 toImpl(viewRef)->setParentWindow(hostWindow);
62 toImpl(viewRef)->windowAncestryDidChange();
67 toImpl(viewRef)->setIsInWindow(isInWindow);
72 toImpl(viewRef)->setInitialFocus(forward);
77 toImpl(viewRef)->setScrollOffsetOnNextResize(toIntSize(scrollOffset));
82 toImpl(viewRef)->setFindIndicatorCallback(callback, context);
87 return toImpl(viewRef)->getFindIndicatorCallback(context);
94 toImpl(viewRef)->initializeUndoClient(wkClient);
99 toImpl(viewRef)->reapplyEditCommand(toImpl(command));
104 toImpl(viewRef)->unapplyEditCommand(toImpl(command));