Searched defs:TabSwitcherView (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
H A 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
[all...]

Completed in 74 milliseconds