Lines Matching defs:WebView

27 #include "WebView.h"
106 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
110 if (WebView* webView = reinterpret_cast<WebView*>(longPtr))
116 // Associate the WebView with the window.
124 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
237 bool WebView::registerWebViewWindowClass()
248 wcex.lpfnWndProc = WebView::WebViewWndProc;
250 wcex.cbWndExtra = sizeof(WebView*);
262 WebView::WebView(RECT rect, WebContext* context, WebPageGroup* pageGroup, HWND parentWindow)
304 WebView::~WebView()
311 void WebView::initialize()
317 // scrollbars, so the WebView will receive WM_VSCROLL and WM_HSCROLL messages.
325 void WebView::initializeUndoClient(const WKViewUndoClient* client)
330 void WebView::setParentWindow(HWND parentWindow)
339 // Turn the WebView into a message-only window so it will no longer be a child of the
364 void WebView::windowAncestryDidChange()
389 LRESULT WebView::onMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
426 LRESULT WebView::onWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
442 LRESULT WebView::onHorizontalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
474 LRESULT WebView::onVerticalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
506 LRESULT WebView::onGestureNotify(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
529 LRESULT WebView::onGesture(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
609 LRESULT WebView::onKeyEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
627 void WebView::paint(HDC hdc, const IntRect& dirtyRect)
669 LRESULT WebView::onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled)
688 LRESULT WebView::onPrintClientEvent(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled)
714 LRESULT WebView::onSizeEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled)
728 LRESULT WebView::onWindowPositionChangedEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled)
737 LRESULT WebView::onSetFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled)
744 LRESULT WebView::onKillFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled)
751 LRESULT WebView::onTimerEvent(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled)
764 LRESULT WebView::onShowWindowEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
776 LRESULT WebView::onSetCursor(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
787 void WebView::updateActiveState()
792 void WebView::updateActiveStateSoon()
817 void WebView::initializeToolTipWindow()
838 void WebView::startTrackingMouseLeave()
852 void WebView::stopTrackingMouseLeave()
866 bool WebView::shouldInitializeTrackPointHack()
896 void WebView::close()
915 PassOwnPtr<DrawingAreaProxy> WebView::createDrawingAreaProxy()
923 void WebView::setViewNeedsDisplay(const WebCore::IntRect& rect)
929 void WebView::displayView()
934 void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
940 void WebView::flashBackingStoreUpdates(const Vector<IntRect>& updateRects)
948 WebCore::IntSize WebView::viewSize()
956 bool WebView::isViewWindowActive()
962 bool WebView::isViewFocused()
967 bool WebView::isViewVisible()
972 bool WebView::isViewInWindow()
977 void WebView::pageClosed()
981 void WebView::processDidCrash()
987 void WebView::didRelaunchProcess()
993 void WebView::toolTipChanged(const String&, const String& newToolTip)
1013 HCURSOR WebView::cursorToShow() const
1026 void WebView::updateNativeCursor()
1034 void WebView::setCursor(const WebCore::Cursor& cursor)
1042 void WebView::setOverrideCursor(HCURSOR overrideCursor)
1048 void WebView::setInitialFocus(bool forward)
1053 void WebView::setScrollOffsetOnNextResize(const IntSize& scrollOffset)
1059 void WebView::setViewportArguments(const WebCore::ViewportArguments&)
1063 void WebView::registerEditCommand(PassRefPtr<WebEditCommandProxy> prpCommand, WebPageProxy::UndoOrRedo undoOrRedo)
1069 void WebView::clearAllEditCommands()
1074 bool WebView::canUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
1079 void WebView::executeUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
1084 void WebView::reapplyEditCommand(WebEditCommandProxy* command)
1092 void WebView::unapplyEditCommand(WebEditCommandProxy* command)
1100 FloatRect WebView::convertToDeviceSpace(const FloatRect& rect)
1105 IntRect WebView::windowToScreen(const IntRect& rect)
1110 FloatRect WebView::convertToUserSpace(const FloatRect& rect)
1115 HIMC WebView::getIMMContext()
1120 void WebView::prepareCandidateWindow(HIMC hInputContext)
1135 void WebView::resetIME()
1144 void WebView::setInputMethodState(bool enabled)
1149 void WebView::compositionSelectionChanged(bool hasChanged)
1155 bool WebView::onIMEStartComposition()
1252 bool WebView::onIMEComposition(LPARAM lparam)
1297 bool WebView::onIMEEndComposition()
1311 LRESULT WebView::onIMERequestCharPosition(IMECHARPOSITION* charPos)
1324 LRESULT WebView::onIMERequestReconvertString(RECONVERTSTRING* reconvertString)
1342 LRESULT WebView::onIMERequest(WPARAM request, LPARAM data)
1358 bool WebView::onIMESelect(WPARAM wparam, LPARAM lparam)
1366 bool WebView::onIMESetContext(WPARAM wparam, LPARAM)
1372 void WebView::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool wasEventHandled)
1380 PassRefPtr<WebPopupMenuProxy> WebView::createPopupMenuProxy(WebPageProxy* page)
1385 PassRefPtr<WebContextMenuProxy> WebView::createContextMenuProxy(WebPageProxy* page)
1390 void WebView::setFindIndicator(PassRefPtr<FindIndicator> prpFindIndicator, bool fadeOut)
1430 void WebView::setFindIndicatorCallback(WKViewFindIndicatorCallback callback, void* context)
1436 WKViewFindIndicatorCallback WebView::getFindIndicatorCallback(void** context)
1444 void WebView::didCommitLoadForMainFrame(bool useCustomRepresentation)
1448 void WebView::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference&)
1452 double WebView::customRepresentationZoomFactor()
1457 void WebView::setCustomRepresentationZoomFactor(double)
1461 void WebView::didChangeScrollbarsForMainFrame() const
1465 void WebView::findStringInCustomRepresentation(const String&, FindOptions, unsigned)
1469 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned)
1473 void WebView::setIsInWindow(bool isInWindow)
1479 void WebView::setIsVisible(bool isVisible)
1489 void WebView::enterAcceleratedCompositingMode(const LayerTreeContext&)
1496 void WebView::exitAcceleratedCompositingMode()
1505 HWND WebView::nativeWindow()
1512 void WebView::windowReceivedMessage(HWND, UINT message, WPARAM wParam, LPARAM)
1524 HRESULT STDMETHODCALLTYPE WebView::QueryInterface(REFIID riid, void** ppvObject)
1538 ULONG STDMETHODCALLTYPE WebView::AddRef(void)
1544 ULONG STDMETHODCALLTYPE WebView::Release(void)
1564 WebCore::DragOperation WebView::keyStateToDragOperation(DWORD grfKeyState) const
1585 HRESULT STDMETHODCALLTYPE WebView::DragEnter(IDataObject* pDataObject, DWORD grfKeyState, POINTL pt, DWORD* pdwEffect)
1605 HRESULT STDMETHODCALLTYPE WebView::DragOver(DWORD grfKeyState, POINTL pt, DWORD* pdwEffect)
1623 HRESULT STDMETHODCALLTYPE WebView::DragLeave()
1637 HRESULT STDMETHODCALLTYPE WebView::Drop(IDataObject* pDataObject, DWORD grfKeyState, POINTL pt, DWORD* pdwEffect)