HomeSort by relevance Sort by last modified time
    Searched refs:_private (Results 26 - 50 of 67) sorted by null

12 3

  /external/webkit/Source/WebKit/mac/WebView/
WebArchive.h 50 WebArchivePrivate *_private; variable
WebFrameView.h 43 WebFrameViewPrivate *_private; variable
WebPolicyDelegatePrivate.h 43 WebPolicyDecisionListenerPrivate *_private; variable
WebResource.h 42 WebResourcePrivate *_private; variable
WebTextIterator.h 40 WebTextIteratorPrivate *_private; variable
WebNavigationData.h 35 WebNavigationDataPrivate *_private; variable
WebPreferences.mm 47 #define KEY(x) (_private->identifier ? [_private->identifier stringByAppendingString:(x)] : (x))
221 _private = [[WebPreferencesPrivate alloc] init];
222 _private->IBCreatorID = [[WebPreferences _IBCreatorID] retain];
230 _private->values = [[NSMutableDictionary alloc] init];
231 _private->identifier = [anIdentifier copy];
232 _private->automaticallyDetectsCacheModel = YES;
234 [[self class] _setInstance:self forIdentifier:_private->identifier];
247 _private = [[WebPreferencesPrivate alloc] init];
248 _private->IBCreatorID = [[WebPreferences _IBCreatorID] retain]
    [all...]
WebFrameView.mm 119 return core(_private->webFrame);
129 return [_private->webFrame webView];
190 _private->webFrame = webFrame;
192 if (!_private->includedInWebKitStatistics && [webFrame _isIncludedInWebKitStatistics]) {
193 _private->includedInWebKitStatistics = YES;
201 // after _private has been nilled out.
202 if (_private == nil)
204 return _private->frameScrollView;
266 ASSERT(_private->webFrame);
267 ASSERT(_private->frameScrollView)
    [all...]
WebHTMLView.mm 698 return _private->dataSource;
703 return [_private->dataSource _webView];
708 return [[_private->dataSource webFrame] frameView];
    [all...]
WebDataSource.h 52 WebDataSourcePrivate *_private; variable
WebFrame.h 50 WebFramePrivate *_private; variable
WebHTMLRepresentation.h 54 WebHTMLRepresentationPrivate *_private; variable
WebPreferences.h 83 WebPreferencesPrivate *_private; variable
WebScriptDebugDelegate.h 124 WebScriptCallFramePrivate* _private; variable
  /external/webkit/Source/WebCore/bindings/objc/
DOMInternal.mm 87 _private = [[WebScriptObjectPrivate alloc] init];
88 _private->isCreatedByDOMWrapper = YES;
95 ASSERT(_private->isCreatedByDOMWrapper);
WebScriptObject.h 221 WebScriptObjectPrivate *_private; variable
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOriginPrivate.h 33 WebSecurityOriginPrivate *_private; variable
WebFrameLoaderClient.mm 240 NSView <WebDocumentView> *view = [m_webFrame->_private->webFrameView documentView];
246 NSView <WebDocumentView> *view = [m_webFrame->_private->webFrameView documentView];
253 WebFrameView *thisView = m_webFrame->_private->webFrameView;
270 [[[m_webFrame->_private->webFrameView _scrollView] contentView] setCopiesOnScroll:YES];
278 [m_webFrame->_private->webFrameView _setWebFrame:nil]; // needed for now to be compatible w/ old behavior
283 [m_webFrame->_private->webFrameView release];
284 m_webFrame->_private->webFrameView = nil;
644 ASSERT([m_webFrame->_private->webFrameView documentView] != nil || ![getWebView(m_webFrame.get()) _usesDocumentViews]);
663 [m_webFrame->_private->internalLoadDelegate webFrame:m_webFrame.get() didFinishLoadWithError:error];
675 [m_webFrame->_private->internalLoadDelegate webFrame:m_webFrame.get() didFinishLoadWithError:error]
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 268 return externalRepresentation(_private->coreFrame, forPrinting ? RenderAsTextPrintingMode : RenderAsTextBehaviorNormal);
283 return PrintContext::numberOfPages(_private->coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
288 return PrintContext::pageProperty(_private->coreFrame, propertyName, pageNumber);
293 return PrintContext::isPageBoxVisible(_private->coreFrame, pageNumber);
298 return PrintContext::pageSizeAndMarginsInPixels(_private->coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
303 Frame* coreFrame = _private->coreFrame;
WebIconDatabase.h 67 WebIconDatabasePrivate *_private; variable
WebIconDatabase.mm 112 _private = [[WebIconDatabasePrivate alloc] init];
173 if (_private->delegateImplementsDefaultIconForURL)
174 return [_private->delegate webIconDatabase:self defaultIconForURL:URL withSize:size];
214 _private->delegate = delegate;
215 _private->delegateImplementsDefaultIconForURL = [delegate respondsToSelector:@selector(webIconDatabase:defaultIconForURL:withSize:)];
220 return _private->delegate;
348 if (!_private->htmlIcons) {
350 _private->htmlIcons = [[self _iconsBySplittingRepresentationsOfIcon:icon] retain];
352 icon = [self _iconFromDictionary:_private->htmlIcons forSize:size cache:YES];
  /external/webkit/Source/WebKit/mac/History/
WebBackForwardList.h 51 WebBackForwardListPrivate *_private; variable
WebBackForwardList.mm 73 return reinterpret_cast<BackForwardListImpl*>(webBackForwardList->_private);
94 _private = reinterpret_cast<WebBackForwardListPrivate*>(backForwardList.releaseRef());
  /external/libxml2/include/libxml/
entities.h 39 void *_private; /* application data */ member in struct:_xmlEntity
  /external/libxslt/libxslt/
variables.c 329 if (RVT->_private != NULL) {
330 xsltFreeDocumentKeys((xsltDocumentPtr) RVT->_private);
331 xmlFree(RVT->_private);
332 RVT->_private = NULL;
370 if (RVT->_private != NULL) {
371 xsltFreeDocumentKeys((xsltDocumentPtr) RVT->_private);
372 xmlFree(RVT->_private);
422 if (cur->_private != NULL) {
423 xsltFreeDocumentKeys(cur->_private);
424 xmlFree(cur->_private);
    [all...]

Completed in 759 milliseconds

12 3