Searched defs:tabIndex (Results 1 - 13 of 13) sorted by relevance

/external/aac/libAACenc/src/
H A Dquantize.cpp125 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE); local
127 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
138 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE); local
140 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
178 INT ex,specExp,tabIndex; local
189 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
192 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
212 INT ex,specExp,tabIndex; local
223 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
226 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
[all...]
/external/webkit/Source/WebCore/dom/
H A DNodeRareData.h110 short tabIndex() const { return m_tabIndex; } function in class:WebCore::NodeRareData
H A DNode.cpp577 short Node::tabIndex() const function in class:WebCore::Node
579 return hasRareData() ? rareData()->tabIndex() : 0;
963 return isFocusable() && tabIndex() >= 0;
H A DDocument.cpp2492 static Node* nextNodeWithExactTabIndex(Node* start, int tabIndex, KeyboardEvent* event) argument
2496 if (n->isKeyboardFocusable(event) && n->tabIndex() == tabIndex)
2502 static Node* previousNodeWithExactTabIndex(Node* start, int tabIndex, KeyboardEvent* event) argument
2506 if (n->isKeyboardFocusable(event) && n->tabIndex() == tabIndex)
2512 static Node* nextNodeWithGreaterTabIndex(Node* start, int tabIndex, KeyboardEvent* event) argument
2518 if (n->isKeyboardFocusable(event) && n->tabIndex() > tabIndex && n->tabIndex() < winningTabInde
2526 previousNodeWithLowerTabIndex(Node* start, int tabIndex, KeyboardEvent* event) argument
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp77 // If not a link we should still be able to focus the element if it has tabIndex.
86 // Only allow links with tabIndex or contentEditable to be mouse focusable.
293 short HTMLAnchorElement::tabIndex() const function in class:WebCore::HTMLAnchorElement
296 return Element::tabIndex();
H A DHTMLElement.cpp751 short HTMLElement::tabIndex() const function in class:WebCore::HTMLElement
754 return Element::tabIndex();
H A DHTMLFormControlElement.cpp310 short HTMLFormControlElement::tabIndex() const function in class:WebCore::HTMLFormControlElement
313 return Element::tabIndex();
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp772 HRESULT STDMETHODCALLTYPE DOMHTMLSelectElement::tabIndex( function in class:DOMHTMLSelectElement
780 /* [in] */ int /*tabIndex*/)
1163 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::tabIndex( function in class:DOMHTMLInputElement
1171 /* [in] */ int /*tabIndex*/)
1525 HRESULT STDMETHODCALLTYPE DOMHTMLTextAreaElement::tabIndex( function in class:DOMHTMLTextAreaElement
1533 /* [in] */ int /*tabIndex*/)
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h489 @property int tabIndex; variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 407 milliseconds