Lines Matching refs:WKView
82 * UIProcess/API/mac/WKView.mm:
83 (-[WKView validRequestorForSendType:returnType:]):
84 (-[WKView validateUserInterfaceItem:]):
85 (-[WKView shouldDelayWindowOrderingForEvent:]):
86 (-[WKView doCommandBySelector:]):
87 (-[WKView insertText:replacementRange:]):
88 (-[WKView _handleStyleKeyEquivalent:]):
89 (-[WKView _executeSavedKeypressCommands]):
90 (-[WKView inputContext]):
91 (-[WKView hasMarkedText]):
92 (-[WKView unmarkText]):
93 (-[WKView setMarkedText:selectedRange:replacementRange:]):
94 (-[WKView attributedSubstringForProposedRange:actualRange:]):
95 (-[WKView _interpretKeyEvent:savingCommandsTo:WebCore::]):
96 (-[WKView _updateSecureInputState]):
636 and stop handling taking focus in the framework in WKView.mm on the Mac.
641 * UIProcess/API/mac/WKView.mm: Removed _takeFocus().
671 * UIProcess/API/mac/WKView.mm:
672 (-[WKView mouseMoved:]):
673 (-[WKView mouseDown:]):
674 (-[WKView mouseUp:]):
675 (-[WKView mouseDragged:]):
837 * UIProcess/API/mac/WKView.mm:
838 (-[WKView mouseMoved:]):
839 …(-[WKView _mouseHandler:]): Pre-compiler mouse handler calls need to use the new NativeWebMouseEve…
915 Forward updateSecureInputState() call from WebPageProxy to WKView.
917 * UIProcess/API/mac/WKView.mm:
918 (-[WKView dealloc]): ASSERT that we didn't somehow leave secure input events enabled.
919 (-[WKView becomeFirstResponder]): Update secure event mode.
920 (-[WKView resignFirstResponder]): Disable secure event mode.
921 (-[WKView setMarkedText:selectedRange:replacementRange:]): Prevent most advanced editing
923 (-[WKView attributedSubstringForProposedRange:actualRange:]): Disable TSM Document Access
925 (-[WKView _windowDidBecomeKey:]): Call _updateSecureInputState.
926 (-[WKView _windowDidResignKey:]): Call _updateSecureInputState.
927 (-[WKView _updateSecureInputState]): Update secure event mode and allowed input sources.
945 * UIProcess/API/mac/WKView.mm:
946 (-[WKView addWindowObserversForWindow:]): Observe orderOut and orderIn events.
947 (-[WKView removeWindowObservers]): Ditto.
948 (-[WKView _windowDidOrderOffScreen:]): Added.
949 (-[WKView _windowDidOrderOnScreen:]): Added.
1206 Fixed a bug where WKView changed the cursor when the mouse was moving over other views.
1208 * UIProcess/API/mac/WKView.mm:
1209 (-[WKView mouseMoved:]): If getting this message because this view is the first responder,
1461 * UIProcess/API/mac/WKView.mm:
1462 (-[WKView insertText:]): Re-add the old variant of this function, because it's not only part
1465 (-[WKView inputContext]): Return nil when not in editable content.
1537 Added methods to WKView to support non activating click. Unfortunately both
1543 * UIProcess/API/mac/WKView.mm:
1544 (-[WKView acceptsFirstMouse:]):
1545 (-[WKView shouldDelayWindowOrderingForEvent:]):
1580 * UIProcess/API/mac/WKView.mm:
1581 (-[WKView _executeSavedKeypressCommands]): Added flag to avoid recursion.
1582 (-[WKView _interpretKeyEvent:withCachedTextInputState:savingCommandsTo:WebCore::]):
1667 * UIProcess/API/mac/WKView.mm:
1668 (-[WKView toggleContinuousSpellChecking:]):
1670 (-[WKView setGrammarCheckingEnabled:]):
1672 (-[WKView toggleGrammarChecking:]):
1899 With this patch, the WKView holds a strong reference to a WebPageProxy. The
1949 On Windows, windowed plugins' HWNDs are created as children of the WKView's window. This
2139 WebPageProxy, through the PageClient, and to the WKView, where they can be passed to
2155 * UIProcess/API/mac/WKView.mm:
2156 (-[WKView _findStringInCustomRepresentation:withFindOptions:maxMatchCount:]): Added.
2157 (-[WKView _countStringMatchesInCustomRepresentation:withFindOptions:maxMatchCount:]): Added.
2201 This behavior matches that in WebCore and WKView.mm.
2343 * UIProcess/API/mac/WKView.mm:
2344 (-[WKView validateUserInterfaceItem:]):
2361 Order the substitutionsPanel out or front (copied from WKView.mm).
2399 * UIProcess/API/mac/WKView.mm:
2400 (-[WKView validateUserInterfaceItem:]):
2422 Order the spellingPanel out or front (copied from WKView.mm).
2458 * UIProcess/API/mac/WKView.mm:
2462 (-[WKView performDragOperation:]):
2524 * UIProcess/API/mac/WKView.mm:
2525 (-[WKView draggingEntered:]):
2526 (-[WKView draggingUpdated:]):
2527 (-[WKView draggingExited:]):
2528 (-[WKView performDragOperation:]):
2581 * UIProcess/API/mac/WKView.h:
2582 * UIProcess/API/mac/WKView.mm:
2583 (-[WKView doCommandBySelector:]):
2584 (-[WKView insertText:replacementRange:]):
2585 (-[WKView validAttributesForMarkedText]):
2586 (-[WKView setMarkedText:selectedRange:replacementRange:]):
2587 (-[WKView attributedSubstringForProposedRange:actualRange:]):
2588 (-[WKView firstRectForCharacterRange:actualRange:]):
2666 * UIProcess/API/qt/WKView.h:
2868 * UIProcess/API/C/win/WKView.h:
2963 * UIProcess/API/mac/WKView.mm: (-[WKView attributedSubstringFromRange:]):
3399 * UIProcess/API/mac/WKView.mm:
3400 (-[WKView _hitTest:dragTypes:]): Added.
3510 * UIProcess/API/mac/WKView.mm: Renamed internal Objective-C categories to use the
3513 (-[WKView doCommandBySelector:]): Tweaked the comment.
3514 (-[WKView _executeSavedCommandBySelector:]): Added. For use when command is not handled
4093 * UIProcess/API/mac/WKView.mm:
4094 (-[WKView flagsChanged:]): Ported from WebHTMLView.
4095 (-[WKView _interpretKeyEvent:withCachedTextInputState:savingCommandsTo:WebCore::]):
4432 * UIProcess/API/mac/WKView.mm: (-[WKView hasMarkedText]): There is no need to execute saved
4456 * UIProcess/API/mac/WKView.mm:
4457 (-[WKView printOperationWithPrintInfo:forFrame:]):
4567 * UIProcess/API/mac/WKView.mm:
4568 (-[WKView doCommandBySelector:]):
4569 (-[WKView insertText:]):
4570 (-[WKView keyDown:]):
4571 (-[WKView _executeSavedKeypressCommands]):
4572 (-[WKView inputContext]):
4573 (-[WKView selectedRange]):
4574 (-[WKView hasMarkedText]):
4575 (-[WKView unmarkText]):
4576 (-[WKView setMarkedText:selectedRange:]):
4577 (-[WKView markedRange]):
4578 (-[WKView attributedSubstringFromRange:]):
4579 (-[WKView characterIndexForPoint:]):
4580 (-[WKView firstRectForCharacterRange:]):
4581 (-[WKView _interpretKeyEvent:withCachedTextInputState:savingCommandsTo:WebCore::]):
4985 … <rdar://problem/9005982> Flash of white when a WKView with composited content moves on-screen
5180 * UIProcess/API/mac/WKView.mm:
5495 This will allow a specific WKView to override what's used for the window attribute of the
5498 * UIProcess/API/mac/WKView.mm:
5499 (-[WKView viewDidMoveToWindow]):
5616 * UIProcess/API/mac/WKView.mm:
5617 (-[WKView validateUserInterfaceItem:]):
5620 (-[WKView _getTextInputState:selectionEnd:underlines:]):
5778 * UIProcess/API/mac/WKView.mm: Remove UI_STRING macro. Use WebLocalizableStrings.h.
5879 …Reproducible crash running under libgmalloc, in -[WKView(Internal) removeTrackingRect:] --> obj…
5883 -[WKView removeTrackingRect] can be called from below -[WKView dealloc] after we have
5886 * UIProcess/API/mac/WKView.mm:
5887 (-[WKView dealloc]):
5890 (-[WKView removeTrackingRect:]):
5972 * UIProcess/API/mac/WKView.mm:
5973 (-[WKView inputContext]):
6020 * UIProcess/API/mac/WKView.mm: (-[WKView keyDown:]): It's not "event" in this function, it's
6030 * UIProcess/API/mac/WKView.mm:
6031 (-[WKView doCommandBySelector:]): This NSTextInput protocol method lacked a LOG() call.
6032 … (-[WKView keyDown:]): Added (possibly useless) event protection to match performKeyEquivalent:
6870 * UIProcess/API/mac/WKView.mm:
6871 (-[WKView readSelectionFromPasteboard:]): Added.
7025 * UIProcess/API/mac/WKView.mm:
7026 (-[WKView spellCheckerDocumentTag]):
7027 (-[WKView handleCorrectionPanelResult:]):
7111 * UIProcess/API/mac/WKView.h:
7112 * UIProcess/API/mac/WKView.mm:
7113 (-[WKView initWithFrame:]):
7114 (-[WKView initWithFrame:contextRef:]):
7115 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
7279 The WKView needs to know when to return the WKPDFView and when to return
7284 * UIProcess/API/mac/WKView.mm:
7285 (-[WKView accessibilityFocusedUIElement]):
7286 (-[WKView accessibilityHitTest:]):
7287 (-[WKView accessibilityAttributeValue:]):
7348 * UIProcess/API/mac/WKView.mm:
7349 (-[WKView viewDidMoveToWindow]):
7350 Hide the dictionary popup when moving the WKView out of a window.
7462 Factored out code for resending an event and moved it to WKView.
7464 * UIProcess/API/mac/WKView.mm:
7465 (-[WKView performKeyEquivalent:]): Don't zero out _keyDownEventBeingResent, it's easier
7467 (-[WKView keyDown:]): Ditto.
7468 (-[WKView _resendKeyDownEvent:]): Moved from PageClientImpl.mm. Added an assertion that we
7557 Remove old DrawingArea and LayerHostingView code from WKView.
7559 * UIProcess/API/mac/WKView.mm:
7560 (-[WKView drawRect:]):
7561 (-[WKView hitTest:]):
7562 (-[WKView WebKit::]):
7577 * UIProcess/API/mac/WKView.h:
7578 * UIProcess/API/mac/WKView.mm:
7579 (-[WKView initWithFrame:]):
7580 (-[WKView initWithFrame:contextRef:]):
7581 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
7582 (-[WKView initWithFrame:contextRef:pageGroupRef:mainFrameName:]):
7680 * UIProcess/API/mac/WKView.mm:
7681 (-[WKView doCommandBySelector:]): If called outside interpretKeyEvents,
7683 (-[WKView insertText:]): Assert that we are inside interpretKeyEvents.
7684 (-[WKView unmarkText]): Ditto.
7685 (-[WKView setMarkedText:selectedRange:]): Ditto.
7686 (-[WKView _interceptKeyEvent:]): Set a flag to indicate we are inside
8013 Dealloc'ing a WKView can leave a stale reference to it in NSWindow
8015 * UIProcess/API/mac/WKView.mm:
8016 (-[WKView viewWillMoveToWindow:]):
8604 * UIProcess/API/C/win/WKView.cpp:
8606 * UIProcess/API/C/win/WKView.h: Added WKViewSetScrollOffsetOnNextResize().
8907 WebKit2: Initialize the WebFullScreenManagerProxy with a WKView
8910 * UIProcess/API/mac/WKView.mm:
8911 (-[WKView initWithFrame:contextRef:pageGroupRef:]): Call fullScreenManager()->setView(self).
8962 * UIProcess/API/mac/WKView.mm:
8963 (-[WKView fullScreenWindowController]): Lazily instantiate a WKFullScreenWindowController.
9140 * UIProcess/API/mac/WKView.mm:
9141 (-[WKView printOperationWithPrintInfo:forFrame:]):
9142 Keep a reference to the actual WKView, so that we can manipulate how it displays, even if
9409 …* UIProcess/API/C/win/WKView.h: Change undoOrRedo parameter in WKViewRegisterEditCommandCallback t…
9654 Expose Undo/Redo infrastructure through WKView on Windows by
9658 * UIProcess/API/C/win/WKView.cpp:
9662 …* UIProcess/API/C/win/WKView.h: Added WKViewUndoClient, WKViewSetViewUndoClient(), and WKViewUnapp…
9664 …Kit::WebPageProxy::isValidEditCommand): Added, used to validated an edit command from a WKView API.
9826 WK2: Cannot set focus on an element when focus is outside of WKView
10148 On the Mac, validation of edit menu commands is handled within WebKit2 in WKView.mm.
10162 * UIProcess/API/mac/WKView.mm:
10164 (-[WKView validateUserInterfaceItem:]): Pass callback to validateCommand().
10266 * UIProcess/API/C/win/WKView.cpp: Remove WKViewExecuteCommand().
10267 * UIProcess/API/C/win/WKView.h: Remove WKViewExecuteCommand().
10498 * UIProcess/API/C/win/WKView.cpp:
10500 …* UIProcess/API/C/win/WKView.h: Added WKViewExecuteCommand() and comment block with WebCore Editor…
10772 * UIProcess/API/mac/WKView.mm:
10773 … (-[WKView validateUserInterfaceItem:]): Call validateCommand() instead of validateMenuItem().
11490 * UIProcess/API/mac/WKView.mm:
11491 …(-[WKView _didFinishLoadingDataForCustomRepresentationWithSuggestedFilename:dataReference:CoreIPC:…
11665 * UIProcess/API/mac/WKView.mm:
11666 (-[WKView accessibilityFocusedUIElement]):
11691 A WKView without a window will cause CG errors in the console
11810 * UIProcess/API/C/gtk/WKView.cpp:
11811 * UIProcess/API/C/gtk/WKView.h: Removed gdkrectangle from
11971 * UIProcess/API/mac/WKView.mm:
12213 * UIProcess/API/mac/WKView.mm:
12248 In WKView we now call registerServicesMenuSendTypes providing the
12261 * UIProcess/API/mac/WKView.mm:
12262 (-[WKView initWithFrame:contextRef:pageGroupRef:]): Added call
12264 (-[WKView writeSelectionToPasteboard:types:]): Added.
12265 (-[WKView validRequestorForSendType:returnType:]): Added.
12298 * UIProcess/API/mac/WKView.mm:
12299 (-[WKView mouseDownCanMoveWindow]):
12300 … Return NO from mouseDownCanMoveWindow to prevent drags in the (now transparent) inspector WKView
12305 Call [WKView setDrawsBackground:NO].
12647 * UIProcess/API/mac/WKView.mm:
12698 * UIProcess/API/mac/WKView.mm:
12699 (-[WKView isGrammarCheckingEnabled]):
12700 (-[WKView setGrammarCheckingEnabled:]):
13455 * UIProcess/API/mac/WKView.mm:
13456 (-[WKView performDictionaryLookupAtCurrentMouseLocation]):
13561 Accelerated content fades in when using a layer backed WKView
13564 * UIProcess/API/mac/WKView.mm:
13565 (-[WKView _enterAcceleratedCompositingMode:]):
13650 WKView flashes when entering/exiting compositing mode
13654 * UIProcess/API/mac/WKView.mm:
13655 (-[WKView _exitAcceleratedCompositingMode]):
13889 * UIProcess/API/mac/WKView.mm:
13890 (-[WKView performLookupAtCurrentMouseLocation]):