Searched defs:isRange (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.h70 VisiblePosition visibleStart() const { return VisiblePosition(m_start, isRange() ? DOWNSTREAM : affinity()); }
71 VisiblePosition visibleEnd() const { return VisiblePosition(m_end, isRange() ? UPSTREAM : affinity()); }
75 bool isRange() const { return selectionType() == RangeSelection; } function in class:WebCore::VisibleSelection
77 bool isNonOrphanedRange() const { return isRange() && !start().isOrphan() && !end().isOrphan(); }
H A DSelectionController.h127 bool isRange() const { return m_selection.isRange(); } function in class:WebCore::SelectionController
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java2991 private void verifyInvokeCommon(AnalyzedInstruction analyzedInstruction, boolean isRange, int invokeType, argument
3050 assert isRange || registers.getCount() <= 5;
3451 boolean isRange) {
3456 if (isRange) {
3500 if (isRange) {
3450 analyzeInvokeVirtualQuick(AnalyzedInstruction analyzedInstruction, boolean isSuper, boolean isRange) argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 323 milliseconds