HomeSort by relevance Sort by last modified time
    Searched full:platformpageclient (Results 26 - 50 of 58) sorted by null

12 3

  /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/page/
Chrome.cpp 107 PlatformPageClient Chrome::platformPageClient() const
109 return m_client->platformPageClient();
ChromeClient.h 153 virtual PlatformPageClient platformPageClient() const = 0;
  /external/webkit/Source/WebCore/platform/
Widget.h 104 typedef QWebPageClient* PlatformPageClient;
106 typedef PlatformWidget PlatformPageClient;
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp 345 PlatformPageClient ChromeClientEfl::platformPageClient() const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 383 PlatformPageClient ChromeClientWx::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/platform/win/
PopupMenuWin.cpp 134 HWND hostWindow = view->hostWindow()->platformPageClient();
301 if (!::ClientToScreen(v->hostWindow()->platformPageClient(), &location))
853 ::SendMessage(client()->hostWindow()->platformPageClient(), message, wParam, lParam);
921 translatePoint(lParam, m_popup, client()->hostWindow()->platformPageClient());
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 202 wxWindow* webview = root->hostWindow()->platformPageClient();
RenderThemeWx.cpp 148 return frameView->hostWindow()->platformPageClient();
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 100 static inline HWND windowHandleForPageClient(PlatformPageClient client)
879 *w = windowHandleForPageClient(parent() ? parent()->hostWindow()->platformPageClient() : 0);
950 ::UpdateWindow(windowHandleForPageClient(parent() ? parent()->hostWindow()->platformPageClient() : 0));
968 HWND parentWindowHandle = windowHandleForPageClient(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...]
  /external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.cpp 71 GdkWindow* window = gtk_widget_get_window(GTK_WIDGET(view->hostWindow()->platformPageClient()));
  /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/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 271 return m_chromeClient->platformPageClient();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 487 PlatformPageClient ChromeClient::platformPageClient() const
664 GdkWindow* window = gtk_widget_get_window(platformPageClient());
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 402 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 173 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 208 if (QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient()) {
214 if (wxWindow* widget = m_parentFrame->view()->hostWindow()->platformPageClient())
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 342 PlatformPageClient ChromeClientAndroid::platformPageClient() const {
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 616 PlatformPageClient WebChromeClient::platformPageClient() const
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 520 PlatformPageClient WebChromeClient::platformPageClient() const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 393 PlatformPageClient WebChromeClient::platformPageClient() const
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 278 PlatformPageClient scrollView = hostWindow->platformPageClient();
    [all...]
  /external/webkit/Source/WebKit/win/
AccessibleBase.cpp 139 return WebView::AccessibleObjectFromWindow(m_object->topDocumentFrameView()->hostWindow()->platformPageClient(),

Completed in 889 milliseconds

12 3