Home
last modified time | relevance | path

Searched refs:wxSize (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
DIntSizeWx.cpp34 IntSize::IntSize(const wxSize& s) in IntSize()
40 IntSize::operator wxSize() const in operator wxSize()
42 return wxSize(m_width, m_height); in operator wxSize()
DFontPlatformDataWx.cpp84 m_font = adoptRef(new FontHolder(new wxFont( wxSize(0, -desc.computedPixelSize()), in FontPlatformData()
DImageWx.cpp216 wxSize clientSize(context->GetSize()); in drawPattern()
/external/webkit/Source/WebKit/wx/
DWebBrowserShell.cpp44 : wxFrame(NULL, wxID_ANY, _("Page Source View"), wxDefaultPosition, wxSize(600, 500)) in wxPageSourceViewFrame()
100 wxFrame(NULL, wxID_ANY, title, wxDefaultPosition, wxSize(600, 500)), in BEGIN_EVENT_TABLE()
149 toolbar->SetToolBitmapSize(wxSize(32, 32)); in BEGIN_EVENT_TABLE()
151 wxBitmap back = wxArtProvider::GetBitmap(wxART_GO_BACK, wxART_TOOLBAR, wxSize(32,32)); in BEGIN_EVENT_TABLE()
154 wxBitmap forward = wxArtProvider::GetBitmap(wxART_GO_FORWARD, wxART_TOOLBAR, wxSize(32,32)); in BEGIN_EVENT_TABLE()
157 …addressBar = new wxTextCtrl(toolbar, ID_TEXTCTRL, _T(""), wxDefaultPosition, wxSize(400, -1), wxTE… in BEGIN_EVENT_TABLE()
160 …searchCtrl = new wxSearchCtrl(toolbar, ID_SEARCHCTRL, _("Search"), wxDefaultPosition, wxSize(200, … in BEGIN_EVENT_TABLE()
167 webview = new wxWebView((wxWindow*)this, ID_WEBVIEW, wxDefaultPosition, wxSize(200, 200)); in BEGIN_EVENT_TABLE()
DWebView.h121 const wxSize& size = wxDefaultSize,
132 const wxSize& size = wxDefaultSize,
DWebView.cpp339 const wxSize& size, long style, const wxString& name) : in wxWebView()
350 const wxSize& size, long style, const wxString& name) in Create()
/external/webkit/Source/WebCore/platform/graphics/
DIntSize.h53 class wxSize; variable
138 IntSize(const wxSize&);
139 operator wxSize() const;
/external/webkit/Tools/DumpRenderTree/wx/
DDumpRenderTreeWx.cpp299 webView->SetSize(wxSize(maxViewWidth, maxViewHeight)); in IMPLEMENT_APP()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2960444 [wx] Add wxSize conversions for IntSize.
60450 (WebCore::IntSize::operator wxSize):