Home | History | Annotate | Download | only in WebView

Lines Matching full:webview

361 static const char webViewIsOpen[] = "At least one WebView is still open.";
377 @interface WebView (WebFileInternal)
462 @implementation WebView (AllWebViews)
499 @implementation WebView (WebPrivate)
529 NSString *fullVersion = [[NSBundle bundleForClass:[WebView class]] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey];
561 // Make sure the context has a DOMWindow global object, otherwise this context didn't originate from a WebView.
641 NSString *scriptPath = [[NSBundle bundleForClass:[WebView class]] pathForResource:@"MailQuirksUserScript" ofType:@"js"];
662 NSString *scriptPath = [[NSBundle bundleForClass:[WebView class]] pathForResource:@"OutlookQuirksUserScript" ofType:@"js"];
814 // Unsetting it when a WebView is first created is as good a place as any.
862 [[self _UIDelegateForwarder] webView:self didDrawRect:rect];
972 [WebView registerViewClass:[WebHTMLView class] representationClass:[WebHTMLRepresentation class] forMIMEType:MIMEType];
1069 while (WebView *webView = [enumerator nextObject])
1070 [webView close];
1075 return [[self class] canShowMIMEType:[WebView _MIMETypeForFile:path]];
1094 // Unload the WebView local plug-in database.
1110 WTF::RefCountedLeakCounter::suppressMessages("At least one WebView was closed with fast teardown.");
1224 // Indicates if the WebView is in the midst of a user gesture.
1270 - (WebView *)_openNewWindowWithRequest:(NSURLRequest *)request
1273 WebView *newWindowWebView = [[self _UIDelegateForwarder] webView:self
1298 NSArray *defaultMenuItems = [[WebDefaultUIDelegate sharedUIDelegate] webView:self contextMenuItemsForElement:element defaultMenuItems:items];
1303 SEL selector = @selector(webView:contextMenuItemsForElement:defaultMenuItems:);
1328 CallUIDelegate(self, @selector(webView:mouseDidMoveOverElement:modifierFlags:), dictionary, modifierFlags);
1331 - (void)_loadBackForwardListFromOtherView:(WebView *)otherView
1584 cache->didCancelAuthenticationChallengeFunc = getMethod(delegate, @selector(webView:resource:didReceiveAuthenticationChallenge:fromDataSource:));
1585 cache->didFailLoadingWithErrorFromDataSourceFunc = getMethod(delegate, @selector(webView:resource:didFailLoadingWithError:fromDataSource:));
1586 cache->didFinishLoadingFromDataSourceFunc = getMethod(delegate, @selector(webView:resource:didFinishLoadingFromDataSource:));
1587 cache->didLoadResourceFromMemoryCacheFunc = getMethod(delegate, @selector(webView:didLoadResourceFromMemoryCache:response:length:fromDataSource:));
1588 cache->didReceiveAuthenticationChallengeFunc = getMethod(delegate, @selector(webView:resource:didReceiveAuthenticationChallenge:fromDataSource:));
1590 cache->canAuthenticateAgainstProtectionSpaceFunc = getMethod(delegate, @selector(webView:resource:canAuthenticateAgainstProtectionSpace:forDataSource:));
1592 cache->didReceiveContentLengthFunc = getMethod(delegate, @selector(webView:resource:didReceiveContentLength:fromDataSource:));
1593 cache->didReceiveResponseFunc = getMethod(delegate, @selector(webView:resource:didReceiveResponse:fromDataSource:));
1594 cache->identifierForRequestFunc = getMethod(delegate, @selector(webView:identifierForInitialRequest:fromDataSource:));
1595 cache->plugInFailedWithErrorFunc = getMethod(delegate, @selector(webView:plugInFailedWithError:dataSource:));
1596 cache->willCacheResponseFunc = getMethod(delegate, @selector(webView:resource:willCacheResponse:fromDataSource:));
1597 cache->willSendRequestFunc = getMethod(delegate, @selector(webView:resource:willSendRequest:redirectResponse:fromDataSource:));
1598 cache->shouldUseCredentialStorageFunc = getMethod(delegate, @selector(webView:resource:shouldUseCredentialStorageForDataSource:));
1599 cache->shouldPaintBrokenImageForURLFunc = getMethod(delegate, @selector(webView:shouldPaintBrokenImageForURL:));
1612 cache->didCancelClientRedirectForFrameFunc = getMethod(delegate, @selector(webView:didCancelClientRedirectForFrame:));
1613 cache->didChangeLocationWithinPageForFrameFunc = getMethod(delegate, @selector(webView:didChangeLocationWithinPageForFrame:));
1614 cache->didPushStateWithinPageForFrameFunc = getMethod(delegate, @selector(webView:didPushStateWithinPageForFrame:));
1615 cache->didReplaceStateWithinPageForFrameFunc = getMethod(delegate, @selector(webView:didReplaceStateWithinPageForFrame:));
1616 cache->didPopStateWithinPageForFrameFunc = getMethod(delegate, @selector(webView:didPopStateWithinPageForFrame:));
1617 cache->didClearWindowObjectForFrameFunc = getMethod(delegate, @selector(webView:didClearWindowObject:forFrame:));
1618 cache->didClearWindowObjectForFrameInScriptWorldFunc = getMethod(delegate, @selector(webView:didClearWindowObjectForFrame:inScriptWorld:));
1619 cache->didClearInspectorWindowObjectForFrameFunc = getMethod(delegate, @selector(webView:didClearInspectorWindowObject:forFrame:));
1620 cache->didCommitLoadForFrameFunc = getMethod(delegate, @selector(webView:didCommitLoadForFrame:));
1621 cache->didFailLoadWithErrorForFrameFunc = getMethod(delegate, @selector(webView:didFailLoadWithError:forFrame:));
1622 cache->didFailProvisionalLoadWithErrorForFrameFunc = getMethod(delegate, @selector(webView:didFailProvisionalLoadWithError:forFrame:));
1623 cache->didFinishDocumentLoadForFrameFunc = getMethod(delegate, @selector(webView:didFinishDocumentLoadForFrame:));
1624 cache->didFinishLoadForFrameFunc = getMethod(delegate, @selector(webView:didFinishLoadForFrame:));
1625 cache->didFirstLayoutInFrameFunc = getMethod(delegate, @selector(webView:didFirstLayoutInFrame:));
1626 cache->didFirstVisuallyNonEmptyLayoutInFrameFunc = getMethod(delegate, @selector(webView:didFirstVisuallyNonEmptyLayoutInFrame:));
1627 cache->didHandleOnloadEventsForFrameFunc = getMethod(delegate, @selector(webView:didHandleOnloadEventsForFrame:));
1628 cache->didReceiveIconForFrameFunc = getMethod(delegate, @selector(webView:didReceiveIcon:forFrame:));
1629 cache->didReceiveServerRedirectForProvisionalLoadForFrameFunc = getMethod(delegate, @selector(webView:didReceiveServerRedirectForProvisionalLoadForFrame:));
1630 cache->didReceiveTitleForFrameFunc = getMethod(delegate, @selector(webView:didReceiveTitle:forFrame:));
1631 cache->didStartProvisionalLoadForFrameFunc = getMethod(delegate, @selector(webView:didStartProvisionalLoadForFrame:));
1632 cache->willCloseFrameFunc = getMethod(delegate, @selector(webView:willCloseFrame:));
1633 cache->willPerformClientRedirectToURLDelayFireDateForFrameFunc = getMethod(delegate, @selector(webView:willPerformClientRedirectToURL:delay:fireDate:forFrame:));
1634 cache->windowScriptObjectAvailableFunc = getMethod(delegate, @selector(webView:windowScriptObjectAvailable:));
1636 cache->didRunInsecureContentFunc = getMethod(delegate, @selector(webView:didRunInsecureContent:));
1649 webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:));
1654 cache->didParseSourceFunc = getMethod(delegate, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:));
1657 cache->failedToParseSourceFunc = getMethod(delegate, @selector(webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:));
1658 cache->didEnterCallFrameFunc = getMethod(delegate, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:));
1659 cache->willExecuteStatementFunc = getMethod(delegate, @selector(webView:willExecuteStatement:sourceId:line:forWebFrame:));
1660 cache->willLeaveCallFrameFunc = getMethod(delegate, @selector(webView:willLeaveCallFrame:sourceId:line:forWebFrame:));
1662 cache->exceptionWasRaisedFunc = getMethod(delegate, @selector(webView:exceptionWasRaised:hasHandler:sourceId:line:forWebFrame:));
1667 cache->exceptionWasRaisedFunc = getMethod(delegate, @selector(webView:exceptionWasRaised:sourceId:line:forWebFrame:));
1681 cache->navigatedFunc = getMethod(delegate, @selector(webView:didNavigateWithNavigationData:inFrame:));
1682 cache->clientRedirectFunc = getMethod(delegate, @selector(webView:didPerformClientRedirectFromURL:toURL:inFrame:));
1683 cache->serverRedirectFunc = getMethod(delegate, @selector(webView:didPerformServerRedirectFromURL:toURL:inFrame:));
1684 cache->setTitleFunc = getMethod(delegate, @selector(webView:updateHistoryTitle:forURL:));
2289 // a per-WebView and a per-preferences setting for whether to use the page cache.
2589 [WebView _addUserScriptToGroup:groupName world:world source:source url:url whitelist:whitelist blacklist:blacklist injectionTime:injectionTime injectedFrames:WebInjectInAllFrames];
2613 [WebView _addUserStyleSheetToGroup:groupName world:world source:source url:url whitelist:whitelist blacklist:blacklist injectedFrames:WebInjectInAllFrames];
2883 @implementation WebView
3053 [WebView _unregisterViewClassAndRepresentationClassForMIMEType:key];
3058 [WebView registerViewClass:[WebHTMLView class]
3155 WebView *result = nil;
3247 if (WebCoreObjCScheduleDeallocateOnMainThread([WebView class], self))
3319 // Don't do anything if the WebView isn't initialized.
3320 // This happens when decoding a WebView in a nib.
3350 // when decoding a WebView. When WebViews are decoded their subviews
3352 // initialized. The stub views are discarded by WebView.
3830 // -[WebView hostWindow] can sometimes be called from the WebView's [super dealloc] method
3862 // Scrolling while dragging will only work if the drag destination is in a scroll view. The WebView is the drag destination.
3863 // When dragging to a WebView, the document subview should scroll, but it doesn't because it is not the drag destination.
3963 // This works together with setNextKeyView to splice the WebView into
4013 // This works together with becomeFirstResponder to splice the WebView into
4237 @implementation WebView (WebIBActions)
4437 return CallUIDelegateReturningBoolean(result, self, @selector(webView:validateUserInterfaceItem:defaultValidation:), item, result);
4442 @implementation WebView (WebPendingPublic)
4878 @implementation WebView (WebViewPrintingPrivate)
4900 SEL selector = @selector(webView:drawHeaderInRect:);
4923 SEL selector = @selector(webView:drawFooterInRect:);
4987 @implementation WebView (WebDebugBinding)
5006 @implementation WebView (WebViewCSS)
5019 @implementation WebView (WebViewEditing)
5034 return [[self _editingDelegateForwarder] webView:self shouldChangeSelectedDOMRange:currentRange toDOMRange:proposedRange affinity:selectionAffinity stillSelecting:flag];
5088 // If the WebView is made editable and the selection is empty, set it to something.
5216 @implementation WebView (WebViewGrammarChecking)
5262 @implementation WebView (WebViewTextChecking)
5395 @implementation WebView (WebViewUndoableEditing)
5437 @implementation WebView (WebViewEditingActions)
5449 // One is that WebView has been called in its role as part of the responder chain.
5452 // past the WebView.
5477 @implementation WebView (WebViewEditingInMail)
5514 @implementation WebView (WebFileInternal)
5807 // If the current responder is outside of the webview, use our main frameView or its
5809 // frameView since clients might insert non-webview-related views there (see 4552713).
5900 @implementation WebView (WebViewInternal)
5940 // Since we definitely have an icon and are about to send out the delegate call for that, this WebView doesn't need to listen for the general
5948 CallFrameLoadDelegate(cache->didReceiveIconForFrameFunc, self, @selector(webView:didReceiveIcon:forFrame:), icon, webFrame);
6107 WebView *webView = reinterpret_cast<WebView*>(info);
6108 NSWindow *window = [webView window];
6124 if ([webView _syncCompositingChanges]) {
6125 [webView _clearLayerSyncLoopObserver];
6132 // Since the WebView does not need display, -viewWillDraw will not be called. Perform pending layout now,
6134 [webView _viewWillDrawInternal];
6153 // The WebView always outlives the observer, so no need to retain/release.
6274 @implementation WebView (WebViewDeviceOrientation)
6291 @implementation WebView (WebViewGeolocation)
6326 @implementation WebView (WebViewPrivateStyleInfo)
6345 @implementation WebView (WebViewPrivateNodesFromRect)