Searched refs:LoadURL (Results 1 – 10 of 10) sorted by relevance
85 self.webview.LoadURL(self.current)108 self.webview.LoadURL(URL)118 self.webview.LoadURL(url)128 self.webview.LoadURL(self.current)150 self.panel.webview.LoadURL("http://www.wxwidgets.org/")
211 webview->LoadURL(path); in OnLoadFile()248 webview->LoadURL(addressBar->GetValue()); in OnAddressBarEnter()254 …webview->LoadURL(wxString::Format(wxT("http://www.google.com/search?rls=en&q=%s&ie=UTF-8&oe=UTF-8"… in OnSearchCtrlEnter()
106 void LoadURL(const wxString& url);
403 void wxWebView::LoadURL(const wxString& url) in LoadURL() function in wxWebView406 m_mainFrame->LoadURL(url); in LoadURL()
196 void wxWebFrame::LoadURL(const wxString& url) in LoadURL() function in wxWebFrame
466 (wxWebFrame::LoadURL):1019 (wxWebFrame::LoadURL):1048 (wxWebView::LoadURL):1180 and XRC, and fixes the LoadURL method to pass a wxString reference to save a1188 (wxWebView::LoadURL):
114 void LoadURL(const wxString& url);
121 newFrame->webview->LoadURL(request.resourceRequest().url().string()); in createWindow()
249 webView->LoadURL(wxString(pathOrURL.c_str(), wxConvUTF8)); in runTest()
7962 LoadURL doesn't need to be asynchronous.