Home | History | Annotate | Download | only in WebView

Lines Matching refs:_private

128     _private = [[WebHTMLRepresentationPrivate alloc] init];
135 if (_private && _private->includedInWebKitStatistics)
138 [_private release];
145 if (_private && _private->includedInWebKitStatistics)
153 _private->manualLoader = manualLoader;
154 _private->pluginView = pluginView;
159 _private->dataSource = dataSource;
161 if (!_private->includedInWebKitStatistics && [[dataSource webFrame] _isIncludedInWebKitStatistics]) {
162 _private->includedInWebKitStatistics = YES;
169 return [[_private->dataSource _responseMIMEType] _webkit_isCaseInsensitiveEqualToString:@"application/x-webarchive"];
178 if (!_private->pluginView)
186 if (_private->pluginView) {
187 if (!_private->hasSentResponseToPlugin) {
188 [_private->manualLoader pluginView:_private->pluginView receivedResponse:[dataSource response]];
189 _private->hasSentResponseToPlugin = YES;
192 [_private->manualLoader pluginView:_private->pluginView receivedData:data];
198 if (_private->pluginView) {
199 [_private->manualLoader pluginView:_private->pluginView receivedError:error];
207 if (_private->pluginView) {
208 [_private->manualLoader pluginViewFinishedLoading:_private->pluginView];
229 return [[_private->dataSource webFrame] _canProvideDocumentSource];
234 return [[_private->dataSource webFrame] _canSaveAsWebArchive];
240 SharedBuffer *parsedArchiveData = [_private->dataSource _documentLoader]->parsedArchiveData();
247 Frame* coreFrame = core([_private->dataSource webFrame]);
256 NSData *data = [_private->dataSource data];
264 return nsStringNilIfEmpty([_private->dataSource _documentLoader]->title().string());
269 return [[_private->dataSource webFrame] DOMDocument];
333 return kit(core([_private->dataSource webFrame])->selection()->currentForm());
365 NSString *result = core([_private->dataSource webFrame])->searchForLabelsBeforeElement(labels, core(element), &distance, &isInCellAbove);
382 return core([_private->dataSource webFrame])->matchLabelsAgainstElement(labels, core(element));