HomeSort by relevance Sort by last modified time
    Searched full:directionality (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.h 99 // A hint on the display directionality of the item text in popup menu.
102 // directionality, or we could display the items in the drop-down using heuristics:
103 // such as in its first strong directionality character's direction.
107 // Use the DOM element's directionality to display the item text in popup menu.
109 // Use the item text's first strong-directional character's directionality
PopupMenuChromium.cpp 82 // display item text in its first strong directional character's directionality.
849 // Prepare the directionality to draw text.
    [all...]
  /external/webkit/WebCore/manual-tests/
autofill-popup-width-and-item-direction.html 5 Test the popup list box's width and its items' display directionality
select_alignment.html 9 select drop-down items' alignment should be determined by the directionality of
  /external/v8/src/
jump-target.h 60 enum Directionality { FORWARD_ONLY, BIDIRECTIONAL };
64 explicit JumpTarget(Directionality direction)
82 virtual void set_direction(Directionality direction) {
137 // Directionality flag set at initialization time.
138 Directionality direction_;
197 virtual void set_direction(Directionality direction);
jump-target.cc 53 // the directionality of the block. Compute: an entry frame for the
348 void BreakTarget::set_direction(Directionality direction) {
  /libcore/luni/src/main/java/org/apache/harmony/text/
NativeBidi.java 67 // Get the directionality of the text.
  /external/chromium/third_party/icu/source/common/
ubidiimp.h 61 * to deal with directionality properties.
263 /* the overall paragraph or line directionality - see UBiDiDirection */
ubidiln.c 40 * The overall directionality of the paragraph
56 * One sign bit is used to hold the directionality of the run.
562 /* mixed directionality */
    [all...]
ubidi.c 526 * directionality properties at "real" same-level-run boundaries by
579 /* not mixed directionality: levels don't matter - trailingWSStart will be 0 */
    [all...]
  /external/icu4c/common/
ubidiimp.h 61 * to deal with directionality properties.
263 /* the overall paragraph or line directionality - see UBiDiDirection */
ubidiln.c 40 * The overall directionality of the paragraph
56 * One sign bit is used to hold the directionality of the run.
562 /* mixed directionality */
    [all...]
ubidi.c 522 * directionality properties at "real" same-level-run boundaries by
575 /* not mixed directionality: levels don't matter - trailingWSStart will be 0 */
    [all...]
  /external/icu4c/layoutex/layout/
playout.h 80 * @param paragraphLevel is the directionality of the paragraph, as in the UBiDi object.
150 * Return the directionality of the text in the paragraph.
ParagraphLayout.h 376 * @param paragraphLevel is the directionality of the paragraph, as in the UBiDi object.
454 * Return the directionality of the text in the paragraph.
  /libcore/luni/src/main/java/java/lang/
Character.java 540 private static final byte[] DIRECTIONALITY = new byte[] {
    [all...]
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 177 // The inline box may have different directionality than it's parent. Since truncation
178 // behavior depends both on both the parent and the inline block's directionality, we
203 // Where "after" is defined by the flow directionality, not the inline
204 // box directionality.
    [all...]
  /frameworks/base/core/java/android/text/
Selection.java 405 // depends upon the directionality of the text
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 214 * Returns the primary directionality of the paragraph containing the specified line.
  /external/webkit/WebKit/wx/
ChangeLog 683 Fix tooltip does not get its directionality from its element's directionality.
687 title, we also get the directionality of the title. How to handle
688 the directionality is up to clients. Clients could ignore it,
693 (WebCore::ChromeClientWx::setToolTip): Add directionality as 2nd parameter to setToopTip() (without handling it yet).
694 * WebKitSupport/ChromeClientWx.h: Add directionality as 2nd parameter to setToolTip().
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
ubidi.h     [all...]
  /external/icu4c/common/unicode/
ubidi.h     [all...]
  /external/chromium/base/
file_path.h 67 // WARNING: FilePaths should ALWAYS be displayed with LTR directionality, even
  /external/webkit/WebKit/win/
ChangeLog     [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2010-01-29     [all...]

Completed in 689 milliseconds

1 2