Searched refs:tabTitle (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_all_tabs_controller.mm | 49 const string16 tabTitle = tc->GetTitle(); 51 ActiveTabNameURLPair tabPair(tabTitle, tabURL);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TabbedPane.js | 149 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;
|