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

1 2

  /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 29 var tabpanelNodeList = document.getElementsByTagName('tabpanel');
40 var tabpanel = tabpanels[tabbox.selectedIndex];
41 var hash = tabpanel.id.match(/(?:^tabpanel-)(.+)/)[1];
52 var id = 'tabpanel-' + hash;
333 var tabpanel = $('tabpanel-detection-logs');
334 var tbody = tabpanel.getElementsByTagName('tbody')[0];
354 var tabpanel = $('tabpanel-error-logs')
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
main.html 33 <tabpanel>
35 </tabpanel>
36 <tabpanel>
38 </tabpanel>
39 <tabpanel>
41 </tabpanel>
42 <tabpanel>
44 </tabpanel>
  /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 29 <tabpanel>
31 </tabpanel>
32 <tabpanel>
34 </tabpanel>
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_index.html 66 <tabpanel>
68 </tabpanel>
69 <tabpanel>
71 </tabpanel>
72 <tabpanel>
74 </tabpanel>
75 <tabpanel>
77 </tabpanel>
78 <tabpanel>
80 </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.
24 return el.tagName == 'TAB' || el.tagName == 'TABPANEL';
28 * Set hook for the selected property for Tab and TabPanel.
32 * @this {Tab|TabPanel}
50 TABPANEL: TabPanel
101 * Callback for when a Tab or TabPanel changes its selected property.
217 * Creates a new tabpanel element
    [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/chrome/browser/resources/quota_internals/
main.html 37 <tabpanel>
52 </tabpanel>
54 <tabpanel>
65 </tabpanel>
67 <tabpanel>
71 </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">
75 </tabpanel>
77 <tabpanel id="extensions-tab">
107 </tabpanel>
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp     [all...]
AXObject.cpp 114 { "tabpanel", TabPanelRole },
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 73 tabpanel {
  /external/chromium_org/chrome/browser/resources/apps_debugger/js/
items_list.js 568 return el.tagName == 'TABPANEL';
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebAXObjectProxy.cpp 241 return result.append("TabPanel");
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 429 "aria-valuemin", "aria-valuenow"], properties:["aria-valuemax", "aria-valuemin", "aria-valuenow", "aria-required"]}, status:{parent:["region"]}, structure:{"abstract":!0, parent:["roletype"]}, tab:{namefrom:["contents", "author"], parent:["sectionhead", "widget"], properties:["aria-selected"]}, tablist:{mustcontain:["tab"], namefrom:["author"], parent:["composite", "directory"], properties:["aria-level"]}, tabpanel:{namefrom:["author"], namerequired:!0, parent:["region"]}, textbox:{namefrom:["author"],
476 menuitemradio:"aria_role_menuitemradio", option:axs.constants.NO_ROLE_NAME, progressbar:"aria_role_progressbar", radio:"aria_role_radio", radiogroup:"aria_role_radiogroup", rowheader:"aria_role_rowheader", scrollbar:"aria_role_scrollbar", slider:"aria_role_slider", spinbutton:"aria_role_spinbutton", status:"aria_role_status", tab:"aria_role_tab", tabpanel:"aria_role_tabpanel", textbox:"aria_role_textbox", timer:"aria_role_timer", toolbar:"aria_role_toolbar", tooltip:"aria_role_tooltip", treeitem:"aria_role_treeitem"};
    [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...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]

Completed in 630 milliseconds

1 2