OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tabs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TabbedPane.js
45
this.
_tabs
= [];
92
return this.
_tabs
.map(tabToView);
177
var tabs = this.
_tabs
.slice();
210
this.
_tabs
.splice(insertionIndexForObjectInListSortedByFunction(tab, this.
_tabs
, comparator.bind(this)), 0, tab);
212
this.
_tabs
.push(tab);
264
this.
_tabs
.splice(this.
_tabs
.indexOf(tab), 1);
288
var tabs = this.
_tabs
.slice();
301
var tabs = this.
_tabs
.slice()
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/core/
browser.py
39
self.
_tabs
= tab_list.TabList(backend.tab_list_backend)
91
return self.
_tabs
95
for i in xrange(len(self.
_tabs
)):
101
if self.
_tabs
[i].EvaluateJavaScript('!document.hidden'):
102
return self.
_tabs
[i]
Completed in 642 milliseconds