Home | History | Annotate | Download | only in WebView

Lines Matching refs:subframe

3922         WebFrame *subframe = [subframes objectAtIndex:i];
3923 WebFrameView *frameView = [subframe frameView];
3924 if ([[subframe _dataSource] _isDocumentHTML]) {
5155 // FIXME: is this first-responder check correct? What happens if a subframe is editable and is first responder?