HomeSort by relevance Sort by last modified time
    Searched refs:px (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
themeWinQuirks.css 37 padding: 2px 0 0 2px;
fullscreenQuickTime.css 32 bottom: 50px;
34 margin-left: -220px;
35 padding: 12px 0 0 10px;
36 width: 430px;
37 height: 48px;
52 inset 0 -1px 1px rgba(0, 0, 0, 0.5),
53 inset 0 1px 0 0px rgba(255, 255, 255, 0.15)
    [all...]
mediaControlsQt.css 31 height: 34px;
32 width: 400px;
64 bottom: 0px;
68 width: 12px;
69 height: 12px;
70 padding: 6px;
71 margin: 5px 5px 5px 3px;
    [all...]
  /external/clang/test/Modules/
irgen.c 9 void triple_value(int *px) {
10 *px = triple(*px);
  /frameworks/compile/libbcc/tests/data/src/
casts.c 13 int px = &x; local
14 // int z = * px; // An error, expected a pointer type
15 int y = * (int*) px;
20 int px = (int) malloc(120); local
21 * (int*) px = 8;
22 * (int*) (px + 4) = 9;
23 printf("Testing writing (int*): %d %d\n", * (int*) px, * (int*) (px + 4));
24 free((void*) px);
29 int px = &x local
39 int px = &x; local
59 int px = (int) malloc(120); local
67 int px = (int) malloc(120); local
    [all...]
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.css 8 min-width: 500px;
12 margin: 5px 0;
16 -webkit-padding-start: 8px;
17 margin: 5px 0;
21 margin: 4px 10px;
advanced_options.css 8 margin: 10px 0;
12 margin: 10px 0;
17 min-width: 145px;
22 min-width: 100px;
26 margin: 10px 0 5px;
27 min-width: 470px;
31 margin-bottom: 10px;
36 margin-left: 10px;
content_settings.css 9 -webkit-margin-end: 10px;
10 -webkit-margin-start: 14px;
14 -webkit-margin-end: 20px;
16 width: 100px;
25 height: 22px;
26 margin-top: 1px;
30 -webkit-margin-start: 17px;
32 margin-top: 17px;
44 width: 145px;
52 margin-bottom: 10px;
    [all...]
  /external/chromium-trace/trace-viewer/src/tracks/
timeline_slice_track.css 6 height: 18px;
timeline_counter_track.css 6 height: 30px;
timeline_track.css 7 border: 1px solid rgba(0, 0, 0, 0.1);
9 font-size: 10px;
10 height: 12px;
12 width: 12px;
17 border: 1px solid rgba(0, 0, 0, 0.5);
23 left: 2px;
25 top: 2px;
29 left: 17px;
31 top: 2px;
  /development/ndk/tests/dlclose-destruction/jni/
libtest1.cpp 8 void setAddress(int *px);
14 void Foo::setAddress(int *px)
16 mAddress = px;
28 extern "C" void test1_set(int *px)
30 foo.setAddress(px);
libtest1.h 15 extern void test1_set(int *px);
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.css 9 width: 200px;
10 height: 80px;
18 right: 3px;
19 top: -1px;
20 -webkit-margin-start: 5px;
24 margin-top: 4px;
25 padding: 5px 10px 3px 10px;
    [all...]
  /external/chromium-trace/trace-viewer/src/
tracing_controller.css 10 height: 80px;
12 width: 200px;
16 -webkit-margin-start: 5px;
19 border: 1px solid black;
21 border-top-left-radius: 8px;
22 border-top-right-radius: 8px;
24 margin-top: 4px;
25 padding: 5px 10px 3px 10px
    [all...]
timeline_view.css 20 font-size: 14px;
21 height: 19px;
22 padding-left: 2px;
23 padding-right: 8px;
24 padding-top: 2px;
30 border-bottom: 1px solid #8e8e8e;
39 padding-left: 5px;
40 padding-right: 10px;
45 font-size: 11px;
46 margin: 1px 2px 1px 2px
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 15 font-size: 13px;
23 height: 17px;
24 margin-top: 3px;
26 width: 14px;
30 padding-left: 2px;
31 padding-top: 1px;
38 padding-bottom: 5px;
43 margin-left: 10px;
45 padding-bottom: 3px;
46 padding-left: 7px;
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_exit_group.c 5 // uninitialised, but we know px[0] is 0x0
6 long* px = malloc(sizeof(long)); local
7 long x0 = px[0];
  /sdk/templates/docs/
default.css 37 margin: 48px 64px 48px 320px;
43 border-bottom: 1px solid #33b5e5;
47 border-bottom: 2px solid #33b5e5;
57 border-radius: 2px;
58 padding: 2px 0;
70 width: 224px;
72 padding: 48px 0 48px 32px
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLFontElement/script-tests/
size-attribute.js 8 outerElement.setAttribute("style", "font-size: 100px");
14 return result === "100px" ? null : result;
19 shouldBe('fontSizeAttributeEffect("1")', '"10px"');
20 shouldBe('fontSizeAttributeEffect("2")', '"13px"');
21 shouldBe('fontSizeAttributeEffect("3")', '"16px"');
22 shouldBe('fontSizeAttributeEffect("4")', '"18px"');
23 shouldBe('fontSizeAttributeEffect("5")', '"24px"');
24 shouldBe('fontSizeAttributeEffect("6")', '"32px"');
25 shouldBe('fontSizeAttributeEffect("7")', '"48px"');
27 shouldBe('fontSizeAttributeEffect("0")', '"10px"');
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
docs.css 13 padding-top: 90px;
15 background-image: url(../img/grid-18px-masked.png);
17 background-position: 0 40px;
26 margin-left: 20px;
30 text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
43 padding-top: 60px;
48 height: 1px;
49 margin: 54px 0;
64 margin-bottom: 9px;
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 5 font-size: 12px;
17 margin: 10px 2px;
40 margin-top: 2px;
44 margin-bottom: 0px;
48 margin-bottom: 4px;
52 margin-bottom: 2px;
73 border: 1px solid #A3B4D7;
83 margin-right: 15px;
110 border: 1px double #869DCA
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 22 -moz-border-radius:5px;
23 -webkit-border-radius:5px;
40 font-size:16px;
45 -moz-border-radius-topright:5px;
46 -moz-border-radius-topleft:5px;
47 -webkit-border-top-right-radius:5px;
48 -webkit-border-top-left-radius:5px;
82 font-size:13px;
112 padding:0 4px;
132 border:1px solid #ccc
    [all...]
  /external/chromium/chrome/browser/resources/
extensions_infobar.css 8 font-size: 11px;
9 height: 36px; /* Infobars are limited to 36-72px */
10 margin: 0px;
extensions_infobar_mac.css 8 font-size: 12px;
9 height: 36px; /* Infobars are limited to 36-72px */
10 margin: 0 38px;

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>