Home | History | Annotate | Download | only in WebView

Lines Matching refs:windowFrame

130     NSRect windowFrame;
132 windowFrame.origin = [[_view window] convertBaseToScreen:[_htmlView convertPoint:wordStart toView:nil]];
133 windowFrame.size.height = numberToShow * [_tableView rowHeight] + (numberToShow + 1) * [_tableView intercellSpacing].height;
134 windowFrame.origin.y -= windowFrame.size.height;
146 windowFrame.size.width = 100;
151 windowFrame.size.width = max(maxWidth, windowFrame.size.width);
152 maxWidth = min<CGFloat>(400, windowFrame.size.width);
154 [_popupWindow setFrame:windowFrame display:NO];