Home
last modified time | relevance | path

Searched refs:wxWindow (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/wx/
DWebView.h105 class WXDLLIMPEXP_WEBKIT wxWebView : public wxWindow
119 wxWebView(wxWindow* parent, int id = wxID_ANY,
130 bool Create(wxWindow* parent, int id = wxID_ANY,
301 wxWebViewBeforeLoadEvent( wxWindow* win = (wxWindow*) NULL );
322 wxWebViewLoadEvent( wxWindow* win = (wxWindow*) NULL );
370 wxWebViewNewWindowEvent( wxWindow* win = static_cast<wxWindow*>(NULL));
387 wxWebViewRightClickEvent( wxWindow* win = static_cast<wxWindow*>(NULL));
425 wxWebViewConsoleMessageEvent( wxWindow* win = (wxWindow*) NULL );
448 wxWebViewAlertEvent( wxWindow* win = (wxWindow*) NULL );
465 wxWebViewConfirmEvent( wxWindow* win = (wxWindow*) NULL );
[all …]
DWebView.cpp114 wxWebViewLoadEvent::wxWebViewLoadEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
126 wxWebViewBeforeLoadEvent::wxWebViewBeforeLoadEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
139 wxWebViewNewWindowEvent::wxWebViewNewWindowEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
151 wxWebViewRightClickEvent::wxWebViewRightClickEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
163 wxWebViewConsoleMessageEvent::wxWebViewConsoleMessageEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
175 wxWebViewAlertEvent::wxWebViewAlertEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
187 wxWebViewConfirmEvent::wxWebViewConfirmEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
199 wxWebViewPromptEvent::wxWebViewPromptEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
211 wxWebViewReceivedTitleEvent::wxWebViewReceivedTitleEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
223 wxWebViewWindowObjectClearedEvent::wxWebViewWindowObjectClearedEvent(wxWindow* win) in IMPLEMENT_DYNAMIC_CLASS()
[all …]
DWebBrowserShell.cpp167 webview = new wxWebView((wxWindow*)this, ID_WEBVIEW, wxDefaultPosition, wxSize(200, 200)); in BEGIN_EVENT_TABLE()
DChangeLog3518 the move to wxWindow for scrolling.
/external/webkit/Source/WebCore/platform/wx/
DScrollViewWx.cpp59 void bindEvents(wxWindow* win) in bindEvents()
133 void ScrollView::setPlatformWidget(wxWindow* win) in setPlatformWidget()
144 wxWindow* win = platformWidget(); in platformRepaintContentRectangle()
154 wxWindow* win = platformWidget(); in platformVisibleContentRect()
181 wxWindow* win = platformWidget(); in platformSetScrollPosition()
224 wxWindow* win = platformWidget(); in platformSetContentsSize()
234 wxWindow* win = platformWidget(); in adjustScrollbars()
DRenderThemeWx.cpp143 wxWindow* nativeWindowForRenderObject(RenderObject* o) in nativeWindowForRenderObject()
265 wxWindow* window = nativeWindowForRenderObject(o); in paintButton()
324 wxWindow* window = nativeWindowForRenderObject(o); in paintTextField()
346 wxWindow* window = nativeWindowForRenderObject(o); in paintMenuList()
375 wxWindow* window = nativeWindowForRenderObject(o); in paintMenuListButton()
DPopupMenuWx.cpp87 wxWindow* nativeWin = v->platformWidget(); in show()
DScrollbarThemeWx.cpp202 wxWindow* webview = root->hostWindow()->platformPageClient(); in paint()
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dscrollbar_render.cpp76 GdkWindow* wxGetGdkWindowForDC(wxWindow* win, wxDC& dc) in wxGetGdkWindowForDC()
110 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, in wxRenderer_DrawScrollbar()
/external/webkit/Source/WebCore/platform/wx/wxcode/
Dscrollbar_render.h47 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc,
/external/webkit/Source/WebCore/platform/
DWidget.h82 class wxWindow; variable
83 typedef wxWindow* PlatformWidget;
DScrollView.h437 virtual void setPlatformWidget(wxWindow*);
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
Dscrollbar_render.cpp56 void wxRenderer_DrawScrollbar(wxWindow* WXUNUSED(window), wxDC& dc, in wxRenderer_DrawScrollbar()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp306 wxWindow* window = windc->GetWindow(); in clip()
308 wxWindow* window = windc->m_owner; in clip()
311 wxWindow* parent = window->GetParent(); in clip()
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp122 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, in wxRenderer_DrawScrollbar()
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm214 if (wxWindow* widget = m_parentFrame->view()->hostWindow()->platformPageClient())
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1689365 wx = wxWindow