Searched refs:wxWebFrame (Results 1 – 14 of 14) sorted by relevance
78 wxWebFrame::wxWebFrame(wxWebView* container, wxWebFrame* parent, WebViewFrameData* data) : in wxWebFrame() function in wxWebFrame115 wxWebFrame::~wxWebFrame() in ~wxWebFrame()121 WebCore::Frame* wxWebFrame::GetFrame() in GetFrame()129 void wxWebFrame::Stop() in Stop()135 void wxWebFrame::Reload() in Reload()141 wxString wxWebFrame::GetPageSource() in GetPageSource()157 void wxWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mim… in SetPageSource()173 wxString wxWebFrame::GetInnerText() in GetInnerText()182 wxString wxWebFrame::GetAsMarkup() in GetAsMarkup()190 wxString wxWebFrame::GetExternalRepresentation() in GetExternalRepresentation()[all …]
127 (wxWebFrame::MakeEditable):128 (wxWebFrame::IsEditable):181 (wxWebFrame::IsEditable):193 (wxWebFrame::wxWebFrame):194 (wxWebFrame::MakeEditable):195 (wxWebFrame::IsEditable):524 (wxWebFrame::CanGoBack): Use canGoBackOrForward.525 (wxWebFrame::CanGoForward): Ditto.610 (wxWebFrame::IncreaseTextSize):611 (wxWebFrame::DecreaseTextSize):[all …]
98 class WXDLLIMPEXP_WEBKIT wxWebFrame109 wxWebFrame(wxWebView* container, wxWebFrame* parent = NULL, WebViewFrameData* data = NULL);111 ~wxWebFrame();
45 class wxWebFrame; variable53 wxWebEditCommand(wxWebFrame*);
54 wxWebEditCommand::wxWebEditCommand(wxWebFrame* webframe) in wxWebEditCommand()
43 class wxWebFrame; variable192 wxWebFrame* GetMainFrame() { return m_mainFrame; } in GetMainFrame()256 wxWebFrame* m_mainFrame;
391 m_mainFrame = new wxWebFrame(this); in Create()
40 class wxWebFrame; variable58 void setFrame(wxWebFrame *frame);236 wxWebFrame *m_webFrame;
42 friend class ::wxWebFrame;
98 void FrameLoaderClientWx::setFrame(wxWebFrame *frame) in setFrame()850 wxWebFrame* newFrame = new wxWebFrame(m_webView, m_webFrame, data); in createFrame()
427 if (wxWebFrame* webFrame = m_webView->GetMainFrame()) in exceededDatabaseQuota()
142 MustHaveApp(wxWebFrame);
153 static wxString dumpFramesAsText(wxWebFrame* frame) in dumpFramesAsText()
6646 wx build fix. Update the sample app after wxWebFrame->wxWebBrowserShell rename.