Home
last modified time | relevance | path

Searched refs:tabTitle (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_all_tabs_controller.mm49 const string16 tabTitle = tc->GetTitle();
51 ActiveTabNameURLPair tabPair(tabTitle, tabURL);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTabbedPane.js149 appendTab: function(id, tabTitle, view, tabTooltip, userGesture, isCloseable) argument
152 var tab = new WebInspector.TabbedPaneTab(this, id, tabTitle, isCloseable, view, tabTooltip);
304 changeTabTitle: function(id, tabTitle) argument
307 if (tab.title === tabTitle)
309 tab.title = tabTitle;