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

  /external/webkit/Source/WebKit/wx/
WebFrame.h 98 class WXDLLIMPEXP_WEBKIT wxWebFrame
109 wxWebFrame(wxWebView* container, wxWebFrame* parent = NULL, WebViewFrameData* data = NULL);
111 ~wxWebFrame();
WebFrame.cpp 78 wxWebFrame::wxWebFrame(wxWebView* container, wxWebFrame* parent, WebViewFrameData* data) :
115 wxWebFrame::~wxWebFrame()
121 WebCore::Frame* wxWebFrame::GetFrame()
129 void wxWebFrame::Stop()
135 void wxWebFrame::Reload()
141 wxString wxWebFrame::GetPageSource()
157 void wxWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype
    [all...]

Completed in 164 milliseconds