Home | History | Annotate | Download | only in tabs

Lines Matching refs:TabsEventRouter

59 TabsEventRouter::TabEntry::TabEntry() : complete_waiting_on_load_(false),
63 base::DictionaryValue* TabsEventRouter::TabEntry::UpdateLoadState(
79 base::DictionaryValue* TabsEventRouter::TabEntry::DidNavigate(
95 TabsEventRouter::TabsEventRouter(Profile* profile) : profile_(profile) {
117 TabsEventRouter::~TabsEventRouter() {
121 void TabsEventRouter::OnBrowserAdded(Browser* browser) {
125 void TabsEventRouter::RegisterForBrowserNotifications(Browser* browser) {
137 void TabsEventRouter::RegisterForTabNotifications(WebContents* contents) {
153 void TabsEventRouter::UnregisterForTabNotifications(WebContents* contents) {
162 void TabsEventRouter::OnBrowserRemoved(Browser* browser) {
170 void TabsEventRouter::OnBrowserSetLastActive(Browser* browser) {
190 void TabsEventRouter::TabCreatedAt(WebContents* contents,
205 void TabsEventRouter::TabInsertedAt(WebContents* contents,
233 void TabsEventRouter::TabDetachedAt(WebContents* contents, int index) {
258 void TabsEventRouter::TabClosingAt(TabStripModel* tab_strip_model,
285 void TabsEventRouter::ActiveTabChanged(WebContents* old_contents,
323 void TabsEventRouter::TabSelectionChanged(
362 void TabsEventRouter::TabMoved(WebContents* contents,
386 void TabsEventRouter::TabUpdated(WebContents* contents, bool did_navigate) {
401 void TabsEventRouter::FaviconUrlUpdated(WebContents* contents) {
414 void TabsEventRouter::DispatchEvent(
429 void TabsEventRouter::DispatchSimpleBrowserEvent(
443 void TabsEventRouter::DispatchTabUpdatedEvent(
475 TabsEventRouter::TabEntry* TabsEventRouter::GetTabEntry(WebContents* contents) {
483 void TabsEventRouter::Observe(int type,
508 void TabsEventRouter::TabChangedAt(WebContents* contents,
514 void TabsEventRouter::TabReplacedAt(TabStripModel* tab_strip_model,
542 void TabsEventRouter::TabPinnedStateChanged(WebContents* contents, int index) {