/external/aac/libAACenc/src/ |
D | quantize.cpp | 125 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE); in FDKaacEnc_quantizeLines() local 127 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]); in FDKaacEnc_quantizeLines() 138 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE); in FDKaacEnc_quantizeLines() local 140 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]); in FDKaacEnc_quantizeLines() 178 INT ex,specExp,tabIndex; in FDKaacEnc_invQuantizeLines() local 189 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE); in FDKaacEnc_invQuantizeLines() 192 s = FDKaacEnc_mTab_4_3Elc[tabIndex]; in FDKaacEnc_invQuantizeLines() 212 INT ex,specExp,tabIndex; in FDKaacEnc_invQuantizeLines() local 223 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE); in FDKaacEnc_invQuantizeLines() 226 s = FDKaacEnc_mTab_4_3Elc[tabIndex]; in FDKaacEnc_invQuantizeLines()
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
D | feed.js | 128 box.tabIndex = -1; 145 title.tabIndex = 0; 161 desc.tabIndex = -1; 176 more.tabIndex = 0; 233 iframe.tabIndex = 0; 240 iframe.tabIndex = -1;
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
D | control_bar.js | 46 set buttonsTabIndex(tabIndex) { argument 49 button.tabIndex = tabIndex;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
D | ui.js | 136 var tabIndex = this._tabs.tabs('option', 'selected'); 137 this._tabIndexToSavedScrollOffset[tabIndex] = document.body.scrollTop; 139 _restoreScrollOffset: function(tabIndex) argument 141 document.body.scrollTop = this._tabIndexToSavedScrollOffset[tabIndex] || 0; 202 var tabIndex = this._tabNames.indexOf(tabName); 203 this._tabs.tabs('enable', tabIndex); 204 this._tabs.tabs('select', tabIndex);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | FocusController.cpp | 215 return isNonFocusableFocusScopeOwner(node) ? 0 : node->tabIndex(); in adjustedTabIndex() 524 Node* FocusController::findNodeWithExactTabIndex(Node* start, int tabIndex, FocusType type) in findNodeWithExactTabIndex() argument 528 if (shouldVisit(node) && adjustedTabIndex(node) == tabIndex) in findNodeWithExactTabIndex() 534 static Node* nextNodeWithGreaterTabIndex(Node* start, int tabIndex) in nextNodeWithGreaterTabIndex() argument 540 … if (shouldVisit(node) && node->tabIndex() > tabIndex && node->tabIndex() < winningTabIndex) { in nextNodeWithGreaterTabIndex() 542 winningTabIndex = node->tabIndex(); in nextNodeWithGreaterTabIndex() 549 static Node* previousNodeWithLowerTabIndex(Node* start, int tabIndex) in previousNodeWithLowerTabIndex() argument 556 …t(node) || isNonKeyboardFocusableShadowHost(node)) && currentTabIndex < tabIndex && currentTabInde… in previousNodeWithLowerTabIndex() 567 int tabIndex = adjustedTabIndex(start); in nextFocusableNode() local 569 if (tabIndex < 0) { in nextFocusableNode() [all …]
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | dot_list.js | 68 navDots[newFocusIndex].tabIndex = 3; 70 focusDot.tabIndex = -1;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | ComponentResultsView.java | 324 int tabIndex = this.tabFolder.getSelectionIndex(); in resetTabFolders() local 325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex(); in resetTabFolders() 355 tabIndex = c; in resetTabFolders() 368 if (tabIndex >= 0 && lineIndex >= 0) { in resetTabFolders() 369 this.tabFolder.setSelection(tabIndex); in resetTabFolders() 370 Table table = this.tabs[tabIndex].table; in resetTabFolders()
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | header_bar.js | 63 set buttonsTabIndex(tabIndex) { argument 66 button.tabIndex = tabIndex;
|
D | oobe_screen_user_image.js | 200 $('flip-photo').tabIndex = 1; 211 $('flip-photo').tabIndex = -1;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | SearchableView.js | 84 this._findButtonElement.tabIndex = -1; 90 this._replaceButtonElement.tabIndex = -1; 96 this._prevButtonElement.tabIndex = -1; 120 cancelButtonElement.tabIndex = -1; 516 this._replaceCheckboxElement.tabIndex = secondRowVisible ? -1 : 0;
|
/external/chromium_org/chrome/browser/resources/login/ |
D | user_pod_row.js | 177 this.tabIndex = UserPodTabOrder.POD_INPUT; 178 this.actionBoxAreaElement.tabIndex = UserPodTabOrder.ACTION_BOX; 229 this.mainInput.tabIndex = -1; 230 this.tabIndex = UserPodTabOrder.POD_INPUT; 716 this.tabIndex = -1; 717 this.mainInput.tabIndex = UserPodTabOrder.POD_INPUT; 822 this.actionBoxMenuRemoveElement.tabIndex = 906 this.actionBoxMenuRemoveElement.tabIndex = -1; 1106 this.tabIndex = -1; 1107 this.mainInput.tabIndex = UserPodTabOrder.POD_INPUT; [all …]
|
/external/chromium_org/remoting/webapp/ |
D | ui_mode.js | 253 element.tabIndex = element.getAttribute(kSavedAttributeName); 273 element.setAttribute(kSavedAttributeName, element.tabIndex); 274 element.tabIndex = -1;
|
D | host_table_entry.js | 83 editButton.tabIndex = 0; 96 deleteButton.tabIndex = 0;
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | search_box.js | 155 this.inputElement.tabIndex = '99'; // See: go/filesapp-tabindex. 165 this.inputElement.tabIndex = '-1';
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | dialogs.js | 52 this.frame_.tabIndex = -1; 150 function(n) { return n.tabIndex >= 0; }); 179 function(n) { n.tabIndex = -1; });
|
D | context_menu_button.js | 50 this.tabIndex = -1;
|
D | bubble_button.js | 24 this.image.tabIndex = 0;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | Dialog.js | 43 this._glassPane.element.tabIndex = 0; 48 this._element.tabIndex = 0;
|
D | InplaceEditor.js | 46 element.tabIndex = 0; 59 element.tabIndex = editingContext.oldTabIndex;
|
D | TextPrompt.js | 192 this._oldTabIndex = this._element.tabIndex; 193 if (this._element.tabIndex < 0) 194 this._element.tabIndex = 0; 202 this._element.tabIndex = this._oldTabIndex;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAElement.cpp | 174 short SVGAElement::tabIndex() const in tabIndex() function in WebCore::SVGAElement 177 return Element::tabIndex(); in tabIndex()
|
D | SVGAElement.h | 55 virtual short tabIndex() const OVERRIDE;
|
/external/chromium-trace/ |
D | init.js | 15 timelineViewEl.tabIndex = 1;
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | overlay.js | 44 this.tabCatcher.tabIndex = 0; 89 overlay.tabIndex = 0;
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | timeline_track_view.js | 272 if (this.focusElement.tabIndex >= 0) { 377 if (this.focusElement.tabIndex == -1) { 476 if (this.focusElement.tabIndex) { 658 if (this.focusElement.tabIndex >= 0)
|