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

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.h 63 // Returns the rect that encloses the RenderSurface including any reflection.
  /external/chromium/webkit/glue/
context_menu.h 49 // This is the URL of the link that encloses the node the context menu was
  /external/webkit/Source/WebCore/rendering/
LayoutState.h 92 int m_pageLogicalHeight; // The current page height for the pagination model that encloses us.
RenderView.cpp 376 // Now create a single bounding box rect that encloses the whole selection.
  /dalvik/vm/native/
java_lang_Class.cpp 582 * Get the class that encloses this class (if any).
597 * Get the class that encloses this class (if any).
612 * Get the constructor that encloses this class (if any).
633 * Get the method that encloses this class (if any).
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 147 // most tightly encloses the specified point.
  /external/chromium/chrome/browser/printing/
print_job_worker.h 72 // thread, so this class encloses the necessary information to send the
  /external/antlr/src/org/antlr/runtime/
DFA.java 52 /** Which recognizer encloses this DFA? Needed to check backtracking */
  /external/clang/lib/CodeGen/
CGCleanup.cpp 376 // As long as Old strictly encloses the scope's enclosing normal
851 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
862 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid
    [all...]
CGCleanup.h 493 bool encloses(iterator other) const { return Ptr >= other.Ptr; }
CodeGenFunction.h 159 /// Returns true if this scope encloses I.
162 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator
164 /// Returns true if this scope strictly encloses I: that is,
165 /// if it encloses I and is not I.
    [all...]
  /external/chromium/chrome/common/
automation_messages.h 130 // This is the URL of the link that encloses the node the context menu was
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 123 // Similar to ShowWideCString(), except that this function encloses
  /external/freetype/include/freetype/
ftoutln.h 213 /* Return an outline's `control box'. The control box encloses all */
ftglyph.h 357 /* Return a glyph's `control box'. The control box encloses all the */
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-string.h 142 // Similar to ShowWideCString(), except that this function encloses
  /external/gtest/include/gtest/internal/
gtest-string.h 153 // Similar to ShowWideCString(), except that this function encloses
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 142 // Similar to ShowWideCString(), except that this function encloses
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 140 // Similar to ShowWideCString(), except that this function encloses
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 744 bool DeclContext::Encloses(const DeclContext *DC) const {
746 return getPrimaryContext()->Encloses(DC);
    [all...]
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 208 // the target type's range encloses the source type's range.
  /frameworks/base/telephony/java/com/android/internal/telephony/
IntRangeManager.java 371 // found the IntRange that encloses the client range, if any
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]

Completed in 1937 milliseconds

1 2 3