HomeSort by relevance Sort by last modified time
    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 41 milliseconds