Home | History | Annotate | Download | only in wx

Lines Matching defs:wxWebFrame

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)
173 wxString wxWebFrame::GetInnerText()
182 wxString wxWebFrame::GetAsMarkup()
190 wxString wxWebFrame::GetExternalRepresentation()
198 wxString wxWebFrame::GetSelectionAsHTML()
206 wxString wxWebFrame::GetSelectionAsText()
214 wxWebKitSelection wxWebFrame::GetSelection()
222 wxString wxWebFrame::RunScript(const wxString& javascript)
242 bool wxWebFrame::ExecuteEditCommand(const wxString& command, const wxString& parameter)
248 EditState wxWebFrame::GetEditCommandState(const wxString& command) const
263 wxString wxWebFrame::GetEditCommandValue(const wxString& command) const
272 bool wxWebFrame::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
280 void wxWebFrame::LoadURL(const wxString& url)
302 bool wxWebFrame::GoBack()
310 bool wxWebFrame::GoForward()
318 bool wxWebFrame::CanGoBack()
326 bool wxWebFrame::CanGoForward()
334 void wxWebFrame::Undo()
340 void wxWebFrame::Redo()
346 bool wxWebFrame::CanUndo()
354 bool wxWebFrame::CanRedo()
362 bool wxWebFrame::CanIncreaseTextSize() const
371 void wxWebFrame::IncreaseTextSize()
379 bool wxWebFrame::CanDecreaseTextSize() const
388 void wxWebFrame::DecreaseTextSize()
396 void wxWebFrame::ResetTextSize()
403 void wxWebFrame::MakeEditable(bool enable)
409 bool wxWebFrame::IsEditable() const
416 bool wxWebFrame::CanCopy()
424 void wxWebFrame::Copy()
430 bool wxWebFrame::CanCut()
438 void wxWebFrame::Cut()
444 bool wxWebFrame::CanPaste()
452 void wxWebFrame::Paste()
459 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const
476 bool wxWebFrame::ShouldClose() const
484 wxWebKitCompatibilityMode wxWebFrame::GetCompatibilityMode() const
492 void wxWebFrame::GrantUniversalAccess()