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

1 2 3

  /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/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/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/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()));
PasteboardHelper.cpp 95 PlatformPageClient client = chrome->platformPageClient();
ScrollViewGtk.cpp 171 if (parent() || !hostWindow() || !hostWindow()->platformPageClient()) {
179 GtkWidget* measuredWidget = hostWindow()->platformPageClient();
  /external/webkit/Source/WebCore/platform/
HostWindow.h 63 virtual PlatformPageClient platformPageClient() const = 0;
  /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/efl/WebCoreSupport/
ChromeClientEfl.h 101 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebCore/page/
Chrome.h 78 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 121 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 117 virtual PlatformPageClient platformPageClient() const { return 0; }
ChromeClientImpl.h 120 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 105 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 114 virtual PlatformPageClient platformPageClient() const;
ChromeClientHaiku.cpp 298 PlatformPageClient ChromeClientHaiku::platformPageClient() const
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 269 PlatformPageClient ChromeClientWinCE::platformPageClient() const
ChromeClientWinCE.h 103 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebCore/platform/win/
PlatformScreenWin.cpp 43 HWND window = widget ? widget->root()->hostWindow()->platformPageClient() : 0;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 100 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 106 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 122 virtual PlatformPageClient platformPageClient() const;

Completed in 7073 milliseconds

1 2 3