HomeSort by relevance Sort by last modified time
    Searched full:vertical (Results 151 - 175 of 4655) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.css 22 vertical-align: middle;
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.cc 54 MirrorArrowIfOffScreen(true, // |vertical|.
59 MirrorArrowIfOffScreen(false, // |vertical|.
82 bool vertical,
93 GetInsetsLength(offscreen_insets, vertical) > 0) {
96 vertical ? BubbleBorder::vertical_mirror(*arrow_location) :
107 GetInsetsLength(new_offscreen_insets, vertical) >=
108 GetInsetsLength(offscreen_insets, vertical)) {
145 int BorderContents::GetInsetsLength(const gfx::Insets& insets, bool vertical) {
146 return vertical ? insets.height() : insets.width();
border_contents.h 55 // Changes |arrow_location| to its mirrored version, vertically if |vertical|
58 void MirrorArrowIfOffScreen(bool vertical,
73 // Convenience method that returns the height of |insets| if |vertical| is
75 static int GetInsetsLength(const gfx::Insets& insets, bool vertical);
  /external/chromium-trace/trace-viewer/src/
about_tracing.html.template 17 -webkit-box-orient: vertical;
  /external/chromium_org/chrome/browser/resources/
identity_internals.css 21 vertical-align: top;
  /external/chromium_org/chrome/browser/resources/options/
certificate_tree.css 16 vertical-align: middle;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
PreprocessorPanel.css 21 vertical-align: top;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
style.css 17 vertical-align: middle
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.html 14 vertical-align: middle;
  /external/chromium_org/content/shell/android/browsertests_apk/res/layout/
test_activity.xml 11 android:orientation="vertical">
  /external/chromium_org/content/shell/android/linker_test_apk/res/layout/
test_activity.xml 11 android:orientation="vertical">
  /external/chromium_org/remoting/resources/layout/
pin_dialog.xml 3 android:orientation="vertical"
  /external/chromium_org/ui/views/bubble/
bubble_border.h 31 // 2 bit specifies horizontal or vertical.
36 VERTICAL = 0x04,
45 LEFT_TOP = VERTICAL,
46 RIGHT_TOP = VERTICAL | RIGHT,
47 LEFT_BOTTOM = VERTICAL | BOTTOM,
48 RIGHT_BOTTOM = VERTICAL | BOTTOM | RIGHT,
51 LEFT_CENTER = CENTER | VERTICAL,
52 RIGHT_CENTER = CENTER | VERTICAL | RIGHT,
107 return a >= NONE ? false : !(a & VERTICAL);
  /external/chromium_org/ui/webui/resources/css/
bubble_button.css 10 vertical-align: middle;
  /external/droiddriver/samples/testapp/res/layout/
scroll_activity.xml 10 android:orientation="vertical" >
15 android:orientation="vertical" >
30 android:orientation="vertical" >
34 android:orientation="vertical" >
  /external/robolectric/src/test/resources/res/layout/
fragment_activity.xml 6 android:orientation="vertical"
mapview.xml 5 android:orientation="vertical"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c 28 * Performs in-place deblock filtering on four vertical edges of the chroma
36 * threshold for external vertical edge, and the second item is for
37 * internal vertical edge); per [ISO14496-10] alpha values must be
40 * threshold for the external vertical edge, and the second item is
41 * for the internal vertical edge); per [ISO14496-10] beta values
44 * vertical edge of each 4x2 chroma block, arranged in vertical
48 * block, arranged in vertical block order). This parameter is the
118 /* Filter vertical edge with q0 at (X,Y) */
  /frameworks/base/media/tests/MediaDump/res/layout/
main.xml 7 android:orientation="vertical"
  /frameworks/base/tests/HugeBackup/res/layout/
backup_restore.xml 20 android:orientation="vertical"
25 android:orientation="vertical"
31 android:orientation="vertical"
46 android:orientation="vertical">
  /frameworks/base/tests/StatusBar/res/layout/
progress_notification.xml 3 android:orientation="vertical"
  /frameworks/base/tests/TransitionTests/res/layout/
clipping_text_1.xml 4 android:orientation="vertical"
fading_test_simple.xml 4 android:orientation="vertical"
overlay_test.xml 4 android:orientation="vertical"
two_buttons.xml 3 android:orientation="vertical"

Completed in 780 milliseconds

1 2 3 4 5 67 8 91011>>