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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimension.h 44 Relative, Percentage, Absolute
61 bool isRelative() const { return m_type == Relative; }
HTMLDimensionTest.cpp 61 ASSERT_EQ(HTMLDimension(0, HTMLDimension::Relative), result[0]);
75 ASSERT_EQ(HTMLDimension(0, HTMLDimension::Relative), result[0]);
99 ASSERT_EQ(HTMLDimension(25, HTMLDimension::Relative), result[0]);
123 ASSERT_EQ(HTMLDimension(25, HTMLDimension::Relative), result[0]);
147 ASSERT_EQ(HTMLDimension(10.054, HTMLDimension::Relative), result[0]);
203 ASSERT_EQ(HTMLDimension(10, HTMLDimension::Relative), result[0]);
212 ASSERT_EQ(HTMLDimension(10, HTMLDimension::Relative), result[0]);
222 ASSERT_EQ(HTMLDimension(2, HTMLDimension::Relative), result[0]);
223 ASSERT_EQ(HTMLDimension(0, HTMLDimension::Relative), result[1]);
HTMLDimension.cpp 51 return HTMLDimension(value, HTMLDimension::Relative);
86 type = HTMLDimension::Relative;
  /cts/tools/dasm/src/dasm/
sym.java 77 static final int Relative = 72;
parser.cup 89 terminal relative_number_token Relative;
692 /* Format: relative 10t, 20t, 30t */
693 Insn:i Relative:n
708 /* Format: relative 21t */
709 Insn:i Word:n1 Relative:n2
716 /* Format: relative 22t */
717 Insn:i Word:n1 Word:n2 Relative:n3
800 Relative:target SEP
831 Int:i COLON Relative:off SEP
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DeferredLegacyStyleInterpolationTest.cpp 48 TEST_F(AnimationDeferredLegacyStyleInterpolationTest, Relative)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XI.h 225 #define Relative 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI.h 225 #define Relative 0
  /external/chromium_org/tools/usb_gadget/
hid_descriptors.py 107 Relative = (2, True)
mouse_gadget.py 57 hid_descriptors.Relative)
  /external/chromium_org/chrome/test/base/
js2gtest.js 32 * Relative path to the test input file appropriate for use in the
40 * This is usually relative to the root source directory and points to the
83 * Maintains a list of relative file paths to add to each gtest body
160 * for |includeFile|. |path| is relative to cwd; |base| is relative to
165 // The caller supplied a path relative to root source.
173 // The caller supplied a path relative to the input js file's directory (cwd).
200 * @param {string} path Relative path to the file.
303 * 1. relative to the root src directory (i.e. similar to #include's).
304 * 2. relative to the directory specified in the GYP rule for the file
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 38 * Seek relative to the beginning of the buffer.
44 * Seek relative to the current position.
50 * Seek relative to the end of the buffer.
482 * Seek to a give position relative to opt_seekStart.
485 * @param {number=} opt_seekStart Relative position in bytes.
507 * Seek to a given position relative to opt_seekStart, saving the current
513 * @param {number=} opt_seekStart Relative position in bytes.
  /dalvik/dx/etc/
jasmin.jar 
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 443 * @param {string} baseUrl Baseurl for image columns. All URLs are relative
602 * @param {string} url Relative Url of the image or null if not available.
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 208 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/relative.html">
209 <span class="en">Relative Layout</span>
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh 268 # Relative path, prepend $cwd.
311 # generates a relative path from SRCDIR to DSTDIR, with a trailing
364 # else relative path ending with a slash; either way, target
    [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 268 # Relative path, prepend $cwd.
311 # generates a relative path from SRCDIR to DSTDIR, with a trailing
364 # else relative path ending with a slash; either way, target
    [all...]
  /external/libedit/
ltmain.sh 268 # Relative path, prepend $cwd.
311 # generates a relative path from SRCDIR to DSTDIR, with a trailing
364 # else relative path ending with a slash; either way, target
    [all...]
  /external/libexif/
ltmain.sh 275 # Relative path, prepend $cwd.
318 # generates a relative path from SRCDIR to DSTDIR, with a trailing
371 # else relative path ending with a slash; either way, target
    [all...]

Completed in 653 milliseconds

1 2