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

  /external/webkit/Source/WebCore/platform/
Length.cpp 41 return Length(1, Relative);
66 return Length(1, Relative);
71 return Length(r, Relative);
72 return Length(1, Relative);
76 return Length(0, Relative);
Length.h 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic };
172 bool isRelative() const { return type() == 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/webkit/LayoutTests/fast/url/script-tests/
relative.js 1 description("Test resolution of relative URLs.");
8 // Empty relative URLs should only remove the ref part of the URL,
13 // Spaces at the ends of the relative path should be ignored.
17 // Matching schemes without two slashes are treated as relative.
32 // Relative path input
50 // Non-hierarchical base: no relative handling. Relative input should
58 // Invalid schemes should be treated as relative.
67 // Relative URLs can also be written as "//foo/bar" which is relative t
    [all...]
relative-win.js 1 description("Test resolution of relative Windows-like URLs.");
22 // Relative paths with drive letters should be allowed when the base is
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XI.h 215 #define Relative 0
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 64 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
131 // transformation applied, expressed relative to the parent layer.
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 456 case Relative: // FIXME: Shouldn't this case return true?
472 case Relative: // FIXME: Shouldn't this case return true?
AutoTableLayout.cpp 111 case Relative:
516 case Relative:
576 // now satisfy relative
651 // (2) Relative
    [all...]
RenderTable.cpp 234 if (logicalWidthType > Relative && style()->logicalWidth().isPositive()) {
    [all...]
RenderTableSection.cpp 215 case Relative:
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 54 // between CSS_PX and relative lengths (see cssPixelsPerInch comment in CSSHelper.h for the topic treatment).
175 case Relative:
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/libpng/
ltmain.sh     [all...]
  /external/pcre/
ltmain.sh 236 # Relative path, prepend $cwd.
279 # generates a relative path from SRCDIR to DSTDIR, with a trailing
332 # else relative path ending with a slash; either way, target
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]

Completed in 1125 milliseconds