Searched refs:RIGHT (Results 1 - 25 of 32) sorted by relevance

12

/external/srec/tools/grxmlcompile/
H A Dvocab.h72 typedef enum PelPosition {LEFT, RIGHT, MIDDLE}; enumerator in enum:Pronunciation::PelPosition
/external/proguard/src/proguard/gui/
H A DClassPathPanel.java328 private final JLabel iconLabel = new JLabel("", JLabel.RIGHT);
329 private final JLabel jarNameLabel = new JLabel("", JLabel.RIGHT);
330 private final JLabel filterLabel = new JLabel("", JLabel.RIGHT);
/external/clearsilver/imd/
H A Dimd.cs70 <DIV ALIGN=RIGHT>
108 <DIV ALIGN=RIGHT>
137 <DIV ALIGN=RIGHT>
/external/webkit/WebCore/editing/
H A DSelectionController.h45 enum EDirection { FORWARD, BACKWARD, RIGHT, LEFT }; enumerator in enum:WebCore::SelectionController::EDirection
H A DEditorCommand.cpp678 frame->selection()->modify(SelectionController::MOVE, SelectionController::RIGHT, CharacterGranularity, true);
684 frame->selection()->modify(SelectionController::EXTEND, SelectionController::RIGHT, CharacterGranularity, true);
846 frame->selection()->modify(SelectionController::MOVE, SelectionController::RIGHT, WordGranularity, true);
852 frame->selection()->modify(SelectionController::EXTEND, SelectionController::RIGHT, WordGranularity, true);
870 frame->selection()->modify(SelectionController::MOVE, SelectionController::RIGHT, LineBoundary, true);
876 frame->selection()->modify(SelectionController::EXTEND, SelectionController::RIGHT, LineBoundary, true);
H A DSelectionController.cpp243 case RIGHT:
582 case RIGHT:
H A DEditor.cpp245 case SelectionController::RIGHT:
/external/webkit/WebKit/android/nav/
H A DCacheBuilder.h68 RIGHT, enumerator in enum:android::CacheBuilder::Direction
73 RIGHT_DOWN = RIGHT & DOWN, // mask and result
H A DCachedFrame.h54 RIGHT, enumerator in enum:android::CachedFrame::Direction
60 RIGHT_DOWN = RIGHT & DOWN, // mask and result
H A DCachedHistory.cpp143 case CachedFrame::RIGHT: return "RIGHT"; break;
H A DCachedFrame.cpp557 case RIGHT: distance = clip->right() - testBounds.right(); break;
562 case RIGHT: distance = testBounds.right() - clip->x(); break;
581 case RIGHT:
792 if (checkVisited(test, RIGHT) == false)
805 if (checkVisited(innerData.mNode, RIGHT)) {
810 if (checkVisited(test, RIGHT))
H A DCachedRoot.cpp971 case RIGHT:
1275 if (scrollX < rightOverlap && (direction == RIGHT || (!scrollX
1331 case RIGHT:
H A DWebView.cpp645 return CachedFrame::RIGHT;
756 direction == CachedFrame::RIGHT ? dx <= 0 :
/external/junit/src/junit/awtui/
H A DTestRunner.java237 fNumberOfErrors= new Label("0000", Label.RIGHT);
241 fNumberOfFailures= new Label("0000", Label.RIGHT);
245 fNumberOfRuns= new Label("0000", Label.RIGHT);
/external/webkit/WebCore/rendering/style/
H A DRenderStyleConstants.h305 TAAUTO, LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER enumerator in enum:WebCore::ETextAlign
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp274 SelectionController::RIGHT,
/external/qemu/android/
H A Dhw-events.h149 KEY_CODE(RIGHT ,106) \
407 BTN_CODE(RIGHT, 0x111) \
/external/webkit/WebCore/rendering/
H A DRenderFieldset.cpp87 case RIGHT:
H A DRenderBlockLineLayout.cpp417 case RIGHT:
588 ((ta == RIGHT || ta == WEBKIT_RIGHT) && (dir == RTL))));
/external/qemu/android/skin/
H A Dkeyset.c171 _KEYSYM1_(RIGHT) \
/external/webkit/WebCore/page/
H A DDOMSelection.cpp285 direction = SelectionController::RIGHT;
H A DEventHandler.cpp2161 m_frame->selection()->modify((isShifted) ? SelectionController::EXTEND : SelectionController::MOVE, SelectionController::RIGHT, (isCommanded) ? LineBoundary : (isOptioned) ? WordGranularity : CharacterGranularity, true);
/external/webkit/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp2166 selection.modify(SelectionController::EXTEND, SelectionController::RIGHT, LineBoundary);
2379 selection.modify(SelectionController::EXTEND, SelectionController::RIGHT, LineBoundary);
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h1545 case RIGHT:
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py213 hboxMain.Add(leftPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT, BORDER)

Completed in 616 milliseconds

12