Home
last modified time | relevance | path

Searched refs:SetPageSource (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/wx/
DWebFrame.h130 void SetPageSource(const wxString& source, const wxString& baseUrl = wxEmptyString);
DWebView.cpp341 void wxWebView::SetPageSource(const wxString& source, const wxString& baseUrl) in SetPageSource() function in wxWebView
344 m_mainFrame->SetPageSource(source, baseUrl); in SetPageSource()
DWebFrame.cpp142 void wxWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl) in SetPageSource() function in wxWebFrame
DWebBrowserShell.cpp327 webview->SetPageSource(wxString(wxT("<p>Hello World!</p>"))); in OnSetSource()
DWebView.h133 void SetPageSource(const wxString& source, const wxString& baseUrl = wxEmptyString);
DChangeLog533 (wxWebFrame::SetPageSource):
1014 (wxWebFrame::SetPageSource):
1043 (wxWebView::SetPageSource):