Searched refs:delegates_ (Results 1 – 6 of 6) sorted by relevance
12 CreateDelegates(delegates_); in ClientAppRenderer()16 DelegateSet::iterator it = delegates_.begin(); in OnWebKitInitialized()17 for (; it != delegates_.end(); ++it) in OnWebKitInitialized()24 DelegateSet::iterator it = delegates_.begin(); in OnBrowserCreated()25 for (; it != delegates_.end(); ++it) in OnBrowserCreated()30 DelegateSet::iterator it = delegates_.begin(); in OnBrowserDestroyed()31 for (; it != delegates_.end(); ++it) in OnBrowserDestroyed()37 DelegateSet::iterator it = delegates_.begin(); in GetLoadHandler()38 for (; it != delegates_.end() && !load_handler.get(); ++it) in GetLoadHandler()47 DelegateSet::iterator it = delegates_.begin(); in OnContextCreated()[all …]
114 DelegateSet delegates_;
15 CreateDelegates(delegates_); in ClientAppBrowser()84 DelegateSet::iterator it = delegates_.begin(); in OnBeforeCommandLineProcessing()85 for (; it != delegates_.end(); ++it) in OnBeforeCommandLineProcessing()91 DelegateSet::iterator it = delegates_.begin(); in OnContextInitialized()92 for (; it != delegates_.end(); ++it) in OnContextInitialized()98 DelegateSet::iterator it = delegates_.begin(); in OnBeforeChildProcessLaunch()99 for (; it != delegates_.end(); ++it) in OnBeforeChildProcessLaunch()
68 DelegateSet delegates_; variable
94 for (const auto& delegate : delegates_) { in WorkerStarted()106 delegates_.erase(id); in RemoveAttachDelegate()113 delegates_[id] = std::move(attach_delegate); in SetAutoAttach()114 const auto& delegate = delegates_[id]; in SetAutoAttach()
105 std::unordered_map<int, std::unique_ptr<WorkerDelegate>> delegates_; variable