HomeSort by relevance Sort by last modified time
    Searched full:tabpanel (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.html 35 <tabpanel id="tabpanel-prefs">
39 </tabpanel>
41 <tabpanel id="tabpanel-detection-logs">
45 </tabpanel>
47 <tabpanel id="tabpanel-error-logs">
51 </tabpanel>
53 <tabpanel id="tabpanel-event-logs"
    [all...]
translate_internals.css 27 tabpanel {
31 tabpanel > div {
35 tabpanel > div > div {
44 #tabpanel-prefs ul {
49 #tabpanel-prefs ul li {
53 #tabpanel-prefs ul li button {
translate_internals.js 35 var tabpanelNodeList = document.getElementsByTagName('tabpanel');
46 var tabpanel = tabpanels[tabbox.selectedIndex];
47 var hash = tabpanel.id.match(/(?:^tabpanel-)(.+)/)[1];
58 var id = 'tabpanel-' + hash;
332 var tabpanel = $('tabpanel-detection-logs');
333 var tbody = tabpanel.getElementsByTagName('tbody')[0];
353 var tabpanel = $('tabpanel-error-logs')
    [all...]
  /external/chromium/chrome/browser/resources/sync_internals/
sync_index.html 43 <tabpanel>
45 </tabpanel>
46 <tabpanel>
48 </tabpanel>
49 <tabpanel>
51 </tabpanel>
52 <tabpanel>
54 </tabpanel>
55 <tabpanel>
57 </tabpanel>
    [all...]
  /external/chromium_org/chrome/browser/resources/predictors/
resource_prefetch_predictor.html 8 <tabpanel>
25 </tabpanel>
26 <tabpanel>
43 </tabpanel>
predictors.html 28 <tabpanel>
30 </tabpanel>
31 <tabpanel>
33 </tabpanel>
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
main.html 30 <tabpanel>
32 </tabpanel>
33 <tabpanel>
35 </tabpanel>
36 <tabpanel>
38 </tabpanel>
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_index.html 63 <tabpanel>
65 </tabpanel>
66 <tabpanel>
68 </tabpanel>
69 <tabpanel>
71 </tabpanel>
72 <tabpanel>
74 </tabpanel>
75 <tabpanel>
77 </tabpanel>
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
tabs.js 8 * Returns the TabBox for a Tab or a TabPanel.
9 * @param {Tab|TabPanel} el The tab or tabpanel element.
17 * Set hook for the selected property for Tab and TabPanel.
21 * @this {Tab|TabPanel}
39 TABPANEL: TabPanel
81 * Callback for when a Tab or TabPanel changes its selected property.
196 * Creates a new tabpanel element.
201 var TabPanel = cr.ui.define('tabpanel')
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
tabs.js 8 * Returns the TabBox for a Tab or a TabPanel.
9 * @param {Tab|TabPanel} el The tab or tabpanel element.
19 * Set hook for the selected property for Tab and TabPanel.
23 * @this {Tab|TabPanel}
41 TABPANEL: TabPanel
92 * Callback for when a Tab or TabPanel changes its selected property.
208 * Creates a new tabpanel element.
213 var TabPanel = cr.ui.define('tabpanel')
    [all...]
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.html 36 <tabpanel>
51 </tabpanel>
53 <tabpanel>
64 </tabpanel>
66 <tabpanel>
70 </tabpanel>
  /external/chromium_org/content/browser/resources/gpu/
info_view.html 6 <tabpanel id="info-view">
73 </tabpanel>
info_view.js 15 * @extends {cr.ui.TabPanel}
17 var InfoView = cr.ui.define(cr.ui.TabPanel);
20 __proto__: cr.ui.TabPanel.prototype,
23 cr.ui.TabPanel.prototype.decorate.apply(this);
  /external/chromium_org/chrome/browser/resources/
certificate_viewer.css 74 /* Used so that 100% width within tabpanel will correspond to usable space. */
75 tabpanel {
certificate_viewer.html 29 <tabpanel id="general">
99 </tabpanel>
102 <tabpanel>
120 </tabpanel>
  /external/chromium_org/chrome/browser/resources/apps_debugger/
main.html 44 <tabpanel id="apps-tab">
74 </tabpanel>
76 <tabpanel id="extensions-tab">
106 </tabpanel>
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp     [all...]
AccessibilityObject.cpp 112 { "tabpanel", TabPanelRole },
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 78 tabpanel {
  /external/chromium_org/chrome/browser/resources/apps_debugger/js/
items_list.js 564 return el.tagName == 'TABPANEL';
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityUIElementChromium.cpp 259 return result.append("TabPanel");
    [all...]
  /external/chromium-trace/trace-viewer/test_data/
android_systrace.html 15 f=new g(c);e.push([c,f]);return f};return{FocusOutlineManager:g}});cr.define("cr.ui",function(){function g(){for(var b={TABBOX:e,TABS:c,TAB:f,TABPANELS:h,TABPANEL:a},d,m=0;d=this.children[m];m++){var i=b[d.tagName];i&&cr.ui.decorate(d,i)}}var e=cr.ui.define("tabbox");e.prototype={__proto__:HTMLElement.prototype,decorate:function(){g.call(this);this.addEventListener("selectedChange",this.handleSelectedChange_,!0);this.selectedIndex=0},handleSelectedChange_:function(a){var d=a.target;a.newValue&&(d.parentElement&&d.parentElement.parentElement)==this&&(this.selectedIndex=
18 !0})}};cr.defineProperty(f,"selected",cr.PropertyKind.BOOL_ATTR);var h=cr.ui.define("tabpanels");h.prototype={__proto__:HTMLElement.prototype,decorate:g};var a=cr.ui.define("tabpanel");a.prototype={__proto__:HTMLElement.prototype,decorate:function(){}};cr.defineProperty(a,"selected",cr.PropertyKind.BOOL_ATTR);return{TabBox:e,Tabs:c,Tab:f,TabPanels:h,TabPanel:a}});global=this;function $(g){return document.getElementById(g)}function chromeSend(g,e,c,f){var h=global[c];global[c]=function(){global[c]=h;var a=Array.prototype.slice.call(arguments);return f.apply(global,a)};chrome.send(g,e)}function url(g){g=g.replace(/(\(|\)|\,|\s|\'|\"|\\)/g,"\\$1");/\\\\$/.test(g)&&(g+=" ");return'url("'+g+'")'}function parseQueryParams(g){for(var e={},g=unescape(g.search.substring(1)).split("&"),c=0;c<g.length;c++){var f=g[c].split("=");e[f[0]]=f[1]}return e}
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]

Completed in 301 milliseconds