HomeSort by relevance Sort by last modified time
    Searched refs:setPlatformWidget (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebKit/android/jni/
WebFrameView.cpp 49 mFrameView->setPlatformWidget(this);
101 mFrameView->setPlatformWidget(this);
  /external/webkit/WebCore/platform/
Widget.h 126 void setPlatformWidget(PlatformWidget widget)
ScrollView.h 325 virtual void setPlatformWidget(wxWindow*);
  /external/webkit/WebCore/platform/gtk/
ScrollbarGtk.cpp 63 setPlatformWidget(scrollBar);
77 // at all. It is achieved by not calling setPlatformWidget.
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 133 void ScrollView::setPlatformWidget(wxWindow* win)
135 Widget::setPlatformWidget(win);
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 433 setPlatformWidget(new PluginContainerSymbian(this,
439 setPlatformWidget(0);
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 842 setPlatformWidget(gtk_socket_new());
846 setPlatformWidget(gtk_xtbin_new(m_parentFrame->view()->hostWindow()->platformPageClient()->window, 0));
848 setPlatformWidget(gtk_socket_new());
852 setPlatformWidget(0);
  /external/webkit/WebCore/plugins/
PluginView.h 379 void setPlatformPluginWidget(PlatformPluginWidget widget) { setPlatformWidget(widget); }
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 763 setPlatformWidget(new PluginContainerQt(this, client->ownerWidget()));
772 setPlatformWidget(0);
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 168 setPlatformWidget(new PluginViewBridgeAndroid());
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 850 frameView->setPlatformWidget(m_webView);
  /external/webkit/WebKit/mac/WebView/
WebFrameView.mm 274 view->setPlatformWidget(_private->frameScrollView);
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 1019 setPlatformWidget(window);
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]

Completed in 145 milliseconds