• Home
  • Raw
  • Download

Lines Matching refs:CefBrowserImpl

37 CefRefPtr<CefBrowserImpl> CefBrowserImpl::GetBrowserForView(  in GetBrowserForView()
43 CefRefPtr<CefBrowserImpl> CefBrowserImpl::GetBrowserForMainFrame( in GetBrowserForMainFrame()
51 bool CefBrowserImpl::IsValid() { in IsValid()
56 CefRefPtr<CefBrowserHost> CefBrowserImpl::GetHost() { in GetHost()
61 bool CefBrowserImpl::CanGoBack() { in CanGoBack()
67 void CefBrowserImpl::GoBack() { in GoBack()
73 bool CefBrowserImpl::CanGoForward() { in CanGoForward()
79 void CefBrowserImpl::GoForward() { in GoForward()
85 bool CefBrowserImpl::IsLoading() { in IsLoading()
96 void CefBrowserImpl::Reload() { in Reload()
108 void CefBrowserImpl::ReloadIgnoreCache() { in ReloadIgnoreCache()
120 void CefBrowserImpl::StopLoad() { in StopLoad()
131 int CefBrowserImpl::GetIdentifier() { in GetIdentifier()
137 bool CefBrowserImpl::IsSame(CefRefPtr<CefBrowser> that) { in IsSame()
140 CefBrowserImpl* impl = static_cast<CefBrowserImpl*>(that.get()); in IsSame()
144 bool CefBrowserImpl::IsPopup() { in IsPopup()
150 bool CefBrowserImpl::HasDocument() { in HasDocument()
162 CefRefPtr<CefFrame> CefBrowserImpl::GetMainFrame() { in GetMainFrame()
174 CefRefPtr<CefFrame> CefBrowserImpl::GetFocusedFrame() { in GetFocusedFrame()
183 CefRefPtr<CefFrame> CefBrowserImpl::GetFrame(int64 identifier) { in GetFrame()
189 CefRefPtr<CefFrame> CefBrowserImpl::GetFrame(const CefString& name) { in GetFrame()
220 size_t CefBrowserImpl::GetFrameCount() { in GetFrameCount()
235 void CefBrowserImpl::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
251 void CefBrowserImpl::GetFrameNames(std::vector<CefString>& names) { in GetFrameNames()
269 CefBrowserImpl::CefBrowserImpl(content::RenderView* render_view, in CefBrowserImpl() function in CefBrowserImpl
278 CefBrowserImpl::~CefBrowserImpl() {} in ~CefBrowserImpl()
280 CefRefPtr<CefFrameImpl> CefBrowserImpl::GetWebFrameImpl( in GetWebFrameImpl()
296 CefRefPtr<CefFrameImpl> CefBrowserImpl::GetWebFrameImpl(int64_t frame_id) { in GetWebFrameImpl()
327 void CefBrowserImpl::AddFrameObject(int64_t frame_id, in AddFrameObject()
348 void CefBrowserImpl::OnDestruct() { in OnDestruct()
360 void CefBrowserImpl::FrameDetached(int64_t frame_id) { in FrameDetached()
377 void CefBrowserImpl::OnLoadingStateChange(bool isLoading) { in OnLoadingStateChange()