Home
last modified time | relevance | path

Searched refs:tabIndex (Results 1 – 25 of 106) sorted by relevance

12345

/external/aac/libAACenc/src/
Dquantize.cpp125 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/
Dfeed.js128 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/
Dcontrol_bar.js46 set buttonsTabIndex(tabIndex) { argument
49 button.tabIndex = tabIndex;
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
Dui.js136 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/
DFocusController.cpp215 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/
Ddot_list.js68 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/
DComponentResultsView.java324 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/
Dheader_bar.js63 set buttonsTabIndex(tabIndex) { argument
66 button.tabIndex = tabIndex;
Doobe_screen_user_image.js200 $('flip-photo').tabIndex = 1;
211 $('flip-photo').tabIndex = -1;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DSearchableView.js84 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/
Duser_pod_row.js177 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/
Dui_mode.js253 element.tabIndex = element.getAttribute(kSavedAttributeName);
273 element.setAttribute(kSavedAttributeName, element.tabIndex);
274 element.tabIndex = -1;
Dhost_table_entry.js83 editButton.tabIndex = 0;
96 deleteButton.tabIndex = 0;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dsearch_box.js155 this.inputElement.tabIndex = '99'; // See: go/filesapp-tabindex.
165 this.inputElement.tabIndex = '-1';
/external/chromium_org/ui/webui/resources/js/cr/ui/
Ddialogs.js52 this.frame_.tabIndex = -1;
150 function(n) { return n.tabIndex >= 0; });
179 function(n) { n.tabIndex = -1; });
Dcontext_menu_button.js50 this.tabIndex = -1;
Dbubble_button.js24 this.image.tabIndex = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DDialog.js43 this._glassPane.element.tabIndex = 0;
48 this._element.tabIndex = 0;
DInplaceEditor.js46 element.tabIndex = 0;
59 element.tabIndex = editingContext.oldTabIndex;
DTextPrompt.js192 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/
DSVGAElement.cpp174 short SVGAElement::tabIndex() const in tabIndex() function in WebCore::SVGAElement
177 return Element::tabIndex(); in tabIndex()
DSVGAElement.h55 virtual short tabIndex() const OVERRIDE;
/external/chromium-trace/
Dinit.js15 timelineViewEl.tabIndex = 1;
/external/chromium-trace/trace-viewer/src/ui/
Doverlay.js44 this.tabCatcher.tabIndex = 0;
89 overlay.tabIndex = 0;
/external/chromium-trace/trace-viewer/src/tracing/
Dtimeline_track_view.js272 if (this.focusElement.tabIndex >= 0) {
377 if (this.focusElement.tabIndex == -1) {
476 if (this.focusElement.tabIndex) {
658 if (this.focusElement.tabIndex >= 0)

12345