HomeSort by relevance Sort by last modified time
    Searched defs:SetPageSource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/wx/
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);

Completed in 55 milliseconds