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

  /external/webkit/WebKit/wx/
WebFrame.cpp 75 wxWebFrame::wxWebFrame(wxWebView* container, wxWebFrame* parent, WebViewFrameData* data) :
113 wxWebFrame::~wxWebFrame()
119 WebCore::Frame* wxWebFrame::GetFrame()
127 void wxWebFrame::Stop()
133 void wxWebFrame::Reload()
139 wxString wxWebFrame::GetPageSource()
155 void wxWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl
    [all...]
WebFrame.h 83 class WXDLLIMPEXP_WEBKIT wxWebFrame
93 wxWebFrame(wxWebView* container, wxWebFrame* parent = NULL, WebViewFrameData* data = NULL);
95 ~wxWebFrame();

Completed in 585 milliseconds