HomeSort by relevance Sort by last modified time
    Searched refs:platformPageClient (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/webkit/Source/WebCore/accessibility/win/
AXObjectCacheWin.cpp 72 if (!page || !page->chrome()->platformPageClient())
103 NotifyWinEvent(msaaEvent, page->chrome()->platformPageClient(), OBJID_CLIENT, -static_cast<LONG>(obj->axObjectID()));
135 if (!page || !page->chrome()->platformPageClient())
  /external/webkit/Source/WebCore/platform/
HostWindow.h 63 virtual PlatformPageClient platformPageClient() const = 0;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 127 if (!platformPageClient())
129 return platformPageClient()->windowRect();
371 QWebPageClient* pageClient = platformPageClient();
405 if (platformPageClient()) {
419 if (platformPageClient()) {
423 platformPageClient()->update(rect);
438 if (platformPageClient())
439 platformPageClient()->scroll(delta.width(), delta.height(), scrollViewRect);
453 QWebPageClient* pageClient = platformPageClient();
469 QWebPageClient* pageClient = platformPageClient();
    [all...]
ChromeClientQt.h 126 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebCore/platform/qt/
PlatformScreenQt.cpp 50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
63 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 256 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
284 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
296 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
308 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
331 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
344 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
357 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
370 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
494 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
ChromeClientWx.h 114 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp 53 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
96 GtkWidget* container = gtk_widget_get_toplevel(GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()));
117 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
WidgetGtk.cpp 58 gtk_widget_grab_focus(platformWidget() ? platformWidget() : GTK_WIDGET(root()->hostWindow()->platformPageClient()));
ScrollViewGtk.cpp 171 if (parent() || !hostWindow() || !hostWindow()->platformPageClient()) {
179 GtkWidget* measuredWidget = hostWindow()->platformPageClient();
  /external/webkit/Source/WebCore/platform/win/
PlatformScreenWin.cpp 43 HWND window = widget ? widget->root()->hostWindow()->platformPageClient() : 0;
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 117 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/Source/WebCore/page/
Chrome.h 78 virtual PlatformPageClient platformPageClient() const;
Chrome.cpp 107 PlatformPageClient Chrome::platformPageClient() const
109 return m_client->platformPageClient();
ChromeClient.h 153 virtual PlatformPageClient platformPageClient() const = 0;
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 101 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 114 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 121 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 105 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.cpp 220 GtkWidget* toplevel = gtk_widget_get_toplevel(GTK_WIDGET(context->coreFrame()->page()->chrome()->platformPageClient()));
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 106 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 103 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 116 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient());
677 windowView = page->chrome()->platformPageClient();
687 return sendContextMenuEvent(PlatformMouseEvent(event, page->chrome()->platformPageClient()));
697 return eventMayStartDrag(PlatformMouseEvent(event, page->chrome()->platformPageClient()));
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 119 GtkWidget* parentWidget = parentFrame->view()->hostWindow()->platformPageClient();
327 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient();
428 gdk_window_set_cursor(gtk_widget_get_window(m_parentFrame->view()->hostWindow()->platformPageClient()), 0);
662 GdkWindow* gdkWindow = gtk_widget_get_window(m_parentFrame->view()->hostWindow()->platformPageClient());
709 gtk_widget_queue_draw(m_parentFrame->view()->hostWindow()->platformPageClient());
803 GtkWidget* pageClient = m_parentFrame->view()->hostWindow()->platformPageClient();
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 216 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
301 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
415 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
786 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
931 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
    [all...]

Completed in 375 milliseconds

1 2 3