Home
last modified time | relevance | path

Searched refs:TabSwitcherView (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Dtabswitcherview.js25 function TabSwitcherView(tabHandleDivId) { class
34 inherits(TabSwitcherView, View);
36 TabSwitcherView.prototype.setGeometry = function(left, top, width, height) {
37 TabSwitcherView.superClass_.setGeometry.call(this, left, top, width, height);
52 TabSwitcherView.prototype.show = function(isVisible) {
53 TabSwitcherView.superClass_.show.call(this, isVisible);
70 TabSwitcherView.prototype.addTab = function(id, contentView, switchOnClick) {
90 TabSwitcherView.prototype.findActiveTab = function() {
103 TabSwitcherView.prototype.findTabById = function(id) {
116 TabSwitcherView.prototype.switchToTab = function(id, params) {
[all …]
Ddetailsview.js17 TabSwitcherView.call(this, tabHandlesContainerId);
29 inherits(DetailsView, TabSwitcherView);
Dmain.js130 var categoryTabSwitcher = new TabSwitcherView('categoryTabHandles');
/external/chromium_org/chrome/browser/resources/net_internals/
Dtab_switcher_view.js14 var TabSwitcherView = (function() { class
30 function TabSwitcherView(dropdownMenu, opt_onTabSwitched) { class in TabSwitcherView
31 assertFirstConstructorCall(TabSwitcherView);
44 TabSwitcherView.prototype = {
176 return TabSwitcherView;
Dmain.js156 this.tabSwitcher_ = new TabSwitcherView(