• Home
  • Raw
  • Download

Lines Matching refs:CefBrowserInfo

18 CefBrowserInfo::FrameInfo::~FrameInfo() {  in ~FrameInfo()
27 CefBrowserInfo::CefBrowserInfo(int browser_id, in CefBrowserInfo() function in CefBrowserInfo
38 CefBrowserInfo::~CefBrowserInfo() { in ~CefBrowserInfo()
42 CefRefPtr<CefBrowserHostBase> CefBrowserInfo::browser() const { in browser()
49 void CefBrowserInfo::SetBrowser(CefRefPtr<CefBrowserHostBase> browser) { in SetBrowser()
76 void CefBrowserInfo::SetClosing() { in SetClosing()
82 void CefBrowserInfo::MaybeCreateFrame(content::RenderFrameHost* host, in MaybeCreateFrame()
160 void CefBrowserInfo::FrameHostStateChanged( in FrameHostStateChanged()
207 void CefBrowserInfo::RemoveFrame(content::RenderFrameHost* host) { in RemoveFrame()
239 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::GetMainFrame() { in GetMainFrame()
249 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::CreateTempSubFrame( in CreateTempSubFrame()
258 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::GetFrameForHost( in GetFrameForHost()
273 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::GetFrameForGlobalId( in GetFrameForGlobalId()
312 CefBrowserInfo::FrameHostList CefBrowserInfo::GetAllFrames() const { in GetAllFrames()
323 CefBrowserInfo::NavigationLock::NavigationLock() : weak_ptr_factory_(this) {} in NavigationLock()
325 CefBrowserInfo::NavigationLock::~NavigationLock() { in ~NavigationLock()
332 scoped_refptr<CefBrowserInfo::NavigationLock>
333 CefBrowserInfo::CreateNavigationLock() { in CreateNavigationLock()
345 bool CefBrowserInfo::IsNavigationLocked(base::OnceClosure pending_action) { in IsNavigationLocked()
354 void CefBrowserInfo::MaybeExecuteFrameNotification( in MaybeExecuteFrameNotification()
378 void CefBrowserInfo::MaybeNotifyDraggableRegionsChanged( in MaybeNotifyDraggableRegionsChanged()
399 void CefBrowserInfo::SetMainFrame(CefRefPtr<CefBrowserHostBase> browser, in SetMainFrame()
423 void CefBrowserInfo::MaybeNotifyFrameCreated( in MaybeNotifyFrameCreated()
431 [](scoped_refptr<CefBrowserInfo> self, CefRefPtr<CefFrameHostImpl> frame, in MaybeNotifyFrameCreated()
437 scoped_refptr<CefBrowserInfo>(this), frame)); in MaybeNotifyFrameCreated()
441 void CefBrowserInfo::MaybeNotifyFrameDetached( in MaybeNotifyFrameDetached()
459 void CefBrowserInfo::MaybeNotifyMainFrameChanged( in MaybeNotifyMainFrameChanged()
479 void CefBrowserInfo::RemoveAllFrames( in RemoveAllFrames()
507 CefBrowserInfo::NotificationStateLock::NotificationStateLock( in NotificationStateLock()
508 CefBrowserInfo* browser_info) in NotificationStateLock()
525 CefBrowserInfo::NotificationStateLock::~NotificationStateLock() { in ~NotificationStateLock()