Home
last modified time | relevance | path

Searched refs:LoadURL (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebKit/wx/bindings/python/samples/
Dsimple.py85 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/")
/external/webkit/WebKit/wx/
DWebBrowserShell.cpp211 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()
DWebFrame.h106 void LoadURL(const wxString& url);
DWebView.cpp403 void wxWebView::LoadURL(const wxString& url) in LoadURL() function in wxWebView
406 m_mainFrame->LoadURL(url); in LoadURL()
DWebFrame.cpp196 void wxWebFrame::LoadURL(const wxString& url) in LoadURL() function in wxWebFrame
DChangeLog466 (wxWebFrame::LoadURL):
1019 (wxWebFrame::LoadURL):
1048 (wxWebView::LoadURL):
1180 and XRC, and fixes the LoadURL method to pass a wxString reference to save a
1188 (wxWebView::LoadURL):
DWebView.h114 void LoadURL(const wxString& url);
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.cpp121 newFrame->webview->LoadURL(request.resourceRequest().url().string()); in createWindow()
/external/webkit/WebKitTools/DumpRenderTree/wx/
DDumpRenderTreeWx.cpp249 webView->LoadURL(wxString(pathOrURL.c_str(), wxConvUTF8)); in runTest()
/external/webkit/WebKit/mac/
DChangeLog7962 LoadURL doesn't need to be asynchronous.