OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPageSource
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/wx/
WebFrame.h
137
void
SetPageSource
(const wxString& source, const wxString& baseUrl = wxEmptyString, const wxString& mimetype = wxT("text/html"));
WebBrowserShell.cpp
129
m_debugMenu->Append(ID_SET_SOURCE, _("Test
SetPageSource
"));
334
webview->
SetPageSource
(wxString(wxT("<p>Hello World!</p>")));
WebFrame.cpp
157
void wxWebFrame::
SetPageSource
(const wxString& source, const wxString& baseUrl, const wxString& mimetype)
WebView.cpp
464
void wxWebView::
SetPageSource
(const wxString& source, const wxString& baseUrl, const wxString& mimetype)
467
m_mainFrame->
SetPageSource
(source, baseUrl, mimetype);
WebView.h
159
void
SetPageSource
(const wxString& source, const wxString& baseUrl = wxEmptyString, const wxString& mimetype = wxT("text/html"));
Completed in 236 milliseconds