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

1 2

  /external/webkit/WebCore/platform/
HostWindow.h 52 virtual PlatformPageClient platformPageClient() const = 0;
  /external/webkit/WebCore/accessibility/win/
AXObjectCacheWin.cpp 72 if (!page || !page->chrome()->platformPageClient())
103 NotifyWinEvent(msaaEvent, page->chrome()->platformPageClient(), OBJID_CLIENT, -static_cast<LONG>(obj->axObjectID()));
131 if (!page || !page->chrome()->platformPageClient())
  /external/webkit/WebCore/platform/gtk/
WidgetGtk.cpp 58 gtk_widget_grab_focus(platformWidget() ? platformWidget() : GTK_WIDGET(root()->hostWindow()->platformPageClient()));
79 gdk_window_set_cursor(gdkDrawable(platformWidget()) ? GDK_WINDOW(gdkDrawable(platformWidget())) : GTK_WIDGET(root()->hostWindow()->platformPageClient())->window, platformCursor);
PlatformScreenGtk.cpp 52 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
100 GtkWidget* container = gtk_widget_get_toplevel(GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()));
125 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
ScrollViewGtk.cpp 132 gtk_container_add(GTK_CONTAINER(hostWindow()->platformPageClient()), child->platformWidget());
142 parent = GTK_WIDGET(hostWindow()->platformPageClient());
158 GtkWidget* measuredWidget = hostWindow()->platformPageClient();
PopupMenuGtk.cpp 60 gdk_window_get_origin(GTK_WIDGET(view->hostWindow()->platformPageClient())->window, &x, &y);
  /external/webkit/WebCore/platform/qt/
PlatformScreenQt.cpp 50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
62 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
PopupMenuQt.cpp 60 m_popup->m_pageClient = chromeClient->platformPageClient();
WidgetQt.cpp 85 QWebPageClient* pageClient = root()->hostWindow()->platformPageClient();
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 334 if (platformPageClient()) {
338 platformPageClient()->update(rect);
349 if (platformPageClient())
350 platformPageClient()->scroll(delta.width(), delta.height(), scrollViewRect);
366 PlatformPageClient ChromeClientQt::platformPageClient() const
481 if (platformPageClient())
482 platformPageClient()->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->nativeLayer() : 0);
488 if (platformPageClient())
489 platformPageClient()->markForSync(false)
    [all...]
ChromeClientQt.h 112 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 206 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
289 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
301 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
313 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
326 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
339 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
352 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
365 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
ChromeClientWx.h 109 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/WebCore/platform/win/
PlatformScreenWin.cpp 43 HWND window = widget ? widget->root()->hostWindow()->platformPageClient() : 0;
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.h 109 virtual PlatformPageClient platformPageClient() const { return 0; }
ChromeClientImpl.h 107 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 109 PlatformPageClient platformPageClient() const;
ChromeClientHaiku.cpp 278 PlatformPageClient ChromeClientHaiku::platformPageClient() const
  /external/webkit/WebCore/page/
Chrome.h 67 virtual PlatformPageClient platformPageClient() const;
ChromeClient.h 140 virtual PlatformPageClient platformPageClient() const = 0;
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 111 GtkWidget* parentWidget = parentFrame->view()->hostWindow()->platformPageClient();
231 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient();
368 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient();
718 *((XID *)w) = GDK_WINDOW_XWINDOW(m_parentFrame->view()->hostWindow()->platformPageClient()->window);
722 *w = GDK_WINDOW_HWND(m_parentFrame->view()->hostWindow()->platformPageClient()->window);
764 gtk_widget_queue_draw(m_parentFrame->view()->hostWindow()->platformPageClient());
843 gtk_container_add(GTK_CONTAINER(m_parentFrame->view()->hostWindow()->platformPageClient()), platformPluginWidget());
846 setPlatformWidget(gtk_xtbin_new(m_parentFrame->view()->hostWindow()->platformPageClient()->window, 0));
849 gtk_container_add(GTK_CONTAINER(m_parentFrame->view()->hostWindow()->platformPageClient()), platformPluginWidget());
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 120 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 94 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.h 98 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.h 100 virtual PlatformPageClient platformPageClient() const;

Completed in 175 milliseconds

1 2