Lines Matching defs:WebView

29 #include "WebView.h"
48 void WebView::handleFocusInEvent(GtkWidget* widget)
58 void WebView::handleFocusOutEvent(GtkWidget* widget)
65 static void backspaceCallback(GtkWidget* widget, WebView* client)
71 static void selectAllCallback(GtkWidget* widget, gboolean select, WebView* client)
77 static void cutClipboardCallback(GtkWidget* widget, WebView* client)
83 static void copyClipboardCallback(GtkWidget* widget, WebView* client)
89 static void pasteClipboardCallback(GtkWidget* widget, WebView* client)
125 static void deleteFromCursorCallback(GtkWidget* widget, GtkDeleteType deleteType, gint count, WebView* client)
184 static void moveCursorCallback(GtkWidget* widget, GtkMovementStep step, gint count, gboolean extendSelection, WebView* client)
240 WebView::WebView(WebContext* context, WebPageGroup* pageGroup)
266 WebView::~WebView()
270 GdkWindow* WebView::getWebViewWindow()
275 void WebView::paint(GtkWidget* widget, GdkRectangle rect, cairo_t* cr)
280 void WebView::setSize(GtkWidget*, IntSize windowSize)
285 void WebView::handleKeyboardEvent(GdkEventKey* event)
290 void WebView::handleMouseEvent(GdkEvent* event, int currentClickCount)
295 void WebView::handleWheelEvent(GdkEventScroll* event)
300 void WebView::getEditorCommandsForKeyEvent(const NativeWebKeyboardEvent& event, Vector<WTF::String>& commandList)
346 bool WebView::isActive()
351 void WebView::close()
357 PassOwnPtr<DrawingAreaProxy> WebView::createDrawingAreaProxy()
362 void WebView::setViewNeedsDisplay(const WebCore::IntRect&)
367 void WebView::displayView()
372 void WebView::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset)
377 WebCore::IntSize WebView::viewSize()
384 bool WebView::isViewWindowActive()
390 bool WebView::isViewFocused()
396 bool WebView::isViewVisible()
402 bool WebView::isViewInWindow()
408 void WebView::WebView::processDidCrash()
413 void WebView::didRelaunchProcess()
418 void WebView::takeFocus(bool)
423 void WebView::toolTipChanged(const String&, const String&)
428 void WebView::setCursor(const Cursor& cursor)
441 void WebView::setViewportArguments(const WebCore::ViewportArguments&)
446 void WebView::registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo)
451 void WebView::clearAllEditCommands()
456 bool WebView::canUndoRedo(WebPageProxy::UndoOrRedo)
462 void WebView::executeUndoRedo(WebPageProxy::UndoOrRedo)
467 FloatRect WebView::convertToDeviceSpace(const FloatRect& viewRect)
473 FloatRect WebView::convertToUserSpace(const FloatRect& viewRect)
479 IntRect WebView::windowToScreen(const IntRect& rect)
485 void WebView::doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled)
490 void WebView::didNotHandleKeyEvent(const NativeWebKeyboardEvent& event)
495 PassRefPtr<WebPopupMenuProxy> WebView::createPopupMenuProxy(WebPageProxy*)
501 PassRefPtr<WebContextMenuProxy> WebView::createContextMenuProxy(WebPageProxy*)
507 void WebView::setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut)
513 void WebView::pageDidEnterAcceleratedCompositing()
518 void WebView::pageDidLeaveAcceleratedCompositing()
524 void WebView::didCommitLoadForMainFrame(bool useCustomRepresentation)
528 void WebView::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference&)
532 double WebView::customRepresentationZoomFactor()
538 void WebView::setCustomRepresentationZoomFactor(double)
543 void WebView::pageClosed()
548 void WebView::didChangeScrollbarsForMainFrame() const
552 void WebView::flashBackingStoreUpdates(const Vector<IntRect>&)
557 void WebView::findStringInCustomRepresentation(const String&, FindOptions, unsigned)
562 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned)