Searched refs:chrome_observer_ (Results 1 – 4 of 4) sorted by relevance
39 scoped_ptr<BookmarkBubbleNotificationBridge> chrome_observer_; variable
173 chrome_observer_.reset(NULL);219 chrome_observer_.reset(new BookmarkBubbleNotificationBridge(
228 chrome_observer_.reset(new ChromeRenderProcessObserver(this)); in RenderThreadStarted()257 thread->AddObserver(chrome_observer_.get()); in RenderThreadStarted()361 if (chrome_observer_.get()) { in RenderViewCreated()363 chrome_observer_->content_setting_rules()); in RenderViewCreated()388 new ChromeRenderViewObserver(render_view, chrome_observer_.get()); in RenderViewCreated()
194 scoped_ptr<ChromeRenderProcessObserver> chrome_observer_; variable